Merge pull request #358 from mattermost/jasonblais-patch-1

Update issue and pull request templates
This commit is contained in:
Yuya Ochiai
2016-11-05 16:37:39 +09:00
committed by GitHub
2 changed files with 35 additions and 21 deletions

View File

@@ -1,33 +1,36 @@
I confirm (by marking "x" in the [ ] below): I confirm (by marking "x" in the [ ] below):
- [ ] This is not a feature idea. Feature ideas go here: http://www.mattermost.org/feature-ideas/ - [ ] This is not a troubleshooting question. [Troubleshooting questions go here: http://www.mattermost.org/troubleshoot/](http://www.mattermost.org/troubleshoot/).
- [ ] This is not a troubleshooting question. Troubleshooting questions go here: http://www.mattermost.org/troubleshoot/ - [ ] This doesn't reproduce on web browsers (such as in Chrome). If it does, [issue reports go to the Mattermost Server repository](https://github.com/mattermost/platform/issues).
- [ ] This is a product defect issue that can be reproduced using the steps listed below. - [ ] I have read [contributing guidelines](https://github.com/mattermost/desktop/blob/master/CONTRIBUTING.md).
- [ ] I have read [CONTRIBUTING.md](https://github.com/mattermost/desktop/blob/master/CONTRIBUTING.md).
--- ---
#### Summary **Summary**
<!--
Issue in one concise sentence. Issue in one concise sentence.
-->
#### Steps to reproduce **Steps to reproduce**
<!--
Please include: Please include:
- Operating System - Operating System
- Mattermost Desktop App version (See **Help > Version Number**) - Mattermost Desktop App version (See **Help > Version Number**)
- Mattermost Server version (See **Mattermost Menu > About Mattermost**, where **Mattermost Menu** can be accessed by clicking on three dots next to your profile picture) - Mattermost Server version (See **Mattermost Menu > About Mattermost**, where **Mattermost Menu** can be accessed by clicking on three dots next to your profile picture)
- Clear steps to reproduce the issue - Clear steps to reproduce the issue
-->
#### Expected behavior **Expected behavior**
Describe your issue in detail. **Observed behavior**
#### Observed behavior <!--
Please include relevant error messages and/or screenshots.
-->
What did you see happen? Please include relevant error messages and/or screenshots. **Possible fixes**
#### Possible fixes
<!--
If you can, link to the line of code that might be responsible for the problem. If you can, link to the line of code that might be responsible for the problem.
-->

View File

@@ -1,9 +1,20 @@
First of all, please read [`CONTRIBUTING.md`](https://github.com/mattermost/desktop/blob/master/CONTRIBUTING.md) Before submitting, please confirm you've
- [ ] 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 prettify` for proper code formatting
--- Please provide the following information:
- [ ] Complete [Mattermost Contributor Agreement](http://www.mattermost.org/mattermost-contributor-agreement/) **Summary**
- [ ] Execute `npm run prettify` to format codes <!--
- [ ] Update `CHANGELOG.md` and/or `doc/*.md` if it's necessary. Write a short (one line) summary that describes the changes in this pull request for inclusion in the changelog
- [ ] Write about environment which you tested -->
- Operating system
**Issue link**
<!--
Please include a link to the GitHub issue this pull request addresses, if applicable.
-->
**Test Cases**
**Additional Notes**