From bcec0c6c69962ffd2483e519b63b2962a05d5e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Sat, 24 Feb 2024 21:29:05 +0100 Subject: [PATCH] Create submission-form.yml --- .github/ISSUE_TEMPLATE/submission-form.yml | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/submission-form.yml diff --git a/.github/ISSUE_TEMPLATE/submission-form.yml b/.github/ISSUE_TEMPLATE/submission-form.yml new file mode 100644 index 0000000..b0adc36 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/submission-form.yml @@ -0,0 +1,34 @@ +name: New submission (TEST) +description: Submit a software repository for review +title: "[REVIEW]: " +labels: ["review"] +body: + - type: markdown + attributes: + value: | + Thanks for submitting your software! + - type: input + id: author-name + attributes: + label: Author name + description: Name of the package author + placeholder: ex. Anna Karenina + validations: + required: true + - type: input + id: author-handle + attributes: + label: Author handle + description: GitHub user of the package author + placeholder: ex. @your-github-username + validations: + required: true + - type: input + id: target-repository + attributes: + label: Repository + description: URL of the repository with the software + placeholder: https://github.com/organization/my-software + validations: + required: true +