-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new-package-report.yml: new issue template
Signed-off-by: Mattéo Rossillol‑‑Laruelle <[email protected]>
- Loading branch information
Showing
1 changed file
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,50 @@ | ||
name: New package | ||
description: File a new package report | ||
title: "[New package]: " | ||
labels: ["new package"] | ||
assignees: ["beatussum"] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thanks for taking the time to suggest a new package! | ||
|
||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact details | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: e.g. [email protected] | ||
|
||
- type: input | ||
id: what-package | ||
|
||
attributes: | ||
label: What package? | ||
placeholder: "<category>/<name>" | ||
|
||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
|
||
attributes: | ||
label: Description | ||
placeholder: Do you want to add extra description about this issue? | ||
|
||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Terms | ||
|
||
description: | | ||
Please check all the boxes that apply: | ||
options: | ||
- label: I agree to follow this project's code of conduct. | ||
required: true | ||
- label: I can submit this contribution in agreement with the [Copyright Policy](https://www.gentoo.org/glep/glep-0076.html#certificate-of-origin). | ||
required: true | ||
- label: This contribution has not been created with the assistance of Natural Language Processing artificial intelligence tools, in accordance with the [AI policy](https://wiki.gentoo.org/wiki/Project:Council/AI_policy). | ||
required: true |