Skip to content

Commit 254325f

Browse files
committed
Add PR and Issue template
Signed-off-by: reetasingh <[email protected]>
1 parent f58cc46 commit 254325f

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

.github/ISSUE_TEMPLATE.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!--- Provide a general summary of the issue in the Title above -->
2+
3+
## Expected Behaviour
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 Behaviour
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+
28+
## Your Environment
29+
<!--- Include as many relevant details about the environment you experienced the bug in -->
30+
31+
* cloud-provision version
32+
33+
34+
* Operating System and version (e.g. Linux, Windows, MacOS):
35+
36+
37+
* Cloud provisioner:
38+

.github/PULL_REQUEST_TEMPLATE.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!-- All PRs raised must follow the contribution guide including -->
2+
<!--raising an issue to propose changes. -->
3+
4+
- [ ] I have raised an issue to propose this change.
5+
6+
## Description
7+
8+
9+
## How Has This Been Tested?
10+
<!--- Please describe in detail how you tested your changes. -->
11+
<!--- Include details of your testing environment, and the tests you ran to -->
12+
<!--- see how your change affects other areas of the code, etc. -->
13+
14+
15+
## How are existing users impacted? What migration steps/scripts do we need?
16+
17+
18+
## Checklist:
19+
20+
I have:
21+
22+
- [ ] updated the documentation and/or roadmap (if required)
23+
- [ ] read the [CONTRIBUTION](https://github.com/inlets/inlets/blob/master/CONTRIBUTING.md) guide
24+
- [ ] signed-off my commits with `git commit -s`
25+
- [ ] added unit tests

0 commit comments

Comments
 (0)