diff --git a/.github/workflows/ISSUE_TEMPLATE/bug_report.md b/.github/workflows/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..ce570afd3 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve DbGate +title: 'BUG: Say something here' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Version Information (please complete the following information):** + - OS: [e.g. Windows/Mac/Ubuntu] + - App Version [see Help -> About] + - Install source [e.g. installer/SNAP/Docker/NPM] + - Type - Web/Application + - Database engine: [e.g. MySQL/PostgreSQL/SQL Server] + +**Additional context** +Anything else you think might be helpful diff --git a/.github/workflows/ISSUE_TEMPLATE/feature_request.md b/.github/workflows/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..bbad8bf5c --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for DbGate +title: 'FEAT: ' +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. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/workflows/ISSUE_TEMPLATE/question.md b/.github/workflows/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..bb5c9edb3 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/question.md @@ -0,0 +1,18 @@ +--- +name: Question +about: Ask a question about how to do something +title: 'QUESTION: Summary of your question' +labels: '' +assignees: '' + +--- + +**Details:** +Details about your question + +**Version Information [might be relevant to your issue]** +Operating System: +App Version [help -> about]: + +**Screenshot [if appropriate]**: +A screenshot of the app if that helps