Thank you for assisting in our project!
Before starting, please check README.md before beginning contribution
- You can report bugs or suggest new features or enhancements.
- Ensure the issue was not already reported by searching on GitHub under Issues.
- And then, open a new issue.
There are the steps to contribute as a developer :
- Fork the repository.
- Create a new branch :
- For a feature :
git checkout -b dev/feature-name
- For a bug :
git checkout -b fix/issue-name
- For anything else :
git checkout -b other/name
- For a feature :
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin branch-name
). - Open a new Pull Request on your fork repository.
- Use the present tense ("Add feature" not "Added feature").
Thank you for contributing to AIctron :)