First off, thanks for taking the time to contribute! 🎉👍
The following is a set of guidelines for contributing to BatNoter API, which is hosted in the BatNoter API Repository on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
We use GitHub to track issues and feature requests, as well as accept pull requests.
- Use the imperative, present tense: "Change" not "Changed" nor "Changes".
- Capitalize first letter.
- Do not place a period . at the end.
- Length of the commit message should not exceed 50 characters.
Feel free to submit pull requests.
- Fork the repo and create your branch from
main
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.
- Create pull request.
GitHub Issues is used to track ideas, feedback, tasks, and bugs. Please ensure your issue description is clear and has sufficient instructions.
By contributing to BatNoter API project, you agree that your contributions will be licensed under its MIT License.