From b733c2e5da2fdc01ea4456ce74fce3af217d0336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Freyd?= Date: Thu, 3 May 2018 21:55:34 -0400 Subject: [PATCH] Add issue template types (#1267) --- .github/ISSUE_TEMPLATE/Bug_report.md | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature_request.md | 21 +++++++++++++++++++++ .styleci.yml | 1 - 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md delete mode 100644 .styleci.yml diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 000000000..bbf477bce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,18 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Screenshots** +If you can, add screenshots to help explain your problem. An image is always helpful. +**Which version are you using:** + - Hosting version on https://app.monicahq.com + - Mobile version + - A server you maintain yourself (if so, please indicate your current version of Monica) + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 000000000..29fed466c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,21 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +(Note: you don't need to follow this template, nor to keep headlines or bold sentences - they are just there to guide you. Feel free to delete everything. We review every issue even if we don't immediately respond.) + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. +* I'm always frustrated when [...] +* Current feature X is awesome but doesn't fill the need of [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered (optional)** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. The more context, the better. diff --git a/.styleci.yml b/.styleci.yml deleted file mode 100644 index c3bb259c5..000000000 --- a/.styleci.yml +++ /dev/null @@ -1 +0,0 @@ -preset: laravel \ No newline at end of file