Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How may I help? #1137

Closed
ryzokuken opened this issue Mar 3, 2018 · 12 comments
Closed

How may I help? #1137

ryzokuken opened this issue Mar 3, 2018 · 12 comments

Comments

@ryzokuken
Copy link

Hey everyone!
I am a junior developer and wanted to get involved and contribute. That said, I'd definitely need some assistance finding my way for the first few days. If you're working on the project and could use some help, please let me know how I may join in.

@gireeshpunathil
Copy link
Member

@ryzokuken - wish you a great experience with node.js.

You can start by looking through good-first-issues and mentor-available.

and pick choose one or two of your choice, and start hacking. Let others know you are working on it.

A low hanging PR for you for a starter: fix the typo in this line

@ryzokuken
Copy link
Author

Thanks, @gireeshpunathil! I'll jump in right away.

I see the line says:

// - encoding - an optional encoding, relevant is val is a string

I had been wondering what the appropriate sentence would be. I know that encoding is an "optional encoding value which expects type String". It should probably default to UTF-8. What exactly should I mention, though?

@gireeshpunathil
Copy link
Member

relevant is val is a string
relevant if val is a string
:)

@ryzokuken
Copy link
Author

Great! I'll make that change and submit a PR.

@ryzokuken
Copy link
Author

@gireeshpunathil I should make the change against the 10.0.0-proposal branch, right?

@devsnek
Copy link
Member

devsnek commented Mar 4, 2018

@ryzokuken target the master branch. when we're creating releases backports will target versioned branches, but thats about the only reason

@ryzokuken
Copy link
Author

ryzokuken commented Mar 4, 2018

@devsnek so for the record, I make a branch off the 10.0.0-proposal branch, make my changes and make the PR against not the 10.0.0-proposal branch, but the master branch instead?

@gireeshpunathil
Copy link
Member

please follow the Pull Requests section in contributor's guide - that is comprehensive.

@ryzokuken
Copy link
Author

@gireeshpunathil that's what I had been looking into, and got confused.

The guide says: As a best practice to keep your development environment as organized as possible, create local branches to work within. These should also be created directly off of the master branch.

However, I don't think the commit has landed in master yet.

@ryzokuken
Copy link
Author

Wait, it has. That helps.

@ryzokuken
Copy link
Author

@gireeshpunathil @devsnek I submitted the PR! Here it is: nodejs/node#19126

@gireeshpunathil
Copy link
Member

The purpose is met, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants