Skip to content

Commit 0e65fd8

Browse files
committedMay 4, 2017
Add templates for PRs/Issues
1 parent 11e31e3 commit 0e65fd8

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-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+
3+
## Expected Behavior
4+
<!--- If you're describing a bug, tell us what should happen -->
5+
<!--- If you're suggesting a change/improvement, tell us how it should work -->
6+
7+
## Current Behavior
8+
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
9+
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
10+
11+
## Possible Solution
12+
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
13+
<!--- or ideas how to implement the addition or change -->
14+
15+
## Steps to Reproduce (for bugs)
16+
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
17+
<!--- reproduce this bug. Include code to reproduce, if relevant -->
18+
1.
19+
2.
20+
3.
21+
4.
22+
23+
## Context
24+
<!--- How has this issue affected you? What are you trying to accomplish? -->
25+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
26+
27+
## Your Environment
28+
<!--- Include as many relevant details about the environment you experienced the bug in -->
29+
* Flannel version:
30+
* Backend used (e.g. vxlan or udp):
31+
* Etcd version:
32+
* Kubernetes version (if used):
33+
* Operating System and version:
34+
* Link to your project (optional):
35+

‎.github/PULL_REQUEST_TEMPLATE.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Description
2+
A few sentences describing the overall goals of the pull request's commits.
3+
Please include
4+
- the type of fix - (e.g. bug fix, new feature, documentation)
5+
- some details on _why_ this PR should be merged
6+
- the details of the testing you've done on it (both manual and automated)
7+
- which components are affected by this PR
8+
9+
## Todos
10+
- [ ] Tests
11+
- [ ] Documentation
12+

0 commit comments

Comments
 (0)