mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
ec4a22a539
commit
3d65d81fcb
1 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue