dev: Adds GitHub feature issue template (#1087)

* Create feature-change.yml

* Enables docs referral in issue template
This commit is contained in:
Henry Wilkinson 2023-08-21 18:27:45 -04:00 committed by GitHub
parent 2952988864
commit 4948e53cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 45 additions and 3 deletions

View File

@ -5,6 +5,6 @@ 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!
- name: Check out the docs
url: https://docs.browsertrix.cloud
about: Solutions to common questions may be available in the documentation!

View File

@ -0,0 +1,42 @@
name: Feature / Change Request
description: If new things should be added or something that is working as intended should be changed, please file this type of issue!
title: "[Feature]: "
labels: ["enhancement"]
body:
# Context
- type: textarea
attributes:
label: Context
description: Describe any prior information that we are taking into account to inform this future development.
placeholder: "Now that x is done we should do y to accomplish z."
validations:
required: true
# User story sentence
- type: textarea
attributes:
label: User Story Sentence
placeholder: "As a user, I want to be able to ____ so that I can ____"
validations:
required: true
# Requirements
- type: textarea
attributes:
label: Requirements
description: List the outcomes of the feature being implemented without design or implementation details.
placeholder: |
1. Item metadata should show links to the collections that the item belongs to.
2. Items can be added or removed from collections when editing an item.
validations:
required: true
# Todo
- type: textarea
attributes:
label: Todo
description: Any other linked issues / tasks to complete to implement this feature (leave blank if unknown).
placeholder: |
- [ ] Mockups:
- [ ] Design:
- [ ] UI:
- [ ] API:
validations:
required: false