mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-26 20:56:51 +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:
parent
235a7ba7b1
commit
66760378a6
18
.github/ISSUE_TEMPLATE/issue-template.yml
vendored
Normal file
18
.github/ISSUE_TEMPLATE/issue-template.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user