Update and rename documentation_change.md to documentation_change.yml

This commit is contained in:
Nick Sweeting 2024-11-02 19:44:10 -04:00 committed by GitHub
parent 61f150140d
commit e68806b099
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 42 additions and 17 deletions

View file

@ -1,17 +0,0 @@
---
name: 📑 Documentation change
about: Submit a suggestion for the Wiki documentation
title: 'Documentation: Improvement request ...'
labels: ''
assignees: ''
---
<!-- If you perfer, you can make a PR to https://github.com/ArchiveBox/docs instead of opening an issue -->
## Wiki Page URL
<!-- e.g. https://github.com/pirate/ArchiveBox/wiki/Configuration#use_color -->
## Suggested Edit
<!-- e.g. Please add more example usages, or please fix `xyz` typo to be `abc`. -->

View file

@ -0,0 +1,42 @@
name: 📑 Documentation change
description: Submit a suggestion or correction for the documentation
title: "Documentation: ..."
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
- 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
- type: textarea
id: suggested_edit
attributes:
label: What changes would you like to make?
placeholder: |
e.g. Please add a new section on how to install ArchiveBox on TempleOS.
Feel free to include images, screenshots, code snippets, etc.
validations:
required: true
- type: markdown
attributes:
value: |
---
We strive to answer issues as quickly as possible, it usually takes us *about a ~week* to respond.
In the meantime please consider:
- 💰 [Donating to support ArchiveBox open-source](https://github.com/ArchiveBox/ArchiveBox/wiki/Donations)
- 👨‍✈️ [Hiring us for corporate deployments](https://docs.monadical.com/s/archivebox-consulting-services) with professional support, custom feature development, and help with CAPTCHAs/rate-limits
- 🔍 [Browsing the newer ReadTheDocs Documentation](https://docs.archivebox.io/)
- ✨ Testing out a newer [`BETA` release](https://github.com/ArchiveBox/ArchiveBox/releases) (issues are often already fixed in our latest `BETA` releases)