|
1 |
| -# Contribution guidelines |
| 1 | +# Contributing guidelines |
2 | 2 |
|
3 |
| -We are currently unable to accept Pull Requests. If you would like to suggest changes, please open an |
4 |
| -[issue](https://github.com/DeepLcom/deepl-python/issues) instead. |
| 3 | +* [Code of Conduct](#code-of-conduct) |
| 4 | +* [Issues](#issues) |
| 5 | +* [Pull Requests](#pull-requests) |
| 6 | + |
| 7 | +## Code of Conduct |
| 8 | + |
| 9 | +This project has a [Code of Conduct](CODE_OF_CONDUCT.md) to which all |
| 10 | +contributors must adhere when participating in the project. Instances of |
| 11 | +abusive, harassing, or otherwise unacceptable behavior may be reported by |
| 12 | + |
| 13 | +project maintainer. |
| 14 | + |
| 15 | +## Issues |
| 16 | + |
| 17 | +If you experience problems using the library, or would like to request a new |
| 18 | +feature, please open an [issue][issues]. |
| 19 | + |
| 20 | +Please provide as much context as possible when you open an issue. The |
| 21 | +information you provide must be comprehensive enough for us to reproduce the |
| 22 | +issue. |
| 23 | + |
| 24 | +## Pull Requests |
| 25 | + |
| 26 | +You are welcome to contribute code and/or documentation in order to fix a bug or |
| 27 | +to implement a new feature. Before beginning work, you should create an issue |
| 28 | +describing the changes you plan to contribute, to avoid wasting or duplicating |
| 29 | +effort. We will then let you know whether we would accept the changes. |
| 30 | + |
| 31 | +Contributions must be licensed under the same license as the project: |
| 32 | +[MIT License](LICENSE). |
| 33 | + |
| 34 | +Currently automated testing is implemented internally at DeepL, however we plan |
| 35 | +to implement publicly visible testing soon. |
| 36 | + |
| 37 | +[issues]: https://www.github.com/DeepLcom/deepl-python/issues |
0 commit comments