Skip to content

Commit

Permalink
new-package-report.yml: new issue template
Browse files Browse the repository at this point in the history
Signed-off-by: Mattéo Rossillol‑‑Laruelle <[email protected]>
  • Loading branch information
beatussum committed Jul 30, 2024
1 parent 4f5f621 commit ee19bb9
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/new-package-report.yml
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

0 comments on commit ee19bb9

Please sign in to comment.