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.