diff --git a/.github/ISSUE_TEMPLATE.MD b/.github/ISSUE_TEMPLATE.MD deleted file mode 100644 index 540e46b4b..000000000 --- a/.github/ISSUE_TEMPLATE.MD +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - -### 1. What version of `Go` and system type/arch are you using? - - - -### 2. What version of `GoFrame` are you using? - - - -### 3. Can this issue be re-produced with the latest release? - - - -### 4. What did you do? - - - - -### 5. What did you expect to see? - - - -### 6. What did you see instead? - - - diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..4fa1cfa12 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,41 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + + + + + + + + +**What version of `Go` and system type/arch are you using?** + + + +**What version of `GoFrame` are you using?** + + + +**Can this bug be re-produced with the latest release?** + + +**What did you do?** + + + +**What did you expect to see?** + + +**What did you see instead?** diff --git a/.github/ISSUE_TEMPLATE/enhancement-request.md b/.github/ISSUE_TEMPLATE/enhancement-request.md new file mode 100644 index 000000000..83fc3ba52 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement-request.md @@ -0,0 +1,16 @@ +--- +name: Enhancement request +about: Enhance an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Package that You wish to enhance** + + +**Enhancement description** + + +**Additional** diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..5d7685632 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,19 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: feature +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** + + +**Describe the solution you'd like** + + +**Describe alternatives you've considered** + + +**Additional** diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..e0d8ad970 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,11 @@ +--- +name: Question +about: I want to ask a question +title: '' +labels: question +assignees: '' + +--- + + +**What do you want to ask**