Skip to content

Commit

Permalink
Adicionado Issue Templates
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipePS committed Feb 21, 2024
1 parent 90ea0ef commit a28f9e8
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 0 deletions.
104 changes: 104 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug_report.yml
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
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature_request.yml
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
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/3-custom_issue.yml
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
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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

0 comments on commit a28f9e8

Please sign in to comment.