1 # Contributing to Forum
3 At this moment Forum is a toy project intended to experiment with ideas
4 for an internet forum based on the past's future.
6 ## The objective of Forum
8 The main objective is to create a Forum that we would be proud to use in
9 a 90s interpretation of the internet of tomorrow. Any contribution that
10 would push in that direction, or improve the code or processes around it
13 Some ideas so far include:
16 - Physical tokens for login
17 - Magic glyphs generated from username
18 - Posts can be categorized by forum or tag, or be completely unlisted
19 - Flagging with option to publish/subscribe to flags
24 Above All: Be nice, always.
26 - Ensure the style checkers show no warnings or errors
28 - Make the PRs according to [Git Flow][gitflow]: (features go to
29 develop, hotfixes go to master)
31 [gitflow]: https://github.com/nvie/gitflow