File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99### Added
10+ * Add contribution guidelines -- currently we are unable to accept Pull Requests.
1011### Changed
1112* Improve README.
1213### Deprecated
Original file line number Diff line number Diff line change 1+ # Contribution guidelines
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.
Original file line number Diff line number Diff line change @@ -159,8 +159,15 @@ python3 -m deepl --auth-key=YOUR_AUTH_KEY text --to=DE "Text to be translated."
159159```
160160Wrap text arguments in quotes to prevent the shell from splitting sentences into words.
161161
162+ ## Issues
163+
164+ If you experience problems using the library, or would like to request a new feature, please open an
165+ [ issue] ( https://www.github.com/DeepLcom/deepl-python/issues ) .
166+
162167## Development
163168
169+ We are currently unable to accept Pull Requests. If you would like to suggest changes, please open an issue instead.
170+
164171### Tests
165172
166173Execute the tests using ` pytest ` . The tests communicate with the DeepL API using the auth key defined by the
@@ -172,7 +179,3 @@ only with the DeepL API or the mock-server and will be otherwise skipped. The t
172179trigger server errors and test the client error-handling. To execute the tests using deepl-mock, run it in another
173180terminal while executing the tests. Execute the tests using ` pytest ` with the ` DEEPL_MOCK_SERVER_PORT ` and
174181` DEEPL_SERVER_URL ` environment variables defined referring to the mock-server.
175-
176- ### Issues
177- If you experience problems using the library, or would like to request a new feature, please create an
178- [ issue] ( https://www.github.com/DeepLcom/deepl-python/issues ) .
You can’t perform that action at this time.
0 commit comments