about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarkus Wüstenberg2020-10-23 14:32:55 +0200
committerGitHub2020-10-23 14:32:55 +0200
commit8f17dba6f1268ab8c8810d7940d1484315cdb825 (patch)
tree364064d53011244643079f9bb2feb8830b047155
parentc6c5fbd0f92667d9a98a232b455ea26180017e4d (diff)
downloadgomponents-8f17dba6f1268ab8c8810d7940d1484315cdb825.tar.lz
gomponents-8f17dba6f1268ab8c8810d7940d1484315cdb825.tar.zst
gomponents-8f17dba6f1268ab8c8810d7940d1484315cdb825.zip
Add contributing instructions (#33)
-rw-r--r--CONTRIBUTING.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..11ee814
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,18 @@
+# Contributing
+
+First of all, thank you for considering a contribution to this project. 😊
+Whether it's a small fix, an idea, a bug report, or some feature code,
+actions that impact the project positively are always very welcome.
+
+## How to contribute
+
+Feel free to submit a PR directly, if your change is in code and small and isolated.
+If you're in doubt about whether your contribution is a good idea for the project,
+feel free to create an issue first discussing the change.
+This also applies for any larger changes; start with an issue instead of risking
+a large PR that doesn't get accepted, which would make everyone involved sad.
+
+## Terms
+
+By contributing code, you declare that you have the rights to add it,
+and you accept that it will be published in the project under the existing license.