From b25d0e0833ce1dc894af6f0c57521045b2bdcd3e Mon Sep 17 00:00:00 2001 From: "Oriol (ZBook)" Date: Mon, 21 Jun 2021 15:30:10 +0300 Subject: [PATCH] config issue templates --- .../bug_report.md} | 13 +++++++++++-- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug_report.md} (67%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 67% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 05a8f3d80a9..8b5751f3255 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,4 +1,8 @@ -If you have questions about a specific use case, or you are not sure whether this is a bug or not, please post it to our discourse channel: https://discourse.pymc.io +--- +name: 'Bug Report' +about: Inform about bugs in the PyMC3 library + +--- ## Description of your problem @@ -8,10 +12,15 @@ If you have questions about a specific use case, or you are not sure whether thi ``` **Please provide the full traceback.** + +
Complete error traceback + ```python -[The error output here] +[The complete error output here] ``` +
+ **Please provide any additional information below.** diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..b13853d0173 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: PyMC Discourse + url: https://discourse.pymc.io/ + about: Ask usage questions about PyMC3 + - name: Example notebook error report + url: https://github.com/pymc-devs/pymc-examples/issues + about: Please report errors or desired extensions to the tutorials and examples here.