summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.txt
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-02 15:29:32 -0500
committerChristian Cleberg <[email protected]>2026-08-02 15:29:32 -0500
commit32d1cae0e4c8b37aec2fcd58dcc281f16364e6f9 (patch)
treee77f92f358da1f26ab670af0cb81d904e4f5c64e /CONTRIBUTING.txt
parentf062c56bf5148355fc8db71107a7a32802967e28 (diff)
downloadhn-32d1cae0e4c8b37aec2fcd58dcc281f16364e6f9.tar.gz
hn-32d1cae0e4c8b37aec2fcd58dcc281f16364e6f9.tar.bz2
hn-32d1cae0e4c8b37aec2fcd58dcc281f16364e6f9.zip
convert readme to nfo; convert docs to txt; relicense to 0bsd
Diffstat (limited to 'CONTRIBUTING.txt')
-rw-r--r--CONTRIBUTING.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt
new file mode 100644
index 0000000..695e170
--- /dev/null
+++ b/CONTRIBUTING.txt
@@ -0,0 +1,15 @@
+# Contributing
+
+## Development
+
+This project really only has a few guidelines to follow:
+
+- Focus on the end-user's privacy and experience.
+- Keep the codebase minimal and, ideally, package-free.
+- Follow the [PEP 8](https://peps.python.org/pep-0008/) style guide.
+
+## Reporting Bugs
+
+I don't use a report template, so just remember to give as much detail as
+possible about the bug you're experiencing. If there's not enough detail
+reported, emails will need to be exchanged before anyone can look into the bug.