diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 37978c68cc..d3dfb297a3 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,18 +1,82 @@ --- -name: Ignite CLI bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' +name: Ignite CLI Bug Report +about: Create a report to help identify and fix issues +title: "FIX: " +labels: type:bug +assignees: "" --- -**Describe the bug** -Tell us what you were doing and provide a clear and concise description of issue you encountered. + + +### Context: + + + +#### Describe the Bug: + + + +### Steps to Reproduce: + + -**To reproduce** -Steps to reproduce the behavior: 1. +2. +3. + +### Expected Behavior: + + + +### Actual Behavior: + + + +### Environment Details: + + + +- **OS:** +- **Ignite Version:** Provide the output of the `ignite version` command. +- **Go Version:** Provide the output of the `go version` command. +- **Other Relevant Tools:** (e.g., node, npm, or other dependencies, if applicable) + +### Notes: -**What version are you using?** + diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000000..f2bd286c64 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,67 @@ +--- +name: Ignite CLI Enhancement Request +about: Suggest improvements or updates to existing features +title: "UPDATE: " +labels: type:enh +assignees: "" +--- + + + +### Context: + + + +### Proposed Enhancement: + + + +#### Alternatives Considered: + + + +### Desired Outcome: + + + +### Notes: + + diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 24bbae22fb..c7dda02ad4 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,19 +1,73 @@ --- -name: Ignite CLI feature request -about: Suggest an idea for this project -title: '' -labels: request -assignees: '' - +name: Ignite CLI Feature Request +about: Suggest a new feature or component +title: "INIT: " +labels: type:feat, request +assignees: "" --- -**Is your feature request related to a problem or issue you encountered? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + + +### Context: + + + +### Proposed Solution: + + + +#### Alternatives Considered: + + + +### Expected Outcome: + + -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +### Notes: -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. + diff --git a/.github/ISSUE_TEMPLATE/meta.md b/.github/ISSUE_TEMPLATE/meta.md new file mode 100644 index 0000000000..927537c875 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/meta.md @@ -0,0 +1,64 @@ +--- +name: Ignite CLI Meta Task +about: Create a larger, multi-step task or initiative +title: "META: " +labels: epic +assignees: "" +--- + + + +### Context: + + + +### Acceptance Criteria: + + + + + +### Dependencies or Related Tasks: + + + +### Notes: + +