mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
Merge pull request #235 from metosin/miikka-patch-1
Update CONTRIBUTING.md
This commit is contained in:
commit
f13d7ae0db
1 changed files with 8 additions and 2 deletions
|
|
@ -1,8 +1,12 @@
|
||||||
# How to contribute
|
# 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
|
## 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
|
* Push your code to your fork of the repository
|
||||||
* Make a Pull Request
|
* Make a Pull Request
|
||||||
|
|
||||||
|
For more deveploment instructions, [see the manual](https://cljdoc.org/d/metosin/reitit/CURRENT/doc/misc/development-instructions).
|
||||||
|
|
||||||
## Commit messages
|
## Commit messages
|
||||||
|
|
||||||
1. Separate subject from body with a blank line
|
1. Separate subject from body with a blank line
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue