Update documentation_change.yml

This commit is contained in:
Nick Sweeting 2024-11-02 19:48:51 -04:00 committed by GitHub
parent e68806b099
commit 2e0dc1f3f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,29 +1,39 @@
name: 📑 Documentation change name: 📑 Documentation change
description: Submit a suggestion or correction for the documentation description: Submit a suggestion or edit for the Wiki documentation
title: "Documentation: ..." title: 'Documentation: ...'
label: 'touches: docs'
type: 'Enhancement'
assignees: assignees:
- pirate - pirate
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | 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 - type: input
id: page_url id: page_url
validations: validations:
required: true required: true
attributes: attributes:
label: What is the URL of the page you'd like to edit? label: What is the URL of the page you'd like to see improved?
placeholder: https://github.com/ArchiveBox/docs/wiki/Install 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 - type: textarea
id: suggested_edit id: suggested_edit
attributes: attributes:
label: What changes would you like to make? label: What is the suggested edit?
placeholder: | placeholder: |
e.g. Please add a new section on how to install ArchiveBox on TempleOS. e.g. Please document how to run the automatic setup script for ArchiveBox on TempleOS.
Feel free to include images, screenshots, code snippets, etc. Feel free to attach images, screenshots, code snippets, etc. anything you think would help.
validations: validations:
required: true required: true