From 5b2120b0180015a8bf9e33fdf666462555884a75 Mon Sep 17 00:00:00 2001 From: Alec Larson Date: Mon, 15 Apr 2019 14:20:59 -0400 Subject: [PATCH] chore: add issue templates --- .github/ISSUE_TEMPLATE/bug.md | 26 ++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 9 +++++++++ 3 files changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 00000000..98162efb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,26 @@ +--- +name: 🐛 Bug report +labels: 'bug' +about: Create a report to help us improve +--- + +## 🐛 Bug Report + +(A clear and concise description of what the bug is.) + +## To Reproduce + +Steps to reproduce the behavior: + +## Expected behavior + +(A clear and concise description of what you expected to happen.) + +## Link to repro (highly encouraged) + +(Please provide either a [CodeSandbox demo](https://codesandbox.io) or an example GitHub repo.) + +## Environment + +- `reframe` v0.x.x +- `@reframe/cli` v0.x.x diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 00000000..eeae0adf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,17 @@ +--- +name: 🚀 Feature Proposal +labels: 'enhancement' +about: Submit a proposal for a new feature +--- + +## 🚀 Feature Proposal + +(A clear and concise description of what the feature is.) + +## Motivation + +(Please outline the motivation for the proposal.) + +## Example + +(Please provide an example for how this feature would be used.) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..994a7a50 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,9 @@ +--- +name: 🤓 Question +labels: 'question' +about: Ask the maintainers (as a last resort) +--- + +## 🤓 Question + +(You _must_ search the issues before asking your question. Consider asking in [the official Discord chat](https://discordapp.com/invite/kqXf65G) and/or [Stack Overflow](https://stackoverflow.com) first.)