diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-02-14 23:34:57 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-02-14 23:34:57 +0100 |
| commit | 72c91149425d45b0517bda929d459fc02f5603cc (patch) | |
| tree | f5edd094589fa145582f79a3ba1fb9c1182fe768 | |
| parent | 0307770b088afcc207bc5d84c63f8b681db0aebf (diff) | |
Add Contributing
| -rw-r--r-- | CONTRIBUTING.md | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fe0c941..1efa735 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,8 +8,8 @@ to do so. I really appreciate any contribution! ## The objective of blog The goal of blog is to have an ephemeral static blog that is generated from -markdown files and their linked assets. It has a max number of posts at -a time (the default is 3), and every time you publish it removes +gemini files, with a more permanent gemtext archvie. It has a max number of +posts at a time (the default is 3), and every time you publish it removes another. ## How to contribute @@ -17,8 +17,11 @@ another. Above All: Be nice, always. * Ensure the linter shows 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) +* Send patches to blog@r.bdr.sh using [git-send-mail][git-send-mail] -[gitflow]: https://github.com/nvie/gitflow +## Things I'd like help with + +* General code quality +* Gopher archive generation + +[git-send-mail]: http://git-send-mail.io/ |