diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..0de487b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,12 @@ +blank_issues_enabled: false +contact_links: + - name: Documentation + url: ../docs/README.md + about: Check the documentation before creating an issue + +# Template configurations +templates: + - name: bug_report.yml + - name: feature_request.yml + - name: experiment.yml + - name: documentation.yml