Skip to content

Commit fe08a6f

Browse files
committed
Updated Issue and pull request templates.
1 parent 3a6855e commit fe08a6f

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Not obligatory, but suggest an idea for implementing addition or change.
2121
Include as many relevant details about the environment you experienced the bug in and how to reproduce it.
2222

2323
* Version used (e.g. PHP 7.2):
24-
* Operating system and version (e.g. Ubuntu 16.04, Debian 9):
24+
* Framework used (e.g. Symfony 5.0):
2525
* Link to your project:

PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,12 @@ or `closes #num`, the issue will be automatically closed when the pull is accept
1515

1616
Please describe in detail how you tested your changes.
1717

18-
Include details of your testing environment, and the tests you ran to
19-
see how your change affects other areas of the code, etc.
20-
2118
## Types of changes
2219

23-
What types of changes does your code introduce? Put an `x` in all the boxes that apply:
24-
- [ ] Bug fix (non-breaking change which fixes an issue)
25-
- [ ] New feature (non-breaking change which adds functionality)
26-
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
20+
What types of changes does your code introduce? Uncomment lines that apply:
21+
<!--- - Bug fix (non-breaking change which fixes an issue) -->
22+
<!--- - New feature (non-breaking change which adds functionality) -->
23+
<!--- - Breaking change (fix or feature that would cause existing functionality to change) -->
2724

2825
## Checklist:
2926

0 commit comments

Comments
 (0)