Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit b3a7ba5

Browse files
committed
Updated ISSUE and PR templates
1 parent 814965f commit b3a7ba5

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

docs/ISSUE_TEMPLATE.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1-
Provide a narrative description of the issue.
1+
- [ ] I was not able to find an [open](https://github.com/zendframework/zend-expressive-zendviewrenderer/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-expressive-zendviewrenderer/issues?q=is%3Aclosed) issue matching what I'm seeing.
2+
- [ ] This is not a question. (Questions should be asked on [slack](https://zendframework.slack.com/) ([Signup for Slack here](https://zendframework-slack.herokuapp.com/)) or our [forums](https://discourse.zendframework.com/).)
3+
4+
Provide a narrative description of what you are trying to accomplish.
25

36
### Code to reproduce the issue
47

8+
<!-- Please provide the minimum code necessary to recreate the issue -->
9+
510
```php
611
```
712

813
### Expected results
914

15+
<!-- What do you think should have happened? -->
16+
1017
### Actual results
1118

19+
<!-- What did you actually observe? -->

docs/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Provide a narrative description of what you are trying to accomplish:
1818
- [ ] Add a `CHANGELOG.md` entry for the new feature.
1919

2020
- [ ] Is this related to quality assurance?
21-
- [ ] Detail why the changes are necessary.
21+
<!-- Detail why the changes are necessary -->
2222

2323
- [ ] Is this related to documentation?
24-
- [ ] Is it a typographical and/or grammatical fix?
25-
- [ ] Is it new documentation?
24+
<!-- Is it a typographical and/or grammatical fix? -->
25+
<!-- Is it new documentation? -->

0 commit comments

Comments
 (0)