This is a group project under The Uplift Project (Nodejs Stack) by Girlscript Foundation. But It's open for contribution from everyone who is interested.
Kindly write a proper description while making 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
- 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 fix/#issuenumber
- Go to Repository
- Create Pull Request against
master
branch - Add a suitable title and description to the pull request and tag the issue number in Pull Request description and Add TradeByte Project in Projects, if the pull request is related to some issue logged here: Issues
- You're done. Wait for your code to get reviewed and merged