mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
21ed4b2081
* add codespell * first fixes * doc fixes * fix docstrings and comments * functional changes * docstrings again * and docs again * rename args * add ignore * use pre-commit for filtering instead * ups * fix typo in filter
16 lines
462 B
YAML
16 lines
462 B
YAML
name: "Documentation"
|
|
description: "Create an issue to improve the documentation"
|
|
labels: ["documentation", "triage:not-checked"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Create a new issue regarding the InvenTree documentation
|
|
- type: textarea
|
|
id: repro
|
|
attributes:
|
|
label: Body of the issue
|
|
description: Please provide one distinct thing to fix or a clearly defined enhancement
|
|
validations:
|
|
required: true
|