diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..01751d71 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +- [ ] I checked [other issues](https://github.com/allegro/tradukisto/issues) and ensured that there are no duplicates. + +**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. + +**System details:** + - OS: [e.g. Ubuntu 22.04.2] + - Kernel: [e.g. Linux 5.4.8] + - JVM: [e.g. OpenJDK Temurin-17.0.6+10 (build 17.0.6+10)] + +**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 00000000..a9269df2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: Feature request +assignees: '' + +--- + +- [ ] I checked [other issues](https://github.com/allegro/tradukisto/issues) and ensured that there are no duplicates. + +**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. + +**Additional context** +Add any other context or screenshots about the feature request here.