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

[skip ci]
This commit is contained in:
rdb 2024-10-17 16:18:42 +02:00
parent 7c9c4cd435
commit 90d31bfe6f
3 changed files with 14 additions and 0 deletions

View File

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

12
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -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.

View File

@ -2,6 +2,7 @@
name: Enhancement request
about: Request new functionality or improvement to existing functionality
title:
type: feature
labels: enhancement
assignees:
---