This document describes how we contribute in NepalCodes.
We work with git at a higher level. Git can be complicated but we try to keep it simple by following git feature branch workflow by atlassian
- If you are not familiar with GIT, here's the simple git guide.
Where to find issues?
- https://github.com/nepalcodes/unitednepali/issues
- https://github.com/nepalcodes/nepal-codes.github.io/issues
- Pick an issue that you love to code.
- Ask questions if you have any in slack channels #proj-nepalcodes #proj-unitednepali
- Create a new branch : https://help.github.com/en/desktop/contributing-to-projects/creating-a-branch-for-your-work
- Our base branch is
master
, master branch contains latest merged codes.
- Creating a pull request (PR): https://help.github.com/en/desktop/contributing-to-projects/creating-a-pull-request
- post it in respective slack channel #proj-nepalcodes #proj-unitednepali
- People will review your PR and when it gets 3 approvals it will be merged in master branch.
Thank you!