Skip to content

Commit

Permalink
Add DevOps ISSUE Template
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshs committed Oct 4, 2024
1 parent b1e1ee7 commit 0bf10c1
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bug report 🐞
name: 🐞 Bug report
description: File a bug report
title: "[Bug]: "
body:
Expand Down
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/devops_update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: 🌀 DevOps Update
description: Suggest a feature
title: "[DevOps Update]: "
body:
- type: checkboxes
id: existing-issue
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for this feature.
options:
- label: I have searched the existing issues
required: true
- type: textarea
id: feature-description
attributes:
label: Feature Description
description: Please provide a detailed description of the update you are requesting.
placeholder: Describe the new update or enhancement you'd like to see.
validations:
required: true


- type: checkboxes
id: terms
attributes:
label: Record
options:
- label: "I agree to follow this project's Code of Conduct"
required: true
- label: "I want to work on this issue"
required: False
- label: "I'm willing to provide further clarification or assistance if needed."
required: False

0 comments on commit 0bf10c1

Please sign in to comment.