-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: add issue and pull request templates
Fixes golang#14365 Change-Id: I082329fe7a1e06c774a32e0e24e5c8736bb5a037 Reviewed-on: https://go-review.googlesource.com/19877 Reviewed-by: Brad Fitzpatrick <[email protected]>
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Please answer these questions before submitting your issue. Thanks! | ||
|
||
1. What version of Go are you using (`go version`)? | ||
|
||
|
||
2. What operating system and processor architecture are you using (`go env`)? | ||
|
||
|
||
3. What did you do? | ||
(Use play.golang.org to provide a runnable example, if possible.) | ||
|
||
|
||
4. What did you expect to see? | ||
|
||
|
||
5. What did you see instead? | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Please do not send pull requests to the golang/* repositories. | ||
|
||
We do, however, take contributions gladly. | ||
|
||
See https://golang.org/doc/contribute.html | ||
|
||
Thanks! |