-
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.
Signed-off-by: Justin Bailey <justthered63@gmail.com>
- Loading branch information
1 parent
4ddf739
commit fe7441c
Showing
1 changed file
with
37 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,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 |