Update PR template and Issue template (#335)
* Update PULL_REQUEST_TEMPLATE.md * Update ISSUE_TEMPLATE.md * Update ISSUE_TEMPLATE.md * Update ISSUE_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md
This commit is contained in:
parent
e64eb3053b
commit
626233f248
2 changed files with 18 additions and 6 deletions
|
|
@ -1,17 +1,23 @@
|
|||
Submit feature requests to http://www.mattermost.org/feature-requests/.
|
||||
File non-security related bugs here in the following format:
|
||||
Submit feature requests to http://www.mattermost.org/feature-requests/. File non-security related bugs here in the following format:
|
||||
|
||||
#### Summary
|
||||
Issue in one concise sentence
|
||||
Issue 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?)
|
||||
How can we reproduce the issue?
|
||||
|
||||
#### Expected behavior
|
||||
Describe your issue in detail
|
||||
Describe your issue in detail.
|
||||
|
||||
#### Observed behavior
|
||||
What did you see happen? Please include relevant error messages and/or screenshots.
|
||||
|
||||
#### 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.
|
||||
|
|
|
|||
|
|
@ -14,3 +14,9 @@ When filling in a section please remove the help text and the above text.
|
|||
- [ ] All new/modified APIs include changes to the drivers
|
||||
- [ ] Has UI changes
|
||||
- [ ] Includes text changes and localization file updates
|
||||
|
||||
#### Device Information
|
||||
This PR was tested on: [Device name(s), OS version(s)]
|
||||
|
||||
#### Screenshots
|
||||
[If the PR includes UI changes, include screenshots (for both iOS and Android if possible).]
|
||||
|
|
|
|||
Loading…
Reference in a new issue