From d8f0f819e0c70348caf100a99b4db46d4a939c6c Mon Sep 17 00:00:00 2001 From: PabloGGaray Date: Mon, 24 Jul 2023 11:41:58 -0300 Subject: [PATCH] Issues templates --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/usage-question.md | 22 ++++++++++++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/usage-question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..c1b3d1b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior. Ideally a self-contained snippet of code, or link to a notebook or external code. Please include screenshots/images produced with PyMC-BART here, or the stack trace including `pymc-bart` code to help. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Additional context** +Versions of `pymc-bart` and other libraries used, operating system used, and anything else that may be useful. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..9fd2d6d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +## Tell us about it + +The more specific the better. + +## Thoughts on implementation + +Not required, but if you have thoughts on how to implement the feature, that can be helpful! In case there are academic references, we welcome those here too. diff --git a/.github/ISSUE_TEMPLATE/usage-question.md b/.github/ISSUE_TEMPLATE/usage-question.md new file mode 100644 index 0000000..00cd32b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/usage-question.md @@ -0,0 +1,22 @@ +--- +name: Usage Question +about: General questions about PyMC-BART usage +title: '' +labels: '' +assignees: '' + +--- + +## Short Description + +Let us know what you're trying to do and we can point you in the right direction. Screenshots/plots or stack traces that include `pymc-bart` are particularly helpful. + +## Code Example or link + +Please provide a minimal, self-contained, and reproducible example demonstrating what you're trying to do. Ideally, it will be a code snippet, a link to a notebook, or a link to code that can be run on another user's computer. + +Also include the PyMC-BART version and the version of any other relevant packages. + +## Relevant documentation or public examples + +Please provide documentation, public examples, or any additional information which may be relevant to your question