Skip to content

Commit

Permalink
ci: add issue template for a new project
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed Jul 2, 2023
1 parent 8c4e3c6 commit caa9358
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/new-project.yml
Original file line number Diff line number Diff line change
@@ -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?

0 comments on commit caa9358

Please sign in to comment.