]> git.r.bdr.sh - rbdr/dasein/blame - CONTRIBUTING.md
Merge branch 'release/1.0.0'
[rbdr/dasein] / CONTRIBUTING.md
CommitLineData
cc69fef4
RBR
1# Contributing to Dasein
2
3At this moment this is a pet project and not really thought out a lot,
4it may not be that active. I really appreciate any contribution.
5
6## The objective of dasein
7
8The main objective of dasein is to create a social network that
9experiments with some concepts of interaction. At the moment it focuses
10on building ephemeral content that adapts to the conversation. However,
11in 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
20Above 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