]> git.r.bdr.sh - rbdr/blog/commitdiff
Add Contributing
authorRuben Beltran del Rio <redacted>
Wed, 14 Feb 2024 22:34:57 +0000 (23:34 +0100)
committerRuben Beltran del Rio <redacted>
Wed, 14 Feb 2024 22:34:57 +0000 (23:34 +0100)
CONTRIBUTING.md

index fe0c9411a58b5c8f71117089527d95b6c40f8ace..1efa7353bcbe8321be4eeac7199dc094d53c6cec 100644 (file)
@@ -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
 ## 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
 another.
 
 ## How to contribute
@@ -17,8 +17,11 @@ another.
 Above All: Be nice, always.
 
 * Ensure the linter shows no warnings or errors
 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/