-
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.
ci: add issue template for a new project
- Loading branch information
Showing
1 changed file
with
36 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,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? |