Skip to content

Commit f5582f3

Browse files
committed
Add templates for GitHub issues and pull request
1 parent b774612 commit f5582f3

File tree

2 files changed

+77
-0
lines changed

2 files changed

+77
-0
lines changed

.github/ISSUE_TEMPLATE.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!--- Provide a general summary of the issue in the Title above -->
2+
<!--- Use labels to help the developers -->
3+
<!--- Remove the unnecessary sections when filing -->
4+
5+
## Expected Behavior
6+
<!--- If you're describing a bug, tell us what should happen -->
7+
<!--- If you're suggesting a change/improvement, tell us how it should work -->
8+
9+
## Current Behavior
10+
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
11+
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
12+
13+
## Possible Solution
14+
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
15+
<!--- or ideas how to implement the addition or change -->
16+
17+
## Steps to Reproduce (for bugs)
18+
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
19+
<!--- reproduce this bug. Include code to reproduce, if relevant -->
20+
1.
21+
2.
22+
3.
23+
4.
24+
25+
## Context
26+
<!--- How has this issue affected you? What are you trying to accomplish? -->
27+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
28+
29+
## Your Environment
30+
<!--- Include as many relevant details about the environment you experienced the bug in -->
31+
* Version used:
32+
* Environment name and version (e.g. PHP 5.4 on nginx 1.9.1):
33+
* Server type and version:
34+
* Operating System and version:
35+
* Link to your project:

.github/PULL_REQUEST_TEMPLATE.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
<!--- Use labels to help the developers -->
3+
<!--- Remove the unnecessary sections when filing -->
4+
5+
## Description
6+
<!--- Describe your changes in detail -->
7+
8+
## Motivation and Context
9+
<!--- Why is this change required? What problem does it solve? -->
10+
<!--- If it fixes an open issue, please link to the issue here. -->
11+
12+
## How Has This Been Tested?
13+
<!--- Please describe in detail how you tested your changes. -->
14+
<!--- Include details of your testing environment, and the tests you ran to -->
15+
<!--- see how your change affects other areas of the code, etc. -->
16+
17+
## Screenshots (if appropriate):
18+
19+
## Todos
20+
<!--- Notable points that this PR has either accomplished or will accomplish. -->
21+
* **Developer Interest**
22+
<!--- Changes affecting developers -->
23+
- [ ] Feature1
24+
* **User-Facing for Release Notes**
25+
<!--- Changes affecting users -->
26+
- [ ] Feature2
27+
28+
## Types of changes
29+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
30+
- [ ] Bug fix (non-breaking change which fixes an issue)
31+
- [ ] New feature (non-breaking change which adds functionality)
32+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
33+
34+
## Questions
35+
<!--- Questions to the developers -->
36+
- [ ] Question1
37+
38+
## Status
39+
<!--- Check this box when ready to be merged -->
40+
- [ ] Ready to go
41+
42+

0 commit comments

Comments
 (0)