From caa9358c66e6505b1f143cca7da08c39da4525f0 Mon Sep 17 00:00:00 2001 From: Jeroen de Bruijn Date: Sun, 2 Jul 2023 11:48:51 +0200 Subject: [PATCH] ci: add issue template for a new project --- .github/ISSUE_TEMPLATE/new-project.yml | 36 ++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/new-project.yml diff --git a/.github/ISSUE_TEMPLATE/new-project.yml b/.github/ISSUE_TEMPLATE/new-project.yml new file mode 100644 index 0000000..1714395 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-project.yml @@ -0,0 +1,36 @@ +name: Project proposal +description: Proposal for a new project. +labels: [project] +body: + - type: markdown + attributes: + value: Proposal for a new project in the vidavidorra organisation. + - type: dropdown + attributes: + label: Programming language(s) + description: What programming language(s) will the project be in? + multiple: true + options: + - C + - C++ + - HTML + - TypeScript + - type: textarea + attributes: + label: Description + description: Please elaborate on the project. + placeholder: | + - What wuold the project do. + - Existing resources on this project. + validations: + required: true + - type: textarea + attributes: + label: Motivation + description: Why should this project be created? + validations: + required: true + - type: input + attributes: + label: Project name + description: What would be the name of the project?