From 2e0dc1f3f2ec60aecd1586821363b0d872f67d04 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 2 Nov 2024 19:48:51 -0400 Subject: [PATCH] Update documentation_change.yml --- .../ISSUE_TEMPLATE/documentation_change.yml | 26 +++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/documentation_change.yml b/.github/ISSUE_TEMPLATE/documentation_change.yml index ab24723b..9e2e55dc 100644 --- a/.github/ISSUE_TEMPLATE/documentation_change.yml +++ b/.github/ISSUE_TEMPLATE/documentation_change.yml @@ -1,29 +1,39 @@ name: 📑 Documentation change -description: Submit a suggestion or correction for the documentation -title: "Documentation: ..." +description: Submit a suggestion or edit for the Wiki documentation +title: 'Documentation: ...' +label: 'touches: docs' +type: 'Enhancement' assignees: - pirate body: - type: markdown attributes: value: | - If you prefer, you can [submit a Pull Request to https://github.com/ArchiveBox/docs](https://github.com/ArchiveBox/docs) instead of opening an issue here + If you prefer, you can [submit a Pull Request](https://github.com/ArchiveBox/docs) to https://github.com/ArchiveBox/docs instead of opening an issue here. - type: input id: page_url validations: required: true attributes: - label: What is the URL of the page you'd like to edit? - placeholder: https://github.com/ArchiveBox/docs/wiki/Install + label: What is the URL of the page you'd like to see improved? + placeholder: e.g. https://github.com/ArchiveBox/docs/wiki/Install + + - type: input + id: section_title + validations: + required: true + attributes: + label: What is the title of the relevant section? + placeholder: e.g. Option B. Automatic Setup Script - type: textarea id: suggested_edit attributes: - label: What changes would you like to make? + label: What is the suggested edit? placeholder: | - e.g. Please add a new section on how to install ArchiveBox on TempleOS. - Feel free to include images, screenshots, code snippets, etc. + e.g. Please document how to run the automatic setup script for ArchiveBox on TempleOS. + Feel free to attach images, screenshots, code snippets, etc. anything you think would help. validations: required: true