Skip to content

Latest commit

 

History

History
66 lines (38 loc) · 1.68 KB

CONTRIBUTING.md

File metadata and controls

66 lines (38 loc) · 1.68 KB

Contributing to Teckel

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.

Code of Conduct

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.

How to Contribute

1. Fork the Repository

Fork the repository on GitHub by clicking the "Fork" button at the top right of the page.

2. Clone Your Fork

Clone your fork to your local machine:

git clone https://github.com/your-username/teckel.git
cd teckel

3. Create a Branch

Create a branch for your feature or bug fix:

git checkout -b my-feature-branch

4. Make Changes

Make your changes to the code. Ensure your code adheres to the project's coding standards.

5. Commit Your Changes

Commit your changes with a descriptive commit message:

git commit -m "Add feature X"

6. Push to Your Fork

Push your changes to your fork on GitHub:

git push origin my-feature-branch

7. Open a Pull Request

Go to the original repository and open a pull request. Provide a clear and descriptive title and description of your changes.

Code of Conduct

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.

Reporting Issues

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!

Thank you for contributing to Teckel! Your help is greatly appreciated.