mirror of
https://github.com/jlengrand/adyen-node-api-library.git
synced 2026-03-10 08:01:20 +00:00
* Update dependency webpack-cli to v3.3.10 (#163) * Update dependency @types/node to v11.15.2 (#162) * Update dependency nock to v11.7.0 (#164) * Update typescript-eslint monorepo to v2.6.1 (#165) * Update babel monorepo to v7.7.0 (#166) * Update babel monorepo to v7.7.1 (#167) * Update dependency typescript to v3.7.2 (#168) * Update dependency @types/jest to v24.0.22 (#169) * Update babel monorepo to v7.7.2 (#170) * Update typescript-eslint monorepo to v2.7.0 (#171) * Update dependency @types/jest to v24.0.23 (#172) * New contribution guidelines Updated README.md and added CONTRIBUTING.md * Update typescript-eslint monorepo to v2.8.0 (#174) * Create nodejs.yml * Delete nodejs.yml * Update dependency coveralls to v3.0.8 (#175) * Update API type definitions (#176)
886 B
886 B
Contribution guidelines
How to contribute step-by-step
- Fork the
Adyen/adyen-node-api-libraryrepository. - Create a new branch from
developin your fork. This makes it easier for you to keep track of your changes. - 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.
- Push the changes to your fork.
- Create a pull request to the
Adyen/adyen-node-api-libraryrepository. - In your pull request, please describe in detail:
- What problem you’re solving
- Your approach to fixing the problem
- Any tests you wrote
- Check Allow edits from maintainers.
- Create the pull request.
- 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.