Skip to content

Commit fc60406

Browse files
Add contribution guidelines
1 parent 054c78b commit fc60406

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff 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

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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.

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,15 @@ python3 -m deepl --auth-key=YOUR_AUTH_KEY text --to=DE "Text to be translated."
159159
```
160160
Wrap 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

166173
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
172179
trigger server errors and test the client error-handling. To execute the tests using deepl-mock, run it in another
173180
terminal 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).

0 commit comments

Comments
 (0)