2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 05:06:43 +00:00

Add issue template that links to docs (#346)

* Update issue templates

* Update and rename issue-template.md to issue-template.yml

* fix formatting

* style issue fix

* make bolder
This commit is contained in:
Matthias Mair 2022-08-05 00:08:26 +02:00 committed by GitHub
parent 235a7ba7b1
commit 66760378a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
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