Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Adyen Magento2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shared Libs
Adyen Magento2
Commits
afb78a48
Commit
afb78a48
authored
Nov 07, 2019
by
Grant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New contribution guidelines
Updated README.md and added CONTRIBUTING.md
parent
00751462
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
3 deletions
+27
-3
CONTRIBUTING.md
CONTRIBUTING.md
+19
-0
README.md
README.md
+8
-3
No files found.
CONTRIBUTING.md
0 → 100644
View file @
afb78a48
# Contribution guidelines
## How to contribute step-by-step
1.
Fork the
`Adyen/adyen-magento2`
repository.
2.
Create a new branch from
`develop`
in your fork. 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
`Adyen/adyen-magento2`
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.
README.md
View file @
afb78a48
...
...
@@ -14,9 +14,14 @@ Inside Adyen toggle the following settings on inside the API and Responses secti
## Requirements
This plugin supports Magento2 version 2.2.8 and higher.
## Collaboration
We commit all our new features directly into our GitHub repository.
But you can also request or suggest new features or code changes yourself!
## Contributing
We strongly encourage you to join us in contributing to this repository so everyone can benefit from:
*
New features and functionality
*
Resolved bug fixes and issues
*
Any general improvements
Read our
[
**contribution guidelines**
](
contribute
)
to find out how.
## Installation
You can install our plugin through Composer:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment