This is a group project started under The Uplift Project (Nodejs Stack) by GS Foundation. But It's open for contribution from everyone.
Kindly write a proper description while making issues or pull requests.
- By adding features
- By reporting bugs
- By solving issues
- By improving the code quality
- By improving the readme and docs
- Fork the repo
- Clone the repo
- Create a branch using
git checkout -b fix/#issuenumber
orgit checkout -b bug/feature
- Fix Issue / Add Feature / Solve Bug / Do Coding
- Test the changes in your system
- Create a pull request using below commands
git add --all
git commit -m "your commit message"
git push origin branch-name
- Go to the Repository
- Create Pull Request against
master
branch - Add a suitable title and description to the Pull Request,
Add TradeByte Project in Projects
, andTag the Issue number in Pull Request description
if the pull request is related to some issue logged here: Issues - You're done. Wait for your code to get reviewed and merged