Browse Source

github: Update issue templates, add links to forums/discord etc.

[skip ci]
rdb 1 year ago
parent
commit
90d31bfe6f

+ 1 - 0
.github/ISSUE_TEMPLATE/bug.md

@@ -2,6 +2,7 @@
 name: Bug report
 about: Report a defect
 title:
+type: bug
 labels:
 assignees:
 ---

+ 12 - 0
.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.

+ 1 - 0
.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:
 ---