Skip to content

Commit 49cca37

Browse files
committed
Add CONTRIBUTING.md
1 parent eef7557 commit 49cca37

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CONTRIBUTING
2+
3+
To contribute, please fork the repository and:
4+
5+
1. Run `git checkout -b your-new-feature` to create a new branch.
6+
2. Code.
7+
3. Add test cases to support your feature.
8+
3. Run `grunt test` to verify all of the tests pass.
9+
4. Run `grunt build` to generate the dist/ files.
10+
5. Push!
11+
6. Open a [pull request](https://github.com/paypal/JavaScriptButtons/pulls)

0 commit comments

Comments
 (0)