We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08aaebe commit 171aa5eCopy full SHA for 171aa5e
CONTRIBUTING.md
@@ -0,0 +1,8 @@
1
+Contributing
2
+============
3
+
4
+Pull requests, issues and comments welcome! For pull requests:
5
6
+* Add tests for new features and bug fixes
7
+* Follow the existing style (always use braces, 4 space indent)
8
+* Separate unrelated changes into multiple pull requests
README.md
@@ -164,11 +164,7 @@ here](src/test/java/org/nibor/autolink/AutolinkEmailTest.java).
164
Contributing
165
------------
166
167
-Pull requests, issues and comments welcome ☺. For pull requests:
168
-
169
-* Add tests for new features and bug fixes
170
-* Follow the existing style (always use braces, 4 space indent)
171
-* Separate unrelated changes into multiple pull requests
+See CONTRIBUTING.md file.
172
173
License
174
-------
0 commit comments