From 4b11504b81d2cf75cb4b65bf5570953be472eae2 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Thu, 16 Jun 2016 21:31:03 +0900 Subject: [PATCH] Update issue templates --- ISSUE_TEMPLATE.md | 10 +++++++++- PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 60007948..36e543c3 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1 +1,9 @@ -- [ ] Did you read `CONTRIBUTING.md`? +First of all, please read `CONTRIBUTING.md`. + +--- + +When you have a trouble, please write below. +- Operationg system +- Mattermost desktop app version +- Mattermost server version +- How to reproduce the trouble diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..791d1f8f --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +First of all, please read `CONTRIBUTING.md` + +--- + +- [ ] Complete [Mattermost Contributor Agreement](http://www.mattermost.org/mattermost-contributor-agreement/) +- [ ] Execute `npm run prettify` to format codes +- [ ] Write about environment which you tested + - Operating system