We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a160f1 commit 36199a8Copy full SHA for 36199a8
README.md
@@ -131,6 +131,16 @@ minification, for which we recommend installing nodejs. Alternatively
131
you may have luck with another of the runtimes supported by
132
[execjs](https://github.com/sstephenson/execjs).
133
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
144
# How to Run Unit Tests
145
146
## Setup
0 commit comments