diff options
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aedf551..bf67cc2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,20 +12,20 @@ is welcome! :) Some ideas so far include: -* Ephemeral posts -* Physical tokens for login -* Magic glyphs generated from username -* Posts can be categorized by forum or tag, or be completely unlisted -* Flagging with option to publish/subscribe to flags -* Signatures +- Ephemeral posts +- Physical tokens for login +- Magic glyphs generated from username +- Posts can be categorized by forum or tag, or be completely unlisted +- Flagging with option to publish/subscribe to flags +- Signatures ## How to contribute Above All: Be nice, always. -* Ensure the style checkers show no warnings or errors -* Don't break the CI -* Make the PRs according to [Git Flow][gitflow]: (features go to +- Ensure the style checkers show no warnings or errors +- Don't break the CI +- Make the PRs according to [Git Flow][gitflow]: (features go to develop, hotfixes go to master) [gitflow]: https://github.com/nvie/gitflow |