diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..312cb19 --- /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] +- docs-scraper version: [e.g v0.10.4] 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. 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: '' +---