Skip to content

Commit f7952bc

Browse files
author
Hiro
committed
sync: chore/github
Took 1 minute
1 parent ba8d142 commit f7952bc

File tree

8 files changed

+47
-316
lines changed

8 files changed

+47
-316
lines changed

.github/ISSUE_TEMPLATE/00-bug.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/00-bug.yml

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,60 @@ body:
3636
- type: checkboxes
3737
id: reproduce-latest-release
3838
attributes:
39-
label: Reproduces in latest release
39+
label: Reproducibility
4040
options:
4141
- label: Does this issue reproduce with the latest release?
4242

43+
# - type: textarea
44+
# id: reproduce-latest-release
45+
# attributes:
46+
# label: "Does this issue reproduce with the latest release?"
47+
# validations:
48+
# required: true
49+
4350
- type: textarea
4451
id: os-and-processor
4552
attributes:
4653
label: "What operating system and processor architecture are you using (`go env`)?"
54+
placeholder: |
55+
GO111MODULE=""
56+
GOARCH="arm64"
57+
GOBIN="/Users/hiro/go/bin"
58+
GOCACHE="/Users/hiro/go/cache"
59+
GOENV="/Users/hiro/Library/Application Support/go/env"
60+
GOEXE=""
61+
GOEXPERIMENT=""
62+
GOFLAGS=""
63+
GOHOSTARCH="arm64"
64+
GOHOSTOS="darwin"
65+
GOINSECURE=""
66+
GOMODCACHE="/Users/hiro/go/pkg/mod"
67+
GONOPROXY=""
68+
GONOSUMDB=""
69+
GOOS="darwin"
70+
GOPATH="/Users/hiro/go"
71+
GOPRIVATE=""
72+
GOPROXY="https://proxy.golang.org,direct"
73+
GOROOT="/usr/local/go"
74+
GOSUMDB="sum.golang.org"
75+
GOTMPDIR=""
76+
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_arm64"
77+
GOVCS=""
78+
GOVERSION="go1.20.7"
79+
GCCGO="gccgo"
80+
AR="ar"
81+
CC="clang"
82+
CXX="clang++"
83+
CGO_ENABLED="1"
84+
GOMOD="/dev/null"
85+
GOWORK=""
86+
CGO_CFLAGS="-O2 -g"
87+
CGO_CPPFLAGS=""
88+
CGO_CXXFLAGS="-O2 -g"
89+
CGO_FFLAGS="-O2 -g"
90+
CGO_LDFLAGS="-O2 -g"
91+
PKG_CONFIG="pkg-config"
92+
GOGCCFLAGS="-fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/44/nbbyll_10jd0z8rj_qxm43740000gn/T/go-build2331607515=/tmp/go-build -gno-record-gcc-switches -fno-common"
4793
render: shell
4894
validations:
4995
required: true

.github/ISSUE_TEMPLATE/01-pkgsite.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/02-pkgsite-removal.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/03-gopls.md

Lines changed: 0 additions & 63 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/04-vuln.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/10-proposal.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/11-language-change.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)