We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef7557 commit 49cca37Copy full SHA for 49cca37
1 file changed
CONTRIBUTING.md
@@ -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