From c01e8080f0ebfd4a4c155c86d7e0bf1a27542d45 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Wed, 21 Apr 2021 16:23:44 +0200 Subject: [PATCH] add PR/Issue template and release notes section in the PR template (#5321) * add PR/Issue template and release notes section in the PR template * add PR/Issue template and release notes section in the PR template --- .github/ISSUE_TEMPLATE.md | 32 +++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 61 ++++++++++++++++++++++++++++++++ 2 files changed, 93 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 000000000..4f6d1acd1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,32 @@ +Per Mattermost guidelines, GitHub issues are for bug reports: . + +For troubleshooting see: http://forum.mattermost.org/. +For feature proposals see: http://www.mattermost.org/feature-requests/ + +If you've found a bug--something appears unintentional--please follow these steps: + +1. Confirm you’re filing a new issue. [Search existing tickets in Jira](https://mattermost.atlassian.net/jira/software/c/projects/MM/issues/) to ensure that the ticket does not already exist. +2. Confirm your issue does not involve security. Otherwise, please see our [Responsible Disclosure Policy](https://about.mattermost.com/report-security-issue/). +3. [File a new issue](https://github.com/mattermost/mattermost-mobile/issues/new) using the format below. Mattermost will confirm steps to reproduce and file in Jira, or ask for more details if there is trouble reproducing it. If there's already an existing bug in Jira, it will be linked back to the GitHub issue so you can track when it gets fixed. + +#### Summary +Bug report in one concise sentence + +### Environment Information + - Device Name: + - OS Version: + - Mattermost App Version: + - Mattermost Server Version: + +#### Steps to reproduce +How can we reproduce the issue (what version are you using?) + +#### Expected behavior +Describe your issue in detail + +#### Observed behavior (that appears unintentional) +What did you see happen? Please include relevant error messages, screenshots and/or video recordings. + +#### Possible fixes +If you can, link to the line of code that might be responsible for the problem + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..e36acc1e4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,61 @@ + + +#### Summary + + +#### Ticket Link + + +#### Checklist + +- [ ] Added or updated unit tests (required for all new features) +- [ ] Has UI changes +- [ ] Includes text changes and localization file updates + +#### Device Information +This PR was tested on: + +#### Screenshots + + +#### Release Note + + +```release-note + +```