github: Update issue templates, add links to forums/discord etc.
[skip ci]
This commit is contained in:
parent
7c9c4cd435
commit
90d31bfe6f
|
|
@ -2,6 +2,7 @@
|
|||
name: Bug report
|
||||
about: Report a defect
|
||||
title:
|
||||
type: bug
|
||||
labels:
|
||||
assignees:
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
name: Enhancement request
|
||||
about: Request new functionality or improvement to existing functionality
|
||||
title:
|
||||
type: feature
|
||||
labels: enhancement
|
||||
assignees:
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in New Issue