Skip to content

Commit da402e8

Browse files
authored
Merge pull request #34 from donutloop/doc/issue_template
doc: added issue template for reporting a issue
2 parents ce907c6 + fd864a9 commit da402e8

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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+
---------------------------------------------------
13+
BUG REPORT INFORMATION
14+
---------------------------------------------------
15+
-->
16+
17+
**Description**
18+
19+
<!--
20+
Briefly describe the problem you are having in a few paragraphs.
21+
-->
22+
23+
**Steps to reproduce the issue:**
24+
25+
1.
26+
2.
27+
3.
28+
29+
**Describe the results you received:**
30+
31+
32+
**Describe the results you expected:**
33+
34+
35+
**Additional information you deem important (e.g. issue happens only occasionally):**
36+

multierror/muliterror.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2017 The toolkit Authors. All rights reserved.
2+
// Use of this source code is governed by a MIT License
3+
// license that can be found in the LICENSE file.
4+
15
package multierror
26

37
import "bytes"

multierror/muliterror_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2017 The toolkit Authors. All rights reserved.
2+
// Use of this source code is governed by a MIT License
3+
// license that can be found in the LICENSE file.
4+
15
package multierror_test
26

37
import (

0 commit comments

Comments
 (0)