Update CONTRIBUTING.md

This commit is contained in:
Miikka Koskinen 2019-03-08 15:09:09 +02:00 committed by GitHub
parent ec4a22a539
commit 3d65d81fcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,12 @@
# How to contribute
Contributions are welcome.
Contributions are welcome!
Please file bug reports and feature requests to https://github.com/metosin/reitit/issues.
* Please file bug reports and feature requests to https://github.com/metosin/reitit/issues
* For small changes, such as bug fixes or documentation changes, feel free to send a pull request.
* If you want to make a big change or implement a big new feature, please open an issue to discuss it first.
If you have questions about contributing or about reitit in general, join the [#reitit](https://clojurians.slack.com/messages/reitit/) channel in [Clojurians Slack](http://clojurians.net/).
## Environment setup
@ -19,6 +23,8 @@ Please file bug reports and feature requests to https://github.com/metosin/reiti
* Push your code to your fork of the repository
* Make a Pull Request
For more deveploment instructions, [see the manual](https://cljdoc.org/d/metosin/reitit/CURRENT/doc/misc/development-instructions).
## Commit messages
1. Separate subject from body with a blank line