Skip to content

Commit

Permalink
Use GitHub forms for feature requests and bug reports (#2174)
Browse files Browse the repository at this point in the history
  • Loading branch information
divshacker authored Oct 12, 2021
1 parent 7f72730 commit c826104
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 44 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Bug report
description: Use this template for reporting bugs. Please search existing issues first.
title: '[Bug]: '
labels: bug
body:
- type: markdown
attributes:
value: '## Environment'
- type: input
attributes:
label: k6 version
validations:
required: true
- type: input
attributes:
label: 'Docker version and image'
- type: dropdown
attributes:
label: OS
options:
- Windows
- Linux
- Mac
validations:
required: true
- type: textarea
attributes:
label: Expected Behaviour
validations:
required: true
- type: textarea
attributes:
label: Actual Behaviour
validations:
required: true
- type: textarea
attributes:
label: Steps to Reproduce the Problem
validations:
required: true
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/feat_req.md

This file was deleted.

15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/feat_req.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Feature Request
description: Use this template for suggesting new features.
title: '[Feature Request]: '
labels: feature
body:
- type: textarea
attributes:
label: Feature Description
description: A clear and concise description of the problem or missing capability
validations:
required: true
- type: textarea
attributes:
label: Suggested Solution (optional)
description: If you have a solution in mind, please describe it.

0 comments on commit c826104

Please sign in to comment.