From 51311e914a5aec25543f54ea92b944787eaee07c Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Sun, 30 May 2021 19:43:56 +0200 Subject: [PATCH 1/4] Create .github/ISSUE_TEMPLATE/bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..faa219f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug Report 🐞 +about: Create a report to help us improve. +title: '' +labels: '' +assignees: '' +--- + + + +**Description** +Description of what the bug is about. + +**Expected behavior** +What you expected to happen. + +**Current behavior** +What happened. + +**Screenshots or Logs** +If applicable, add screenshots or logs to help explain your problem. + +**Environment (please complete the following information):** +- OS: [e.g. Debian GNU/Linux] +- MeiliSearch version: [e.g. v.0.20.0] +- meilisearch-python version: [e.g v0.14.1] From 5be6e800cf9b55a8272fd697dc6a83ede3d08af8 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Sun, 30 May 2021 19:43:57 +0200 Subject: [PATCH 2/4] Create .github/ISSUE_TEMPLATE/feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..39bb8f0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature Request 💡 +about: Suggest a new idea for the project. +title: '' +labels: '' +assignees: '' +--- + + + +**Description** +Brief explanation of the feature. + +**Basic example** +If the proposal involves something new or a change, include a basic example. How would you use the feature? In which context? + +**Other** +Any other things you want to add. From 36b9bdcc976f50d853ab674830633881e2907277 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Sun, 30 May 2021 19:43:57 +0200 Subject: [PATCH 3/4] Create .github/ISSUE_TEMPLATE/other.md --- .github/ISSUE_TEMPLATE/other.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/other.md diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 0000000..b7a939a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,7 @@ +--- +name: Other +about: Any other topic you want to talk about. +title: '' +labels: '' +assignees: '' +--- From b3c437ef8e90219d4015447fc5d9236f152fec15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Sun, 30 May 2021 19:55:56 +0200 Subject: [PATCH 4/4] Update .github/ISSUE_TEMPLATE/bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index faa219f..312cb19 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,4 +23,4 @@ If applicable, add screenshots or logs to help explain your problem. **Environment (please complete the following information):** - OS: [e.g. Debian GNU/Linux] - MeiliSearch version: [e.g. v.0.20.0] -- meilisearch-python version: [e.g v0.14.1] +- docs-scraper version: [e.g v0.10.4]