mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-04 01:46:54 +10:00
53 lines
2.0 KiB
YAML
53 lines
2.0 KiB
YAML
name: 📑 Documentation change
|
|
description: Submit a suggestion or edit for the Wiki documentation
|
|
title: "Documentation: ..."
|
|
labels: 'touches: docs'
|
|
type: 'Enhancement'
|
|
assignees:
|
|
- pirate
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
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 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 is the suggested edit?
|
|
placeholder: |
|
|
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
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
---
|
|
|
|
We strive to address 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)
|