Thank you for considering contributing to Teckel! We welcome contributions from the community to improve this project. Below are some guidelines to help you get started.
Please adhere to our Code of Conduct during your interactions in the project repository. We strive to provide a welcoming and inclusive environment for all contributors.
Fork the repository on GitHub by clicking the "Fork" button at the top right of the page.
Clone your fork to your local machine:
git clone https://github.com/your-username/teckel.git
cd teckel
Create a branch for your feature or bug fix:
git checkout -b my-feature-branch
Make your changes to the code. Ensure your code adheres to the project's coding standards.
Commit your changes with a descriptive commit message:
git commit -m "Add feature X"
Push your changes to your fork on GitHub:
git push origin my-feature-branch
Go to the original repository and open a pull request. Provide a clear and descriptive title and description of your changes.
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.
If you find a bug or have a feature request, please create an issue on GitHub. Provide as much detail as possible to help us address it.
Thank you for contributing to Teckel! Your help is greatly appreciated.