Adds bug report issue template (#797)
Co-authored-by: sua yoo <sua@webrecorder.org>
This commit is contained in:
parent
7978cb4d85
commit
0a165cc22d
43
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
43
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
@ -0,0 +1,43 @@
|
||||
name: Bug Report
|
||||
description: If something isn't working as expected and you're sure your issue is reproducible, please file this type of issue!
|
||||
title: ""
|
||||
labels: ["type:bug"]
|
||||
body:
|
||||
# Version number
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: Browsertrix Cloud Version
|
||||
description: This can be found in the site footer
|
||||
placeholder: "v1.5.0-beta.0-67d0c6a"
|
||||
validations:
|
||||
required: true
|
||||
# What did the user expect to happen? What was the actual behavior?
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What did you expect to happen? What happened instead?
|
||||
description: |
|
||||
"I was trying to modify the Page Load Timeout value in a saved workflow, however..."
|
||||
|
||||
Please submit any screenshots/videos that can be used to understand how to reproduce the issue. You can attach images by clicking this area to highlight it and then dragging files into the browser window.
|
||||
|
||||
If your problem is related to crawling, or something wasn't captured in the way you expect please include a link to the finished crawl/workflow if possible.
|
||||
validations:
|
||||
required: true
|
||||
# Step-by-step reproduction instructions
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Step-by-step reproduction instructions
|
||||
placeholder: |
|
||||
1. Navigate to...
|
||||
2. Click on...
|
||||
3. See error...
|
||||
validations:
|
||||
required: true
|
||||
# Additional details
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional details
|
||||
description: Add any other relevant information here, such as your local environment if you are running Browsertrix Cloud locally.
|
||||
validations:
|
||||
required: false
|
10
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
10
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
# Allow issues to be created without a template
|
||||
blank_issues_enabled: true
|
||||
|
||||
contact_links:
|
||||
- name: Get help on our forum
|
||||
url: https://forum.webrecorder.net/
|
||||
about: Have a ("how do I...?") question? Not sure if your issue is reproducible? The best way to get help is on our community forum!
|
||||
# - name: Check out the docs
|
||||
# url: https://docs.browsertrix.cloud
|
||||
# about: Solutions to common questions may be available in the documentation!
|
Loading…
Reference in New Issue
Block a user