mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-27 05:06:43 +00:00
* Update issue templates * Update and rename issue-template.md to issue-template.yml * fix formatting * style issue fix * make bolder
19 lines
905 B
YAML
19 lines
905 B
YAML
name: Issue template
|
|
description: A general template for documentation errors or enhancments
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
This repo is *only* inteded for issues regarding the documentation.
|
|
If you need help **setting up** the software read the [install info](https://inventree.readthedocs.io/en/latest/start/intro/).
|
|
If you have have issues with getting **docker** up and running read the [docker section](https://inventree.readthedocs.io/en/latest/start/docker/) in the docs. Do not post your setup issues here.
|
|
If you need **general help** with the software use the [main repo](https://github.com/inventree/InvenTree).
|
|
- type: textarea
|
|
id: repro
|
|
attributes:
|
|
label: Body of the issue
|
|
description: Please provide one distinct thing to fix or a clearly defined enhancment
|
|
value:
|
|
validations:
|
|
required: true
|