Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

24 lines (21 loc) · 1.26 KB

Contributing to Adyen

👍🎉 First off, thanks for taking the time to contribute! 🎉👍 The following is a set of guidelines for contributing to Adyen and its repositories, which are hosted in the Adyen Organization on GitHub. These are mostly guidelines, not rules.

Code of Conduct

This project and everyone participating in it is governed by the Adyen Code of Conduct. By participating, you are expected to uphold this code.

How to contribute

  1. Fork the repository.
  2. Create a new branch from the default branch in your repository. This makes it easier for you to keep track of your changes.
  3. Make the desired changes to the code.
    • If you are adding new functionality or fixing a bug, we recommend you add unit tests that cover it.
  4. Push the changes to your fork.
  5. Create a pull request to the repository.
  6. In your pull request, please describe in detail:
    • What problem you’re solving
    • Your approach to fixing the problem
    • Any tests you wrote
  7. Check Allow edits from maintainers.
  8. Create the pull request.
  9. Ensure that all checks have passed.

After you create your pull request, one of the code owners will review your code. We aim to review your request within 2-3 business days.