forked from cardano-foundation/cardano-devkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/configure-installation-path
- Loading branch information
Showing
3 changed files
with
114 additions
and
20 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,42 @@ | ||
name: 📝 Task | ||
description: Create a task | ||
title: "[Task]: " | ||
labels: ["task"] | ||
|
||
body: | ||
- type: textarea | ||
attributes: | ||
label: 📝 Task description | ||
description: > | ||
A clear and concise description of the task. | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Component | ||
description: > | ||
Select the component related to this feature request. | ||
options: | ||
- ui | ||
- cli | ||
- package distribution | ||
- testing | ||
- explorer | ||
- IDE plugins | ||
- other | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps to complete | ||
description: > | ||
Detailed steps to complete the task. | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: > | ||
Add any other context about the task here. | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Thanks for contributing 🎉!! |
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
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