diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 28 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 30 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/user_story.md | 12 |
3 files changed, 0 insertions, 70 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index af60c290..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '[Bug] Bug Title' -labels: '' -assignees: '' - ---- - -**Describe the bug** -<!-- A clear and concise description of what the bug is. --> - -**To Reproduce** -<!-- Steps to reproduce the behavior --> - -**Expected behavior** -<!-- A clear and concise description of what you expected to happen. --> - -**Screenshots** -<!-- If applicable, add screenshots to help explain your problem. --> - -**Environment setup (please complete the following information):** -<!-- - OS: [e.g. Linux] --> -<!-- - Guix Version (optional) --> -<!-- - [Anything else you think is relevant] --> - -**Additional context** -<!-- Add any other context about the problem here. --> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 813974c1..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: Feature request -about: Suggest a new feature for this project(Very Specific) -title: '[Feature] My-cool-feature' -labels: '' -assignees: '' - ---- - -## Is your feature request related to a problem? Please describe. -<!-- A clear and concise description of what the problem is. --> -<!-- Example: I'm always frustrated when [...] --> - -## Describe the solution you'd like -<!-- A clear and concise description of what you want to happen. --> - -## Describe alternatives you've considered -<!-- A clear and concise description of any alternative solutions or features you've considered. --> - -## User Stories (optional) -<!-- Example: --> -<!-- As a _[role or persona]_, I want _[goal/ need]_ so that _[why]_ --> -<!-- **Feature:** _[Brief description of feature]_ --> -<!-- _[Any additional descriptions on feature]_ --> -<!-- **Scenario:** -Please use _[Gherkin](https://cucumber.io/docs/gherkin/reference/)_ -here --> - -## Additional context -<!-- Add any other context or screenshots about the feature request here. --> diff --git a/.github/ISSUE_TEMPLATE/user_story.md b/.github/ISSUE_TEMPLATE/user_story.md deleted file mode 100644 index d46976ba..00000000 --- a/.github/ISSUE_TEMPLATE/user_story.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: User Story -about: Suggest an idea for this project -title: ['Feature] My-cool-new-feature' -labels: '' -assignees: '' - ---- -<!-- As a _[role or persona]_, I want _[goal/ need]_ so that _[why]_ --> -<!-- **Feature:** _[Brief description of feature]_ --> -<!-- _[Any additional descriptions on feature]_ --> -<!-- **Scenario:** Please use _[Gherkin](https://cucumber.io/docs/gherkin/reference/)_ here --> |