diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8c634b8f..fbdc70f4 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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! diff --git a/.github/ISSUE_TEMPLATE/feature-change.yml b/.github/ISSUE_TEMPLATE/feature-change.yml new file mode 100644 index 00000000..20aeb2e5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-change.yml @@ -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