Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.36 KB

CONTRIBUTION.md

File metadata and controls

23 lines (16 loc) · 1.36 KB

Contributing to AASF-WEBSITE-BACKEND

Thank you for your interest in contributing to our project! From commenting on and triaging issues, to raising Pull Requests, all contributions are welcome.

Ways to Contribute

  1. Replying and handling open issues. You can help out by guiding people through the process of filling out the issue template, help them in clarifying information related to code, features or bugs.
  2. Find bugs and raise issues The system is in its early stage and we appreciate if you can test and find out bugs that can help us improve performance and functioning by a manifold. Help us by creating issues for bugs you find.
  3. Suggest features Want something more from the project? Go ahead and create an issue suggesting us your awesome feature!
  4. Get down to coding! We have some open issues, ranging from bugs to enhancements that we would appreciate if you could help us with.

Contributing Code

You can contribute your code to the repo by following these steps:

  1. Fork the repository and create your branch from master.
  2. Make your changes.
  3. Make sure your code lints.
  4. Push the changes to your fork.
  5. Create a pull request to this repository.
  6. Review and address comments on your pull request.

If all goes well, your pull request will be merged. If it is not merged, we will do our best to explain the reason why.