File tree 1 file changed +38
-0
lines changed
1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Contributing
2
+
3
+ Pull requests are highly appreciated. Here's a quick guide.
4
+
5
+ Fork, then clone the repo:
6
+
7
+ git clone [email protected] :your-username/psr7-oauth1.git
8
+
9
+ Set up your machine:
10
+
11
+ composer install
12
+
13
+ Make sure the tests pass:
14
+
15
+ make unit
16
+
17
+ Make your change. Add tests for your change. Make the tests pass:
18
+
19
+ make unit
20
+
21
+ Before committing and submitting your pull request make sure it passes PSR2 coding style, unit tests pass and pass on all supported PHP versions:
22
+
23
+ make contrib
24
+
25
+ Push to your fork and [ submit a pull request] [ pr ] .
26
+
27
+ [ pr ] : https://help.github.com/articles/creating-a-pull-request/
28
+
29
+ At this point you're waiting on me. I like to at least comment on pull requests
30
+ within a day or two. I may suggest some changes or improvements or alternatives.
31
+
32
+ Some things that will increase the chance that your pull request is accepted:
33
+
34
+ * Write tests.
35
+ * Follow PSR2 (travis will also check for this).
36
+ * Write a [ good commit message] [ commit ] .
37
+
38
+ [ commit ] : http://chris.beams.io/posts/git-commit/
You can’t perform that action at this time.
0 commit comments