Skip to content

Commit 4d43f73

Browse files
Update contributing guidelines
1 parent 46474a5 commit 4d43f73

File tree

3 files changed

+44
-5
lines changed

3 files changed

+44
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
## [Unreleased]
9+
### Changed
10+
* Update contributing guidelines, we can now accept Pull Requests.
11+
12+
813
## [0.4.0] - 2022-05-24
914
### Added
1015
* Add support for document translation.
@@ -34,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3439
Initial version.
3540

3641

42+
[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v0.4.0...HEAD
3743
[0.4.0]: https://github.com/DeepLcom/deepl-php/compare/v0.3.0...v0.4.0
3844
[0.3.0]: https://github.com/DeepLcom/deepl-php/compare/v0.2.0...v0.3.0
3945
[0.2.0]: https://github.com/DeepLcom/deepl-php/compare/v0.1.1...v0.2.0

CONTRIBUTING.md

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
1-
# Contribution guidelines
1+
# Contributing guidelines
22

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-php/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+
contacting [[email protected]](mailto:[email protected]) and/or a
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-php/issues

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ feature, please open an [issue][issues].
292292

293293
## Development
294294

295-
We are currently unable to accept Pull Requests. If you would like to suggest
296-
changes, please open an [issue][issues] instead.
295+
We welcome Pull Requests, please read the
296+
[contributing guidelines](CONTRIBUTING.md).
297297

298298
### Tests
299299

0 commit comments

Comments
 (0)