diff --git a/.github/ISSUE_TEMPLATE/issue-template.yml b/.github/ISSUE_TEMPLATE/issue-template.yml new file mode 100644 index 0000000..17b04f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template.yml @@ -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