Thank you for considering contributing to rekon
! Your involvement makes this project better.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
- Fork the repository to your GitHub account.
- Clone the forked repository to your local machine:
git clone https://github.com/austimkelly/rekon.git
- Create a new branch for your contribution:
git checkout -b feature/your-feature-name
- Make your changes and commit them with clear and concise messages:
git commit -m "Add your feature or fix"
- Push your changes to your fork:
git push origin feature/your-feature-name
- Open a pull request in this repository with a clear title and description of your changes.
- Your pull request will be reviewed, and once approved, it will be merged.
- Follow PEP 8 for Python code style.
- Ensure your code is well-documented and includes comments where necessary.
- Write meaningful commit messages.
If you find any bugs or issues, please create a new issue with a detailed description of the problem, including steps to reproduce.
If you have a feature you'd like to see added, feel free to open an issue with your suggestion. We appreciate your input!