browsertrix/.github/ISSUE_TEMPLATE/feature-change.yml
sua yoo 960f54bf4e
Update issue reporting templates (#1596)
Changes:
- Edits templates for succinctness and precision
- Separate section for screenshots and OS/browser for bugs
- Removes requirements and TODO section of features to simplify
interface for external-facing requests
2024-03-16 07:27:19 -04:00

20 lines
671 B
YAML

name: Feature / Change Request
description: Request a new feature or change to an existing feature of the app.
title: "[Feature]: "
labels: ["enhancement"]
body:
# User story sentence
- type: textarea
attributes:
label: What change would you like to see?
description: Describe the improvement or feature you'd like added to Browsertrix.
placeholder: I would like to be able to ____________ so that I can ____________.
validations:
required: true
# Context
- type: textarea
attributes:
label: Context
description: Any background information that helps us understand the request.
validations:
required: true