github.com/jingcheng-WU/gonum@v0.9.1-0.20210323123734-f1a2a11a8f7b/.github/ISSUE_TEMPLATE/feature_request.md (about) 1 --- 2 name: Feature request 3 about: Request an addition to an existing package 4 5 --- 6 <!-- 7 Please make sure your issue title matches the Go convention; a summary 8 of the problem, prefixed by the primary affected package. 9 --> 10 ### What are you trying to do? 11 <!-- Describe the problem you are trying to solve. --> 12 13 14 ### What did you try? 15 <!-- Please include a link to a minimal reproducer here. --> 16 17 18 ### How does Gonum not allow you to achieve your goal? 19 20 21 ### What version of Go and Gonum are you using? 22 <!-- 23 Paste the output of `go version` and if you are installing Gonum from source, paste 24 the output of `(cd $(go env GOPATH)/src/github.com/jingcheng-WU/gonum && git rev-parse HEAD)`. 25 --> 26 27 28 ### Is this feature absent from the current master? 29 30 31 ### Are you able to help contribute the feature? 32 <!-- Can you provide code contributions or information to help? --> 33