Skip to content

Latest commit

History

History
38 lines (29 loc) 路 1.34 KB

CONTRIBUTING.md

File metadata and controls

38 lines (29 loc) 路 1.34 KB

CONTRIBUTING

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.

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 or
    • git 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, and Tag 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

Give it a Star 馃専 if you like our Work 馃槉