From 47e225825e511b5b2f5df08c033b57af59d198f2 Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Tue, 5 Sep 2017 16:22:58 +0100 Subject: [PATCH] Added pull request and issue templates for GitHub. --- .github/ISSUE_TEMPLATE.md | 8 ++++++++ .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..e9b1a592c2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,8 @@ +Thank you for choosing to reporting an issue with Corda. + +When reporting an issue please make sure it contains; + +* A clear description of the issue +* Any logs or stack traces that you can provide +* Steps to reproduce the issue +* The version/tag/release or commit hash it occured on \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..4b6e99e780 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +Thank you for choosing to contribute to Corda. As a contributor please read [CONTRIBUTING](../contributing.md) before +contributing. + +## PR Process + +Your PR must be approved by one or more reviewers and all tests must be passed on [TeamCity CI](https://ci.corda.r3cev.com) +in order to be merged. + +Once you have submitted a PR you are responsible for keeping it up to date until the time it is merged. + +## PR Checklist + +1. Ensure you have done any relevant automated and manual testing. +2. Add your changes to the changelog. +3. Update any documentation relating to your changes. +