]> Cypherpunks repositories - gostls13.git/commit
github: use forms for issue templates
authorHiro <laciferin@gmail.com>
Wed, 22 Nov 2023 17:20:35 +0000 (17:20 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 22 Nov 2023 18:12:58 +0000 (18:12 +0000)
commit676002986c55a296ea348c30706d6b63a3256b7f
treed3ffc8fe152966d6da96b511f08d634c269f0fe4
parentcea35baf12cd8996c97f6dd3e62a0165d0e50843
github: use forms for issue templates

Migrate from markdown github issue templates to more user friendly yaml templates.

Fixes #63970

Change-Id: I1baf8989f72c1b98bf0027bbb794c0324ea21e32
GitHub-Last-Rev: 725110bf87fa879c2787158a68d01612665ad4e6
GitHub-Pull-Request: golang/go#63655
Reviewed-on: https://go-review.googlesource.com/c/go/+/536776
Reviewed-by: Heschi Kreinick <heschi@google.com>
Run-TryBot: t hepudds <thepudds1460@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Heschi Kreinick <heschi@google.com>
15 files changed:
.github/ISSUE_TEMPLATE/00-bug.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/01-pkgsite.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/02-pkgsite-removal.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/03-gopls.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/04-vuln.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/10-proposal.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/11-language-change.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/archived/00-bug.md [moved from .github/ISSUE_TEMPLATE/00-bug.md with 100% similarity]
.github/ISSUE_TEMPLATE/archived/01-pkgsite.md [moved from .github/ISSUE_TEMPLATE/01-pkgsite.md with 100% similarity]
.github/ISSUE_TEMPLATE/archived/02-pkgsite-removal.md [moved from .github/ISSUE_TEMPLATE/02-pkgsite-removal.md with 100% similarity]
.github/ISSUE_TEMPLATE/archived/03-gopls.md [moved from .github/ISSUE_TEMPLATE/03-gopls.md with 100% similarity]
.github/ISSUE_TEMPLATE/archived/04-vuln.md [moved from .github/ISSUE_TEMPLATE/04-vuln.md with 100% similarity]
.github/ISSUE_TEMPLATE/archived/10-proposal.md [moved from .github/ISSUE_TEMPLATE/10-proposal.md with 100% similarity]
.github/ISSUE_TEMPLATE/archived/11-language-change.md [moved from .github/ISSUE_TEMPLATE/11-language-change.md with 100% similarity]
.github/ISSUE_TEMPLATE/config.yml