Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Github forms #2174

Merged
merged 15 commits into from
Oct 12, 2021
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]: '
divshacker marked this conversation as resolved.
Show resolved Hide resolved
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
Comment on lines +17 to +23
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, sorry I'm late... Do we want to add an OS version input field? It might not be relevant in most cases, but it's good to know if someone's running on e.g. Windows XP 😄

Also maybe s/Mac/macOS/?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm fair enough 😅 this should also probably be a separate free text field with examples (e.g. "Windows 10, Arch Linux, macOS 11, etc.") - do you want to make another PR to fix it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok let me make one.

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.