Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.31 KB

CONTRIBUTING.md

File metadata and controls

36 lines (27 loc) · 1.31 KB

CONTRIBUTING

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.

Ways of Contributing

You can contribute in many ways:

  1. By adding features
  2. By reporting bugs
  3. By solving issues
  4. By improving the code quality
  5. By improving the readme and docs

Contributing Guidelines

The basic guidelines for contributing are as follows:

  • 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

Give us a Star 🌟 if you like our Work 😊