From eaeede66b2459ad9147da2611a546e5f2e0ddce7 Mon Sep 17 00:00:00 2001 From: Hanzei <16541325+hanzei@users.noreply.github.com> Date: Fri, 22 Mar 2019 13:31:02 +0100 Subject: [PATCH] Update pull request template (#10142) * Update pull request template * Changes as requested * Link to https://developers.mattermost.com/contribute/server/developer-workflow/#running-only-specific-server-unit-tests * Move PR and issue template to .github * Update per feedback See https://community.mattermost.com/core/pl/1ikmqhzw1ffsfepzyb4575bkih * Changes as requested * Remove checklist --- .../ISSUE_TEMPLATE.md | 0 .github/PULL_REQUEST_TEMPLATE.md | 20 +++++++++++++++++++ PULL_REQUEST_TEMPLATE.md | 19 ------------------ 3 files changed, 20 insertions(+), 19 deletions(-) rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md (100%) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..8e293ad47e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ + + +#### Summary + + +#### Ticket Link + diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 32a5e5a95e..0000000000 --- a/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,19 +0,0 @@ -Please make sure you've read the [pull request](http://docs.mattermost.com/developer/contribution-guide.html#preparing-a-pull-request) section of our [code contribution guidelines](http://docs.mattermost.com/developer/contribution-guide.html). - -When filling in a section please remove the help text and the above text. - -#### Summary -[A brief description of what this pull request does.] - -#### Ticket Link -[Please link the GitHub issue or Jira ticket this PR addresses.] - -#### Checklist -[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.] -- [ ] Added or updated unit tests (required for all new features) -- [ ] Added API documentation (required for all new APIs) -- [ ] All new/modified APIs include changes to the drivers -- [ ] Has enterprise changes (please link) -- [ ] Has UI changes -- [ ] Includes text changes and localization file ([.../i18n/en.json](https://github.com/mattermost/mattermost-server/blob/master/i18n/en.json)) updates -- [ ] Touches critical sections of the codebase (auth, upgrade, etc.)