Skip to content

Commit 36199a8

Browse files
committed
Contribution section added to README.md
1 parent 1a160f1 commit 36199a8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,16 @@ minification, for which we recommend installing nodejs. Alternatively
131131
you may have luck with another of the runtimes supported by
132132
[execjs](https://github.com/sstephenson/execjs).
133133

134+
# Contribution
135+
136+
1. Fork it
137+
1. Create your feature branch (`git checkout -b your-branch`)
138+
1. Commit your changes (`git commit -am 'Add new feature'`)
139+
1. Push to the branch (`git push origin your-branch`)
140+
1. Create new Pull Request
141+
142+
We favor pull request with very small, single commits with a single purpose.
143+
134144
# How to Run Unit Tests
135145

136146
## Setup

0 commit comments

Comments
 (0)