aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2023-06-01 09:49:18 -0500
committerChristian Cleberg <hello@cleberg.net>2023-06-01 09:49:18 -0500
commit44b1e1a2581facd74cef33cc10aabe40b9a9f783 (patch)
tree21917929654dbee33ba4a9ab15ac7b41dc9cb058
parent9fcf6929aa23c0eee6c2a9bf5c29d4e2015ba936 (diff)
downloadhn-44b1e1a2581facd74cef33cc10aabe40b9a9f783.tar.gz
hn-44b1e1a2581facd74cef33cc10aabe40b9a9f783.tar.bz2
hn-44b1e1a2581facd74cef33cc10aabe40b9a9f783.zip
add contributing files
-rw-r--r--CODE_OF_CONDUCT.md15
-rw-r--r--CONTRIBUTING.md15
2 files changed, 30 insertions, 0 deletions
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
new file mode 100644
index 0000000..58fda5d
--- /dev/null
+++ b/CODE_OF_CONDUCT.md
@@ -0,0 +1,15 @@
+# Code of Conduct
+
+## Summary
+
+Be logical and act in a way that represents your values. The following values
+are inherent for this project:
+
+- Respect
+- Patience
+- Friendliness
+
+## Reporting
+
+If you find anything that goes against this code of conduct or is offensive,
+please report it to the maintainers.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..6367dc1
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -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 [PHP Style Guide](https://gist.github.com/ryansechrest/8138375).
+
+## 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.