-
-
Notifications
You must be signed in to change notification settings - Fork 569
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
175 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
name: Bug report | ||
title: "[Bug] " | ||
description: Something is not working in the extension | ||
labels: [bug] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this form! | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: Steps To Reproduce | ||
description: How can we reproduce the behavior. | ||
value: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. Click on '...' | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected Result | ||
description: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: actual | ||
attributes: | ||
label: Actual Result | ||
description: A clear and concise description of what is happening. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots or Videos | ||
description: If applicable, add screenshots and/or a short video to help explain your problem. | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional Context | ||
description: Add any other context about the problem here. | ||
- type: dropdown | ||
id: os | ||
attributes: | ||
label: Operating System | ||
description: What operating system are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Windows | ||
- macOS | ||
- Linux | ||
- Android | ||
- iOS | ||
validations: | ||
required: true | ||
- type: input | ||
id: os-version | ||
attributes: | ||
label: Operating System Version | ||
description: What version of the operating system(s) are you seeing the problem on? | ||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: Web Browser | ||
description: What browser(s) are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Chrome | ||
- Microsoft Edge | ||
- Firefox | ||
- Opera | ||
- Brave | ||
- Vivaldi | ||
- Kiwi | ||
- Safari | ||
- Other | ||
validations: | ||
required: true | ||
- type: input | ||
id: browser-version | ||
attributes: | ||
label: Browser Version | ||
description: What version of the browser(s) are you seeing the problem on? | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Extension Version | ||
description: What version of our extension are you running? | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: is-bug | ||
attributes: | ||
label: What are you doing? | ||
# description: What type of bug are you reporting? | ||
options: | ||
- label: I am reporting a bug | ||
required: true | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: Feature request | ||
title: "[Feature] " | ||
description: Suggest an idea for this project | ||
labels: [enhancement] | ||
body: | ||
- type: textarea | ||
id: related-problem | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe | ||
description: A clear and concise description of what the problem is. | ||
placeholder: Ex. I'm always frustrated when [...] | ||
value: Not applicable. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. | ||
- type: checkboxes | ||
id: is-feature | ||
attributes: | ||
label: Did you fill in all the fields correctly? | ||
options: | ||
- label: Yes, everything is fine! | ||
required: true | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Custom issue | ||
description: I need more freedom to write my issue | ||
labels: [custom] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this form! | ||
- type: textarea | ||
id: body | ||
attributes: | ||
label: Body | ||
description: Issue description | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: i-am-nice | ||
attributes: | ||
label: What did you just do? | ||
options: | ||
- label: I wrote an objective issue, easy to understand. | ||
required: true | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Issues | ||
url: https://github.com/FilipePS/just-testing/issues | ||
about: Please, before creating a new issue, search to see if anyone has already created it |