-
Notifications
You must be signed in to change notification settings - Fork 284
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
Comments
@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 |
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? |
|
Great! I'll make that change and submit a PR. |
@gireeshpunathil I should make the change against the |
@ryzokuken target the master branch. when we're creating releases backports will target versioned branches, but thats about the only reason |
@devsnek so for the record, I make a branch off the |
please follow the |
@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 However, I don't think the commit has landed in |
Wait, it has. That helps. |
@gireeshpunathil @devsnek I submitted the PR! Here it is: nodejs/node#19126 |
The purpose is met, closing. |
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.
The text was updated successfully, but these errors were encountered: