From 69b67e699734549b6ded741c4dc7bae3bd9d038f Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Wed, 21 Apr 2021 11:08:33 +0200 Subject: [PATCH] add PR/Issue template and release notes section in the PR template (#1536) --- .github/PULL_REQUEST_TEMPLATE.md | 63 ++++++++++++++++++++++++++++++++ 1 file changed, 63 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 00000000..5868c260 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,63 @@ + + +#### Summary + + +#### Ticket Link + + +#### Checklist + +- [ ] Added or updated unit tests (required for all new features) +- [ ] Has UI changes +- [ ] read and understood our [Contributing Guidelines](https://github.com/mattermost/desktop/blob/master/CONTRIBUTING.md) +- [ ] completed [Mattermost Contributor Agreement](http://www.mattermost.org/mattermost-contributor-agreement/) +- [ ] executed `npm run lint:js` for proper code formatting + +#### Device Information +This PR was tested on: + +#### Screenshots + + +#### Release Note + + +```release-note + +```