From 2b9b6549503bb233170a341944a13b9f4ea1f3eb Mon Sep 17 00:00:00 2001 From: Maxim Date: Thu, 8 May 2025 02:01:21 +0300 Subject: [PATCH] Add a few issue templates - Bug report - Feature request - Question --- .github/ISSUE_TEMPLATE/bug_report.md | 24 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 ++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 11 +++++++++++ 3 files changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..575159d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: Report a bug (можно на русском или на английском) +title: '' +labels: bug +assignees: Capster + +--- + +**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. + +**Environment/Окружение** + - Platform: [e.g. browser/node.js/bun/dyno] + - Version [e.g. 2.0.5] + +**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..8c06463 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea (можно на русском или на английском) +title: '' +labels: enhancement +assignees: Capster + +--- + +**Describe your suggestion/Опишите свое предложение** +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. + +**Additional context/Дополнительный контекст** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..7d9a7c0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,11 @@ +--- +name: Question +about: 'Ask a question (можно на русском или на английском) ' +title: '' +labels: question +assignees: Capster + +--- + +**Ask your question/Сформулируйте свой вопрос** +Briefly describe what problem are you trying to solve.