Browse Source

chore: Update issue templates

Gerald 3 năm trước cách đây
mục cha
commit
e910172466

+ 39 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -0,0 +1,39 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: "[BUG] "
+labels: bug
+assignees: ''
+
+---
+
+- [ ] I have searched for existing issues that already reported this problem and found none
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Note that issues without a reproduction may be closed immediately!
+Steps to reproduce the behavior:
+1.
+2.
+3.
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Actual behavior**
+If applicable, add screenshots to help explain your problem.
+
+**What is the result in the [upcoming release](https://github.com/violentmonkey/violentmonkey/releases)?**
+WARNING! Do an export in settings before testing!
+<!-- If this is a bug report, please also provide logs in the console. -->
+
+**Environment:**
+- OS: [e.g. macOS]
+- Browser: [e.g. chrome, safari]
+- Browser Version: [e.g. 22]
+- Violentmonkey Version:
+
+**Additional context**
+Add any other context about the problem here.

+ 17 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -0,0 +1,17 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: "[Feature] "
+labels: enhancement
+assignees: ''
+
+---
+
+**Motivation**
+<!-- Is your feature request related to a problem? Please describe what the problem is. -->
+
+**Proposed Solution**
+<!-- A clear and concise description of what you want to happen. -->
+
+**Use Cases**
+<!-- If applicable, please describe how you would use this feature. -->