Skip to content

Commit

Permalink
Merge pull request #2396 from Krishanx92/sec
Browse files Browse the repository at this point in the history
Update issue template
  • Loading branch information
CrowleyRajapakse committed Jun 27, 2024
2 parents 2a5ab8b + d70e899 commit ba29e7d
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/task_form.yml
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

0 comments on commit ba29e7d

Please sign in to comment.