diff options
| author | 2026-03-09 08:28:02 +0100 | |
|---|---|---|
| committer | 2026-03-09 08:28:02 +0100 | |
| commit | 4b3014d7dfc6c21105048bb4993d0af4baf793a9 (patch) | |
| tree | 55d67a9133022583bbf0c29fc0f022d43defeffa | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | snac2-4b3014d7dfc6c21105048bb4993d0af4baf793a9.tar.gz snac2-4b3014d7dfc6c21105048bb4993d0af4baf793a9.tar.xz snac2-4b3014d7dfc6c21105048bb4993d0af4baf793a9.zip | |
CONTRIBUTING.md new file.
| -rw-r--r-- | CONTRIBUTING.md | 12 | ||||
| -rw-r--r-- | README.md | 6 |
2 files changed, 16 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..1400e1d --- /dev/null +++ b/CONTRIBUTING.md | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | # Contributing to snac | ||
| 2 | |||
| 3 | I love contributions to code and documentation! | ||
| 4 | |||
| 5 | - All code will fall under the MIT license. | ||
| 6 | - I accept Codeberg PRs as well as patch/diff files by email (`grunfink@comam.es`). | ||
| 7 | - Bug fixes and typo corrections are always welcome. | ||
| 8 | - Bug reports must include simple steps for reproduction and clearly indicate the OS and/or web browser where the bug arises. | ||
| 9 | - PRs should match the style of existing code. | ||
| 10 | - PRs should be as small as possible. | ||
| 11 | - PRs must include updates for documentation wherever relevant. | ||
| 12 | - PRs _must not_ incorporate _any_ material generated by or with the assistance of _any_ so-called "generative AI" tool or LLM. | ||
| @@ -124,12 +124,14 @@ This will: | |||
| 124 | 124 | ||
| 125 | See the LICENSE file for details. | 125 | See the LICENSE file for details. |
| 126 | 126 | ||
| 127 | ## Contributing | ||
| 128 | |||
| 129 | See the CONTRIBUTING.md file for details. | ||
| 130 | |||
| 127 | ## Author | 131 | ## Author |
| 128 | 132 | ||
| 129 | grunfink [@grunfink@comam.es](https://comam.es/snac/grunfink) with the help of others. | 133 | grunfink [@grunfink@comam.es](https://comam.es/snac/grunfink) with the help of others. |
| 130 | 134 | ||
| 131 | No IA has been used to create this software. | ||
| 132 | |||
| 133 | Buy grunfink a coffee: https://ko-fi.com/grunfink/ | 135 | Buy grunfink a coffee: https://ko-fi.com/grunfink/ |
| 134 | 136 | ||
| 135 | Contribute via LiberaPay: https://liberapay.com/grunfink/ | 137 | Contribute via LiberaPay: https://liberapay.com/grunfink/ |