From e9860eaab755a208f7ab742906b647e4da6e0fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Sun, 17 Jun 2018 21:52:56 +0200 Subject: [PATCH 1/2] chore(github): Add issue templates - Bug report - Feature request --- .github/ISSUE_TEMPLATE/bug_report.md | 30 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++ 2 files changed, 47 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 000000000..5d6c13b16 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Did something not work? + +--- + +## Bug description + +> A clear and concise description of what the bug is. + +## How to reproduce + +> A list of the steps to reproduce the bug. + +1. Run command: `...` +2. Select '...' +3. See error + +## Expected behavior + +> A clear and concise description of what you expected to happen. + +## Screenshots + +> If applicable, add screenshots to help explain your problem. + +## Environment + + - OS: name / version + - Create InstantSearch App version: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..f904d4c96 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Would you like to add something? + +--- + +## The problem + +> A concise description of why you want a new feature. + +## Solution + +> A clear description of what you want to happen. + +## Implementation + +> Do you have an idea how it could be implemented? From c93c397dbda8b9ab1aa3310dc2accc42489f2927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Sun, 17 Jun 2018 21:55:35 +0200 Subject: [PATCH 2/2] chore(github): Remove empty lines --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - .github/ISSUE_TEMPLATE/feature_request.md | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5d6c13b16..a76972216 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,6 @@ --- name: Bug report about: Did something not work? - --- ## Bug description diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f904d4c96..40539ec12 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,6 @@ --- name: Feature request about: Would you like to add something? - --- ## The problem