Skip to content

Commit

Permalink
Added issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmless05 committed Aug 28, 2023
1 parent 4d6904e commit adc4160
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 0 deletions.
58 changes: 58 additions & 0 deletions ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
name: Bug report
description: Report bugs for H2XC
title: "[BUG] "
labels: bug
body:
- type: textarea
attributes:
label: What part of H2XC does this bug affect?
description: Name place where it happened.
placeholder: |
Example: Settings, Dashboard, etc. (You could also say like "after injecting")
validations:
required: true
- type: textarea
attributes:
label: Describe the bug
description: A clear description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: How to replicate
description: Steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: A clear description of what you expected to happen.
validations:
required: true
- type: textarea
attributes:
label: Possible evidence
description: |
Add any screenshots or videos to help explain your problem.
Tip: To add screenshots or videos, just click on this area to make it stand out and then drag the files in.
validations:
required: false
- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here.
validations:
required: false
- type: checkboxes
attributes:
label: Build
description: Please verify that this issue is present in the most recent version of H2XC.
options:
- label: I've confirmed that the issue exists in the latest version of H2XC.
required: true
43 changes: 43 additions & 0 deletions ISSUE_TEMPLATE/improvement_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Improvement for an existing feature
description: Suggest a new feature for H2XC
title: "[IMPROVEMENT] "
labels: improvement
body:
- type: textarea
attributes:
label: What part of H2XC is this improvement for?
description: Name of the place where the improvement should be made.
validations:
required: true
- type: textarea
attributes:
label: Describe the improvement
description: A clear description of what the improvement is.
validations:
required: true
- type: textarea
attributes:
label: Why do you think this improvement would be useful?
description: A clear description of why you think this improvement would be useful.
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context or notes about the improvement request here.
validations:
required: false
- type: checkboxes
attributes:
label: Feature
description: Make sure that this feature IS NOT already implemented in H2XC.
options:
- label: I've confirmed that this feature IS NOT already implemented in H2XC
required: true
- type: checkboxes
attributes:
label: Version
description: Make sure you are using the latest version of H2XC.
options:
- label: I've confirmed that I am using the latest version of H2XC
required: true
36 changes: 36 additions & 0 deletions ISSUE_TEMPLATE/script_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Suggest a new feature
description: Suggest a new feature for H2XC.
title: "[Feature request] "
labels: feature request
body:
- type: textarea
attributes:
label: Short name for the feature
description: Name of the feature you are suggesting.
validations:
required: true
- type: textarea
attributes:
label: Describe the feature
description: A clear description of what the feature should do.
validations:
required: true
- type: textarea
attributes:
label: Why do you think this feature would be useful?
description: A clear description of why you think this feature would be useful.
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context or notes about the feature here.
validations:
required: false
- type: checkboxes
attributes:
label: Existing feature
description: Make sure that this feature DOES NOT already exist in H2XC.
options:
- label: I've confirmed that this feature DOES NOT already exist in H2XC
required: true

0 comments on commit adc4160

Please sign in to comment.