diff --git "a/.github/ISSUE_TEMPLATE/bug-report---\351\224\231\350\257\257\345\217\215\351\246\210.md" "b/.github/ISSUE_TEMPLATE/bug-report---\351\224\231\350\257\257\345\217\215\351\246\210.md" new file mode 100644 index 0000000..3fe576d --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/bug-report---\351\224\231\350\257\257\345\217\215\351\246\210.md" @@ -0,0 +1,28 @@ +--- +name: Bug report / 错误反馈 +about: Create a report to help us improve 报告您在使用本项目过程中遇到的Bug。 +title: '' +labels: bug +assignees: '' + +--- + +## Environment +NekoImageGallery version: Place the version of NekoImageGallery you're using here. 在此处添加您正在使用的NekoImageGallery版本。 + +Deployment Method: `Local / Docker` + +## Describe the bug + + +## To Reproduce + + +## Expected behavior + + +## Screenshots + + +## Additional context + diff --git "a/.github/ISSUE_TEMPLATE/feature-request---\345\212\237\350\203\275\350\257\267\346\261\202.md" "b/.github/ISSUE_TEMPLATE/feature-request---\345\212\237\350\203\275\350\257\267\346\261\202.md" new file mode 100644 index 0000000..974b34f --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/feature-request---\345\212\237\350\203\275\350\257\267\346\261\202.md" @@ -0,0 +1,20 @@ +--- +name: Feature request / 功能请求 +about: Suggest an idea for this project 向本项目提交新的功能建议。 +title: '' +labels: enhancement +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.