From 1cb2a0515f056e2c68b2a9f22fdae1a0d42225e6 Mon Sep 17 00:00:00 2001 From: Sven Lechner Date: Sat, 25 Jul 2020 00:24:31 +0200 Subject: [PATCH] chore(github): add issue templates The templates are inspired by the ones I found some time ago on babel. I changed them a little bit to fit better :) --- .github/ISSUE_TEMPLATE/Bug_report.md | 30 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature_request.md | 20 +++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 00000000..c8aeca1d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,30 @@ +--- +name: "\U0001F41B Bug Report" +about: "If something isn't working as expected \U0001F914." +title: "" +labels: "bug" +assignees: "" +--- + +## Bug Report + +**Current behavior** +A clear and concise description of the behavior. + +**Environment** + +- `env_logger` version: +- Rust version: +- Compilation target triple: +- OS: + +**Possible Solution** + + + +**Additional context** +Add any other context about the problem here. Or a screenshot if applicable + + + +- [ ] I would like to work on a fix! diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 00000000..e3637bbf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,20 @@ +--- +name: "\U0001F680 Feature Request" +about: "I have an idea!" +title: "" +labels: "enhancement" +assignees: "" +--- + +## Feature Request + +**Is your feature request related to a problem?** +A concise description of what the problem is. + +**Describe the solution you'd like** + +**Describe alternatives you've considered**. + + + +- [ ] I would like to work on this feature!