mirror of
https://github.com/golang/go
synced 2024-11-22 19:24:59 -07:00
676002986c
Migrate from markdown github issue templates to more user friendly yaml templates.
Fixes #63970
Change-Id: I1baf8989f72c1b98bf0027bbb794c0324ea21e32
GitHub-Last-Rev: 725110bf87
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>
30 lines
1.6 KiB
YAML
30 lines
1.6 KiB
YAML
name: Pkg.go.dev package removal request
|
|
description: Request a package be removed from the documentation site (pkg.go.dev)
|
|
title: "x/pkgsite: package removal request for [type path here]"
|
|
labels: ["pkgsite/package-removal"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: "Please answer these questions before submitting your issue. Thanks!"
|
|
- type: input
|
|
id: package-path
|
|
attributes:
|
|
label: "What is the path of the package that you would like to have removed?"
|
|
description: "We can remove packages with a shared path prefix. For example, a request for 'github.com/author' would remove all pkg.go.dev pages with that package path prefix."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: package-owner
|
|
attributes:
|
|
label: "Are you the owner of this package?"
|
|
description: "Only the package owners can request to have their packages removed from pkg.go.dev."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: retraction-reason
|
|
attributes:
|
|
label: "What is the reason that you could not retract this package instead?"
|
|
description: "If you would like to have your module removed from pkg.go.dev, we recommend that you retract them, so that they can be removed from the go command and proxy.golang.org as well. Retracting a module version involves adding a retract directive to your go.mod file and publishing a new version. For example: https://github.com/jba/retract-demo/blob/main/go.mod#L5-L8. See https://pkg.go.dev/about#removing-a-package for additional tips on retractions."
|
|
validations:
|
|
required: true
|