File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed 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
7
7
8
8
## [ Unreleased]
9
9
### Added
10
+ * Add contribution guidelines -- currently we are unable to accept Pull Requests.
10
11
### Changed
11
12
* Improve README.
12
13
### 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."
159
159
```
160
160
Wrap text arguments in quotes to prevent the shell from splitting sentences into words.
161
161
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
+
162
167
## Development
163
168
169
+ We are currently unable to accept Pull Requests. If you would like to suggest changes, please open an issue instead.
170
+
164
171
### Tests
165
172
166
173
Execute 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
172
179
trigger server errors and test the client error-handling. To execute the tests using deepl-mock, run it in another
173
180
terminal while executing the tests. Execute the tests using ` pytest ` with the ` DEEPL_MOCK_SERVER_PORT ` and
174
181
` 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