Skip to content

Commit cea150e

Browse files
authored
Add GitHub pull request and issue templates (sonic-net#163)
1 parent ea108f3 commit cea150e

File tree

2 files changed

+85
-0
lines changed

2 files changed

+85
-0
lines changed

.github/ISSUE_TEMPLATE.md

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<!--
2+
If you are reporting a new issue, make sure that we do not have any duplicates
3+
already open. You can ensure this by searching the issue list for this
4+
repository. If there is a duplicate, please close your issue and add a comment
5+
to the existing issue instead.
6+
7+
If you suspect your issue is a bug, please edit your issue description to
8+
include the BUG REPORT INFORMATION shown below. If you fail to provide this
9+
information within 7 days, we cannot debug your issue and will close it. We
10+
will, however, reopen it if you later provide the information.
11+
12+
For more information about reporting issues, see
13+
https://github.com/Azure/SONiC/wiki#report-issues
14+
15+
---------------------------------------------------
16+
GENERAL SUPPORT INFORMATION
17+
---------------------------------------------------
18+
19+
The GitHub issue tracker is for bug reports and feature requests.
20+
General support can be found at the following locations:
21+
22+
- SONiC Support Forums - https://groups.google.com/forum/#!forum/sonicproject
23+
24+
---------------------------------------------------
25+
BUG REPORT INFORMATION
26+
---------------------------------------------------
27+
Use the commands below to provide key information from your environment:
28+
You do NOT have to include this information if this is a FEATURE REQUEST
29+
-->
30+
31+
**Description**
32+
33+
<!--
34+
Briefly describe the problem you are having in a few paragraphs.
35+
-->
36+
37+
**Steps to reproduce the issue**
38+
1.
39+
2.
40+
3.
41+
42+
**Describe the results you received**
43+
44+
45+
**Describe the results you expected**
46+
47+
48+
**Additional information you deem important (e.g. issue happens only occasionally)**
49+
50+
51+
**Output of `show version`**
52+
53+
```
54+
(paste your output here)
55+
```
56+
57+
<!--
58+
Also attach debug file produced by `sudo generate_dump`
59+
-->
60+

.github/PULL_REQUEST_TEMPLATE.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!--
2+
Please make sure you've read and understood our contributing guidelines:
3+
https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md
4+
5+
** Make sure all your commits include a signature generated with `git commit -s` **
6+
7+
If this is a bug fix, make sure your description includes "closes #xxxx",
8+
"fixes #xxxx" or "resolves #xxxx" so that GitHub automatically closes the related
9+
issue when the PR is merged
10+
11+
Please provide the following information:
12+
-->
13+
14+
**- What I did**
15+
16+
**- How I did it**
17+
18+
**- How to verify it**
19+
20+
**- Previous command output (if the output of a command-line utility has changed)**
21+
22+
**- New command output (if the output of a command-line utility has changed)**
23+
24+
-->
25+

0 commit comments

Comments
 (0)