Skip to content
This repository was archived by the owner on Nov 9, 2018. It is now read-only.

Commit 91c0736

Browse files
Create Issue and PR submission templates
1 parent 02955ea commit 91c0736

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!--- Provide a general summary of the issue in the Title above -->
2+
- [ ] Feature Request
3+
- [ ] Bug Report
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+
* Operating System and version (e.g. Debian Jessie, Ubuntu Xenial Xerus):

PULL_REQUEST_TEMPLATE.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
- [ ] New Feature
3+
- [ ] Bug Fix
4+
5+
## Description
6+
<!--- Describe your changes in detail -->
7+
8+
## Related Issue
9+
<!--- This project only accepts pull requests related to open issues -->
10+
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
11+
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
12+
<!--- Please link to the issue here: -->
13+
14+
## Motivation and Context
15+
<!--- Why is this change required? What problem does it solve? -->
16+
17+
## How Has This Been Tested?
18+
<!--- Please describe in detail how you tested your changes. -->
19+
<!--- Include details of your testing environment, and the tests you ran to -->
20+
<!--- see how your change affects other areas of the code, etc. -->
21+
22+
## Screenshots (if appropriate):
23+
24+
## Types of changes
25+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
26+
- [ ] Bug fix (non-breaking change which fixes an issue)
27+
- [ ] New feature (non-breaking change which adds functionality)
28+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
29+
30+
## Checklist:
31+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
32+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
33+
- [ ] My code follows the code style of this project.
34+
- [ ] My change requires a change to the documentation.
35+
- [ ] I have updated the documentation accordingly.

0 commit comments

Comments
 (0)