From 7b618fd37ca636d5fce77dba992765be8a55a282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be=20-=20Romain=20Gerard?= Date: Fri, 3 Mar 2023 14:55:36 +0100 Subject: [PATCH] Update issue templates Former-commit-id: a012f71a3ddc586c10bb0a8f325f1002949277a4 Former-commit-id: 404404e04ce819def8c58cca2de8e874ddc6d459 [formerly 31ec73b130407084f2621b67ac86842df8e8e722] [formerly cc178d3bde9ff7ad953a756c16aa8caf36fd069f [formerly 8037840df023ea5e0e1a6676b5aae22cc50501fb [formerly 8037840df023ea5e0e1a6676b5aae22cc50501fb [formerly 8037840df023ea5e0e1a6676b5aae22cc50501fb [formerly dacc155bace6762fa6252761622c8c3e07431465]]]]] Former-commit-id: 9967e98cd2f13a42bac966e8fcbd73efe9e7b7fc [formerly 916bf38fe299d1ad9cb1c1edb21fc5e0b1c410bd] Former-commit-id: 4b3adbaeb1eecf33cd6576a026b44923e4930827 Former-commit-id: 84ea4a9638e076fc212b5337cf9697d8d1b75a83 Former-commit-id: 939e14af464018c4c6e539a6d23bb4d2fd7e9f75 Former-commit-id: 8d825bc8efc90817d9206c2e08d0c87773aecff2 [formerly 1b8aee05eb5ab55846dcff5821596d36841f4432] Former-commit-id: 0853cc592048c1b8a00f6beace60ff086ed42ed3 --- .github/ISSUE_TEMPLATE/bug_report.md | 28 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 ++++++++++++++ 2 files changed, 45 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 0000000..779e3c9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**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 0000000..18d53ad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**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 [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered.