mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 04:03:06 +00:00
Update and rename documentation_change.md to documentation_change.yml
This commit is contained in:
parent
61f150140d
commit
e68806b099
2 changed files with 42 additions and 17 deletions
17
.github/ISSUE_TEMPLATE/documentation_change.md
vendored
17
.github/ISSUE_TEMPLATE/documentation_change.md
vendored
|
@ -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`. -->
|
||||
|
42
.github/ISSUE_TEMPLATE/documentation_change.yml
vendored
Normal file
42
.github/ISSUE_TEMPLATE/documentation_change.yml
vendored
Normal 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)
|
Loading…
Reference in a new issue