Skip to content

Commit

Permalink
chore: add new issue template (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Bailey <justthered63@gmail.com>
  • Loading branch information
beholdenkey authored Dec 17, 2024
1 parent 4ddf739 commit fe7441c
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/new_image.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: "New Container Image"
description: "Request a new container image to be supported"
title: "Feature: [Enter a descriptive title]"
labels: ["enhancement", "feature request"]
assignees: "beholdenkey"
body:
- type: markdown
attributes:
value: |
## Feature Request Guidelines
Please follow these guidelines to help us evaluate and implement your request effectively:
- **Check** if a similar feature request already exists.
- **Describe** what the feature will bring to the project or community.
- **Define** clear acceptance criteria.
- **Consider** potential security, compliance, and scalability impacts.
- **Participate** in discussions for clarifications and follow-up.
- type: textarea
id: description
attributes:
label: "Detailed Description"
description: "Provide a detailed description of the new container image request."
placeholder: "Enter the detailed description here"
validations:
required: false

- type: textarea
id: additional_context
attributes:
label: "Additional Context"
description: "Provide any additional context or information that might be useful."
placeholder: "Enter any additional context here"
validations:
required: false

0 comments on commit fe7441c

Please sign in to comment.