From cdd68e888709833de2d75b0c035ea9c166ffe87d Mon Sep 17 00:00:00 2001 From: "Balos, Cody, J" Date: Wed, 15 May 2024 10:04:19 -0700 Subject: [PATCH] add issue templates --- .github/ISSUE_TEMPLATE/bug.md | 40 +++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/general.md | 8 +++++++ 2 files changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/general.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000000..367e3512d0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,40 @@ +--- +name: 🐞 Bug +about: File a bug/issue +title: '[BUG] ' +labels: bug, triage +assignees: '' + +--- + +<!-- +Note: Please search to see if an issue already exists for the bug you encountered. +--> + +### Current Behavior: +<!-- A concise description of what you're experiencing. --> + +### Expected Behavior: +<!-- A concise description of what you expected to happen. --> + +### Steps To Reproduce: +<!-- +Example: steps to reproduce the behavior: +1. In this environment... +1. With this config... +1. Run '...' +1. See error... +--> + +### Environment: +<!-- +Example: +- SUNDIALS version: 7.0.0 +- OS: Ubuntu 20.04 +- Compiler: gcc 8.5.0 +--> + +### Anything else: +<!-- +Links? References? Anything that will give us more context about the issue that you are encountering! +--> diff --git a/.github/ISSUE_TEMPLATE/general.md b/.github/ISSUE_TEMPLATE/general.md new file mode 100644 index 0000000000..212e035190 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general.md @@ -0,0 +1,8 @@ +--- +name: General/Question +about: File a issue for something that is not a bug +title: '<title>' +labels: triage +assignees: '' + +--- \ No newline at end of file