diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..a398390 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,36 @@ +--- +name: Feature Request +about: Suggest a new feature for AlmaLinux +title: "[Feature Request] " +labels: enhancement +assignees: '' +--- + +## 🚀 Feature Description + +Describe the feature you are proposing. Be as specific as possible. + +--- + +## 📋 Problem Statement + +What problem does this feature solve? Why is it needed? + +--- + +## 🔍 Proposed Solution + +Explain how you think the problem should be addressed. + +--- + +## 🧩 Alternatives Considered + +Have you considered any alternative solutions or workarounds? + +--- + +## 📝 Additional Context + +Add any other context, screenshots, or references here. + diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false