Skip to content

Commit 8506500

Browse files
authored
Merge pull request #203 from netbox-community/pull-request-template
Pull Request Template Suggestion
2 parents 0696ecb + 1064696 commit 8506500

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Please try this means to get help before opening an issue here:
2525
* On the networktocode Slack in the #netbox channel: http://slack.networktocode.com/
2626
* On the Netbox mailing list: https://groups.google.com/d/forum/netbox-discuss
2727
28+
Please don't open an issue when you have a PR ready. Just submit the PR, that's good enough.
29+
2830
-->
2931

3032
## Current Behavior

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Please try this means to get help before opening an issue here:
2424
* On the networktocode Slack in the #netbox channel: http://slack.networktocode.com/
2525
* On the Netbox mailing list: https://groups.google.com/d/forum/netbox-discuss
2626
27+
Please don't open an issue when you have a PR ready. Just submit the PR, that's good enough.
28+
2729
-->
2830

2931
## Desired Behavior
@@ -33,7 +35,7 @@ Please try this means to get help before opening an issue here:
3335

3436
## Contrast to Current Behavior
3537

36-
<!-- please describe how the desired behavior is different to the current behavior -->
38+
<!-- please describe how the desired behavior is different from the current behavior -->
3739
...
3840

3941
## Changes Required

.github/pull_request_template.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!--
2+
Please don't open an issue when submit PR.
3+
4+
But if there is already a related issue, please put it's number here. E.g. #123 or N/A -->
5+
Related Issue:
6+
7+
## New Behavior
8+
9+
<!--
10+
please describe in a few words the behavior your PR implements
11+
-->
12+
13+
...
14+
15+
## Contrast to Current Behavior
16+
17+
<!--
18+
please describe in a few words how the new behavior is different from the current behavior
19+
-->
20+
21+
...
22+
23+
## Discussion: Benefits and Drawbacks
24+
25+
<!--
26+
Please make your case here:
27+
- Why do you think this project and the community will benefit from your proposed change?
28+
- What are the drawbacks of this change?
29+
- Is it backwards-compatible?
30+
- Anything else that you think is relevant to the discussion of this PR.
31+
32+
(No need to write a huge article here. Just a few sentences that give some additional context about the motivations for the change.)
33+
-->
34+
35+
...
36+
37+
## Changes to the Wiki
38+
39+
<!--
40+
If the README.md must be updated, please include the changes in the PR.
41+
If the Wiki must be updated, please make a suggestions below.
42+
-->
43+
44+
...

0 commit comments

Comments
 (0)