From c9dcf5fdb687899e5654c4a569a2adf1d15db487 Mon Sep 17 00:00:00 2001 From: Daniel Scharrer Date: Sat, 8 Sep 2018 12:56:01 +0200 Subject: [PATCH] Add a CONTRIBUTING file --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..0be3724 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ + +Contributions of all kinds are welcome as [GitHub pull requests](https://github.com/dscharrer/innoextract/pulls) or as patches mailed to daniel@constexpr.org. + +If you are planning to implement a larger feature and intend to get it merged, please contact me **first** at daniel@constexpr.org or on the [GitHub issue tracker](https://github.com/dscharrer/innoextract/issues) to discuss the planned changes in order to avoid duplicating work or having to re-do the changes in a way that fits with the project. + +There is no official code style guide, but please try to match the style of the existing code and git commit messages. + +All contributions must be licensed under the zlib license detailed in the LICENSE file.