summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-07-10 04:12:06 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-07-10 04:12:06 +0200
commit47986eb95ab38bb2dd4d8dc05bba04c323ed280e (patch)
tree0f9a08e9e0970b332f875f9fc794dea1e8e824a0 /.github
parentf44083d90e7dc07be632086be7b4274a7b3100a2 (diff)
move to dot.github
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
new file mode 100644
index 00000000..115e76df
--- /dev/null
+++ b/.github/CONTRIBUTING.md
@@ -0,0 +1,15 @@
+# Issues on the issue tracker
+
+Please report issues rather than using old software versions. Unless problems are identified they'll never get corrected in new versions.
+
+Don't worry about your own English, it's not a problem since we'll be able to communicate anyway. If you're very concerned, please note that in the issue, and you'll receive responses in very plain English.
+
+# Contributing code to opentrack
+
+Pull requests for contributing patches, improvements and new features are greatly welcome through GitHub.
+
+By submitting a pull request, you agree to allow the project owner to license your work under the [ISC license](https://opensource.org/licenses/ISC).
+Please add your copyright and licensing information before submitting a pull request.
+
+Contributions may depend on LGPL software but not be a derivative work of LGPL software (and more specifically be statically linked to any LGPL code).
+Contributions that are licensed under a copyleft license (such as GPL) cannot be integrated.