diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 00236e769..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: 'possible-bug 🐛' -assignees: '' ---- - -### Environment - -1. OS and Architecture: -2. App or Package Name: -2. App or Package Version: -3. Kubernetes Distribution: -4. Kubernetes Version: -5. Other: - -### Steps to reproduce - -1. - -### Expected result - -- - -### Actual Result - -- - -### Visual Proof (screenshots, videos, text, etc) - -- - -### Additional Context - -Add any other context or screenshots about the technical debt here. diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 000000000..4cf5c3ceb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,9 @@ +blank_issues_enabled: false +contact_links: + - name: Report a bug + url: https://defenseunicorns.com/contactus + about: Report a possible bug to help improve LeapfrogAI. + - name: Submit a feature request + url: https://defenseunicorns.com/contactus + about: Suggest an idea for improving LeapfrogAI. + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 19ea5246d..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: 'enhancement ✨' -assignees: '' ---- - -### User Story - -**As a** [user persona] -**I want** [desired feature] -**So that** [value derived from feature] - -### Acceptance Criteria - -**Given** [a state] -**When** [an action is taken] -**Then** [something happens] - -### Describe alternatives you've considered - -(optional) A clear and concise description of any alternative solutions or features you've considered. - -### Additional context - -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/tech_debt.md b/.github/ISSUE_TEMPLATE/tech_debt.md deleted file mode 100644 index b718b9fce..000000000 --- a/.github/ISSUE_TEMPLATE/tech_debt.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Tech debt -about: Record something that should be investigated or refactored in the future. -title: '' -labels: 'tech-debt 💳' -assignees: '' ---- - -### Describe what should be investigated or refactored - -A clear and concise description of what should be changed/researched. Ex. This piece of the code is not DRY enough [...] - -### Links to any relevant code - -(optional) i.e. - - -### Additional context - -Add any other context or screenshots about the technical debt here.