Skip to content

Commit e372fd0

Browse files
committed
Add contributing guidelines to README.
1 parent 54d1bad commit e372fd0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,3 +243,11 @@ If you don't feel comfortable executing a random script, [its source is availabl
243243
* `gg -h`
244244
* `gg --help`
245245
* `gg help`
246+
247+
## Contributing
248+
249+
Contributions are always welcome, from a typo in the README to an enhancement of a feature to a completely new feature itself.
250+
251+
Avoid [code smells](http://blog.codinghorror.com/code-smells/), [create reusable code](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself), and follow the loosely-modeled coding standard found in the current code.
252+
253+
Fork the code, make a new branch, and send in a pull request.

0 commit comments

Comments
 (0)