Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.93 KB

CONTRIBUTION.md

File metadata and controls

34 lines (21 loc) · 1.93 KB

Contributing to this project

Thanks for showing interest in the contribution of 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. Please 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 features!
  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.

IMPORTANT: Please do not create a Pull Request without creating an issue first.

Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request.

Please provide enough information so that others can review your pull request:
You can skip this if you're fixing a typo or adding an app to the Showcase.

Explain the details for making this change. What existing problem does the pull request solve?

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. Push the changes to your fork.
  4. Create a pull request and describe the work according to the pull request template given.
  5. Review and address comments on your pull request.

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