From abe761c30ec2c4d5d2c17616bbd725e3452a9ac9 Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 25 Jul 2020 16:25:42 +0200 Subject: [PATCH] github: Add issue templates [skip ci] Closes #965 Co-authored-by: Daniel Stokes --- .github/ISSUE_TEMPLATE/bug.md | 25 +++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 15 +++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000000..91417cb9ff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Report a defect +title: +labels: +assignees: +--- + +## Description + + +## Steps to Reproduce + + +## Environment + * Operating system: + * System architecture: + * Panda3D version: + * Installation method: (eg. pip, wheel, SDK, built from source) + * Python version (if using Python): + * Compiler (if using C++): diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000000..954153caf3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,15 @@ +--- +name: Enhancement request +about: Request new functionality or improvement to existing functionality +title: +labels: enhancement +assignees: +--- + +## Description + + +## Use Case +