diff --git a/.github/ISSUE_TEMPLATE/01_BUG_REPORT.md b/.github/ISSUE_TEMPLATE/01_BUG_REPORT.md index f926100..8062244 100644 --- a/.github/ISSUE_TEMPLATE/01_BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/01_BUG_REPORT.md @@ -1,29 +1,33 @@ --- name: Bug Report about: Create a report to help ZeroUI to improve -title: 'bug: ' -labels: '' -assignees: '' +title: "bug: " +labels: "bug" +assignees: "" --- - - # Bug Report **ZeroUI version:** + + latest **Current behavior:** + **Expected behavior:** + **Steps to reproduce:** + **Related code:** + ``` @@ -31,4 +35,5 @@ insert short code snippets here ``` **Other information:** - + + diff --git a/.github/ISSUE_TEMPLATE/02_FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/02_FEATURE_REQUEST.md index 6e7c0e4..625ccef 100644 --- a/.github/ISSUE_TEMPLATE/02_FEATURE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/02_FEATURE_REQUEST.md @@ -1,28 +1,31 @@ --- name: Feature Request about: Suggest an idea for this project -title: 'feat: ' -labels: '' -assignees: '' +title: "feat: " +labels: "enhancement" +assignees: "" --- - - # Feature Request **Describe the Feature Request** + **Describe Preferred Solution** + **Describe Alternatives** + **Related Code** + **Additional Context** + **If the feature request is approved, would you be willing to submit a PR?** diff --git a/.github/ISSUE_TEMPLATE/03_SUPPORT_QUESTION.md b/.github/ISSUE_TEMPLATE/03_SUPPORT_QUESTION.md index 60261c2..ca89bc0 100644 --- a/.github/ISSUE_TEMPLATE/03_SUPPORT_QUESTION.md +++ b/.github/ISSUE_TEMPLATE/03_SUPPORT_QUESTION.md @@ -1,9 +1,9 @@ --- name: Support Question about: Question on how to use this project -title: 'support: ' -labels: '' -assignees: '' +title: "support: " +labels: "question" +assignees: "" --- # Support Question diff --git a/.github/ISSUE_TEMPLATE/04_REVIEW.md b/.github/ISSUE_TEMPLATE/04_REVIEW.md new file mode 100644 index 0000000..c6fe596 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04_REVIEW.md @@ -0,0 +1,9 @@ +--- +name: Review +about: Provide your feedback for existing code base +title: "review: " +labels: "enhancement" +assignees: "" +--- + +# Review diff --git a/.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md b/.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..ca0f5c4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,40 @@ + + +## Pull request type + + + +Please check the type of change your PR introduces: + +- [ ] Bugfix +- [ ] Feature +- [ ] Code style update (formatting, renaming) +- [ ] Refactoring (no functional changes, no api changes) +- [ ] Build related changes +- [ ] Documentation content changes +- [ ] Other (please describe): + +## What is the current behavior? + + + +Issue Number: N/A + +## What is the new behavior? + + + +- +- +- + +## Does this introduce a breaking change? + +- [ ] Yes +- [ ] No + + + +## Other information + +