diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cd6fd97..383e9b1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,15 +1,36 @@ # Contributing -Thanks for your interest in contributing to this project! +Thanks for your interest in contributing to this project! Whether it's a bug report, new feature, correction, or additional documentation, we greatly value feedback and contributions from our community. We want to make contributing as easy and transparent as possible. +Please read through this document before submitting any contributions to ensure your contribution goes to the correct code repository and we have all the necessary information to effectively respond to your request. -## Issues + +## Reporting Bugs/Feature Requests We use GitHub issues to track bugs and feature requests. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue. -## License +## Contributing via Pull Requests -By contributing your code, you agree to license your contribution under the [GNU Affero General Public License v3.0 or later](LICENSE.txt). +Contributions via pull requests are much appreciated. + +Before sending us a pull request, please ensure that: + +1. You are working against the latest source on the **main** branch. +1. You check existing open and recently merged pull requests to make sure someone else hasn't already addressed the issue. + +To send us a pull request, please: + +1. Fork our repository. +1. Modify the source while focusing on the specific change you are contributing. +1. Commit to your fork using clear, descriptive commit messages. +1. Send us a pull request, answering any default questions in the pull request interface. + +GitHub provides additional documentation on [forking a repository](https://help.github.com/articles/fork-a-repo/) and [creating a pull request](https://help.github.com/articles/creating-a-pull-request/) + + +## Licensing + +See the [LICENSE.txt](LICENSE.txt) file for our project's licensing. We will ask you to confirm the licensing of your contribution. diff --git a/README.md b/README.md index 2ad9638..fdb66af 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,8 @@ updated_on: # set automatically ## Development Notes +> Please read [CONTRIBUTING.md](CONTRIBUTING.md) before contributing code. Thank you! + - Installing dev dependencies: `pip install .[dev]` - Running unit tests: `python -m pytest` or `pytest` - Running linter: `python -m pylint kleinanzeigen_bot` or `pylint kleinanzeigen_bot`