From: Ruben Beltran del Rio Date: Wed, 14 Feb 2024 22:34:57 +0000 (+0100) Subject: Add Contributing X-Git-Tag: 7.0.0~54 X-Git-Url: https://git.r.bdr.sh/rbdr/blog/commitdiff_plain/72c91149425d45b0517bda929d459fc02f5603cc?ds=sidebyside Add Contributing --- 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/