just testing
This commit is contained in:
parent
c67fb64786
commit
b70399f212
@ -1,59 +1,41 @@
|
||||
name: Bug Report
|
||||
about: File a bug report
|
||||
name: Pull Request
|
||||
about: General pull request
|
||||
title: "[Bug]: "
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
- type: input
|
||||
id: contact
|
||||
attributes:
|
||||
label: Contact Details
|
||||
description: How can we get in touch with you if we need more info?
|
||||
placeholder: ex. email@example.com
|
||||
validations:
|
||||
required: false
|
||||
Thanks for contributing to this project with your pull request!
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
id: summary
|
||||
attributes:
|
||||
label: What happened?
|
||||
description: Also tell us, what did you expect to happen?
|
||||
placeholder: Tell us what you see!
|
||||
value: "A bug happened!"
|
||||
label: :book: Summary
|
||||
description: Provide a summary of your changes. Also descibe the why...
|
||||
placeholder: Tell us about your code changes.
|
||||
value:
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: version
|
||||
id: testplan
|
||||
attributes:
|
||||
label: Version
|
||||
description: What version of our software are you running?
|
||||
label: :bookmark_tabs: Test Plan
|
||||
description: How did you test your code changes?
|
||||
options:
|
||||
- 1.0.2 (Default)
|
||||
- 1.0.3 (Edge)
|
||||
- CI pipeline tests (Default)
|
||||
- Custom test
|
||||
- No test Plan
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: browsers
|
||||
attributes:
|
||||
label: What browsers are you seeing the problem on?
|
||||
multiple: true
|
||||
options:
|
||||
- Firefox
|
||||
- Chrome
|
||||
- Safari
|
||||
- Microsoft Edge
|
||||
- type: textarea
|
||||
id: logs
|
||||
id: details
|
||||
attributes:
|
||||
label: Relevant log output
|
||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
label: Details
|
||||
description: Add your cuustom test details or justification for missing tests here.
|
||||
placeholder: First, solve the problem. Then, write the code.
|
||||
- type: textarea
|
||||
id: notes
|
||||
attributes:
|
||||
label: Code of Conduct
|
||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
|
||||
options:
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
||||
label: :books: Additional Notes
|
||||
description: A place for additional notes or linking references.
|
||||
placeholder: Software and cathedrals are much the same -- first we build them, then we pray.
|
||||
|
Loading…
Reference in New Issue
Block a user