forked from gonum/hdf5
-
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.
github: add issue and pull request templates
- Loading branch information
Showing
2 changed files
with
50 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,34 @@ | ||
<!-- | ||
Please make sure your issue title matchs the Go convention; a summary | ||
of the problem, prefixed by the primary affected package. | ||
|
||
If the issue is a question about usage or similar, please ask at the | ||
Gonum discussion list rather than filing an issue: | ||
|
||
https://groups.google.com/forum/#!forum/gonum-dev | ||
--> | ||
### What are you trying to do? | ||
|
||
|
||
### What did you do? | ||
<!-- Please include a link to a minimal reproducer here. --> | ||
|
||
|
||
### What did you expect to happen? | ||
<!-- Please include an expected output image if available. --> | ||
|
||
|
||
### What actually happened? | ||
<!-- Please include an annotated output image if available. --> | ||
|
||
|
||
### What version of Go, Gonum, Gonum/netlib and libhdf5 are you using? | ||
<!-- | ||
Paste the output of `go version` and if you are installing Gonum from source, paste | ||
the output of `(cd $(go env GOPATH)/src/gonum.org/v1/gonum && git rev-parse HEAD)` | ||
and `(cd $(go env GOPATH)/src/gonum.org/v1/hdf5 && git rev-parse HEAD)`. | ||
--> | ||
|
||
|
||
### Does this issue reproduce with the current master? | ||
|
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,16 @@ | ||
Please take a look. | ||
|
||
<!-- | ||
Checklist: | ||
|
||
- API changes have been discussed | ||
- code is goformated correctly (goimports) | ||
- packages with generated code have had code generation run | ||
- tests pass locally | ||
- linked to relevant issues | ||
|
||
Please make sure your commit message summary line and pull request | ||
title match the Go convention; a one-line summary of the change, | ||
prefixed by the primary affected package that should complete the | ||
sentence, "This change modifies Gonum to _____." | ||
--> |