From 4607bc4cee8438596cd78aad8ef8dea87d3dacc5 Mon Sep 17 00:00:00 2001 From: Sylvain Pace Date: Mon, 4 May 2020 10:42:01 +0200 Subject: [PATCH 1/2] feat: create template to gather feedback from users --- .github/ISSUE_REPORT_TEMPLATE | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_REPORT_TEMPLATE diff --git a/.github/ISSUE_REPORT_TEMPLATE b/.github/ISSUE_REPORT_TEMPLATE new file mode 100644 index 000000000..c5b6a5124 --- /dev/null +++ b/.github/ISSUE_REPORT_TEMPLATE @@ -0,0 +1,26 @@ + + +# Do you want to request a *missing result* or report a *bug*? + +## Meta-data: + +- `index_name`={} +- `query`={} +- `current_result`={} +- `date`={} + +## What is the *current* behaviour? +If the current behaviour is a bug, please provide all the steps to reproduce and screenshots with context. + +## What is the *expected* behaviour? + +#### What have you tried to solve it? + +#### Did you check the related configuration? Do we need to update the selectors? Feel free to submit a PR on it + +#### Any quick clues? + +### Any other feedback / questions ? From 59d99ce4598766c46e619f8cbd1f3d6a2ac98363 Mon Sep 17 00:00:00 2001 From: Kevin Granger Date: Tue, 24 Nov 2020 11:21:12 +0100 Subject: [PATCH 2/2] Rename .github/ISSUE_REPORT_TEMPLATE to .github/.github/Missing_results.md --- .github/{ISSUE_REPORT_TEMPLATE => .github/Missing_results.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ISSUE_REPORT_TEMPLATE => .github/Missing_results.md} (100%) diff --git a/.github/ISSUE_REPORT_TEMPLATE b/.github/.github/Missing_results.md similarity index 100% rename from .github/ISSUE_REPORT_TEMPLATE rename to .github/.github/Missing_results.md