Skip to content

Commit 171aa5e

Browse files
committed
Move contributing section to its own file
1 parent 08aaebe commit 171aa5e

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CONTRIBUTING.md

+8
Original file line numberDiff line numberDiff line change
@@ -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

+1-5
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,7 @@ here](src/test/java/org/nibor/autolink/AutolinkEmailTest.java).
164164
Contributing
165165
------------
166166

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
167+
See CONTRIBUTING.md file.
172168

173169
License
174170
-------

0 commit comments

Comments
 (0)