From c9b09cb522a847df161e724f5bc0e2adc42ab4ad Mon Sep 17 00:00:00 2001 From: Marko Petric Date: Thu, 23 Mar 2017 13:20:09 +0100 Subject: [PATCH] Add CONTRIBUTING.md and PULL_REQUEST_TEMPLATE --- .github/CONTRIBUTING.md | 3 +++ .github/PULL_REQUEST_TEMPLATE | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 .github/CONTRIBUTING.md create mode 100644 .github/PULL_REQUEST_TEMPLATE diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 000000000..a73072cc4 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Contribution Guidelines + +Please have a look at the [contribution guidelines for iLCSoft](https://github.com/iLCSoft/ilcsoftDoc/blob/master/.github/CONTRIBUTING.md) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 000000000..bd3f7f29d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,8 @@ + + +BEGINRELEASENOTES +- Thank you for writing the text to appear in the release notes. It will show up + exactly as it appears between the two bold lines +- ... + +ENDRELEASENOTES \ No newline at end of file