File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -57,5 +57,13 @@ ady.payment.client.app_name = "your app name"
5757## Support
5858If 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
6169MIT license see LICENSE
You can’t perform that action at this time.
0 commit comments