-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2396 from Krishanx92/sec
Update issue template
- Loading branch information
Showing
1 changed file
with
47 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,47 @@ | ||
name: "✍️ Create a Task" | ||
description: Create a new task. | ||
labels: ["Type/Task"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A clear description of what needs to be done. | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: component | ||
attributes: | ||
label: Affected Component | ||
description: Select affected component. | ||
options: | ||
- Adapter | ||
- Common-controller | ||
- Router | ||
- Enforcer | ||
- IDP-DS | ||
- Config-DSard | ||
- SI | ||
validations: | ||
required: false | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: Enter component version. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: related | ||
attributes: | ||
label: Related Issues | ||
description: Mention if any related issues. | ||
validations: | ||
required: false | ||
- type: input | ||
id: suggested | ||
attributes: | ||
label: Suggested Labels | ||
description: Mention if any suggested labels. | ||
validations: | ||
required: false |