Skip to content

Commit e85425f

Browse files
committed
New contribution guidelines
Updated README.md and added CONTRIBUTING.md
1 parent 278ef67 commit e85425f

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

CONTRIBUTING.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Contribution guidelines
2+
3+
## How to contribute step-by-step
4+
5+
1. Fork the `Adyen/adyen-python-api-library` repository.
6+
2. Create a new branch from `develop` in your fork. This makes it easier for you to keep track of your changes.
7+
3. Make the desired changes to the code.
8+
* If you are adding new functionality or fixing a bug, we recommend you add unit tests that cover it.
9+
4. Push the changes to your fork.
10+
5. Create a pull request to the `Adyen/adyen-python-api-library` repository.
11+
6. In your pull request, please describe in detail:
12+
* What problem you’re solving
13+
* Your approach to fixing the problem
14+
* Any tests you wrote
15+
7. Check Allow edits from maintainers.
16+
8. Create the pull request.
17+
9. Ensure that all checks have passed.
18+
19+
After you create your pull request, one of the code owners will review your code.
20+
We aim to review your request within 2-3 business days.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,13 @@ ady.payment.client.app_name = "your app name"
5757
## Support
5858
If you have any problems, questions or suggestions, create an issue here or send your inquiry to support@adyen.com.
5959

60+
## Contributing
61+
We strongly encourage you to join us in contributing to this repository so everyone can benefit from:
62+
* New features and functionality
63+
* Resolved bug fixes and issues
64+
* Any general improvements
65+
66+
Read our [**contribution guidelines**](CONTRIBUTING.md) to find out how.
67+
6068
## Licence
6169
MIT license see LICENSE

0 commit comments

Comments
 (0)