]> git.r.bdr.sh - rbdr/dasein/blob - CONTRIBUTING.md
Initial Setup (#1)
[rbdr/dasein] / CONTRIBUTING.md
1 # Contributing to Dasein
2
3 At this moment this is a pet project and not really thought out a lot,
4 it may not be that active. I really appreciate any contribution.
5
6 ## The objective of dasein
7
8 The main objective of dasein is to create a social network that
9 experiments with some concepts of interaction. At the moment it focuses
10 on building ephemeral content that adapts to the conversation. However,
11 in the future I'd like this to be a space to explore:
12
13 * Dealing with negative behavior
14 * Automatic Audience Selection
15 * Privacy protection
16 * Any feature that might improve on how we connect with others.
17
18 ## How to contribute
19
20 Above All: Be nice, always.
21
22 * Ensure the linter shows no warnings or errors
23 * Don't break the CI
24 * Make the PRs according to [Git Flow][gitflow]: (features go to
25 develop, hotfixes go to master)
26
27 [gitflow]: https://github.com/nvie/gitflow