From 90d31bfe6f4a203d1bdaf6cfb0ae7c3f5db8b495 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 17 Oct 2024 16:18:42 +0200 Subject: [PATCH] github: Update issue templates, add links to forums/discord etc. [skip ci] --- .github/ISSUE_TEMPLATE/bug.md | 1 + .github/ISSUE_TEMPLATE/config.yml | 12 ++++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 1 + 3 files changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 91417cb9ff..762c684450 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -2,6 +2,7 @@ name: Bug report about: Report a defect title: +type: bug labels: assignees: --- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..98ee85f95f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,12 @@ +contact_links: + - name: Community forums + url: https://discourse.panda3d.org/ + about: Please visit the community forums for technical support and other questions. + + - name: Documentation bugs + url: https://github.com/panda3d/panda3d-docs/issues + about: Problems with the online documentation should be reported on the panda3d-docs issue tracker, not here. + + - name: Discord server + url: https://discord.gg/UyepRMm + about: Get real-time help with questions about Panda3D or discuss ideas with the developers on our Discord server. diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index 954153caf3..190f226dbb 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -2,6 +2,7 @@ name: Enhancement request about: Request new functionality or improvement to existing functionality title: +type: feature labels: enhancement assignees: ---