From 6e39dd35bdbb2633e0fe513052c8cf23b403179f Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Fri, 10 Mar 2017 15:36:05 +0100 Subject: [PATCH] Introduce the pull-request template. (#2784) * Introduce the pull-request template. This change xplicitly sets expectations from pull requests. Reason: * Highlight the need in autotests and JIRA issues for bugfixes * ask PR creators to propose the changelog entries for their changes. * Provide hints about referencing people * Move the pull request template to .github --- .github/PULL_REQUEST_TEMPLATE.md | 41 ++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..44c7e2a1f1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,41 @@ +# Description + +See [JENKINS-XXXXX](https://issues.jenkins-ci.org/browse/JENKINS-XXXXX). + +Details: TODO + + + +### Changelog entries + +Proposed changelog entries: + +* Entry 1: Issue, Human-readable Text +* ... + + + +### Submitter checklist + +- [ ] JIRA issue is well described +- [ ] Link to JIRA ticket in description, if appropriate +- [ ] Appropriate autotests or explanation to why this change has no tests +- [ ] For new API and extension points: Link to the reference implementation in open-source (or example in Javadoc) + + + +### Desired reviewers + +@mention + + -- GitLab