aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormdxd44 <ogurec332@mail.ru>2022-03-03 23:03:18 +0900
committermdxd44 <ogurec332@mail.ru>2022-03-03 23:03:18 +0900
commit79fae1617259f93def0b4104aaddd174d916c99b (patch)
treeb4a62547cbe03c440f961a689063c25555d600bf
parent43eb1dbe330eed35ff7bd2c2b932b1f113745a95 (diff)
downloadLimboAuth-79fae1617259f93def0b4104aaddd174d916c99b.tar.gz
LimboAuth-79fae1617259f93def0b4104aaddd174d916c99b.tar.bz2
LimboAuth-79fae1617259f93def0b4104aaddd174d916c99b.zip
[ci skip] Update issue templates.
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md14
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md16
2 files changed, 24 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 68093ca..05e0535 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,14 +1,13 @@
---
-name: Bug report
-about: Create a report to help us improve
+name: Bug Report
+about: Report the problem that has occurred in our project.
title: "[BUG] "
labels: bug
assignees: ''
-
---
**Describe the bug**
-A clear and concise description of what the bug is.
+A clear and concise description of the bug.
**To Reproduce**
Steps to reproduce the behavior:
@@ -23,8 +22,11 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.
**Server Info (please complete the following information):**
- - LimboAPI Version [e.g. 1.0.1-rc2, downloaded from https://github.com/Elytrium/LimboAPI/actions/runs/1354021163]
- - /velocity dump link [e.g. https://dump.velocitypowered.com/dotihadufu.json]
+ - All Limbo plugins versions:
+ - [e.g. LimboAPI 1.0.4-SNAPSHOT, downloaded from https://github.com/Elytrium/LimboAPI/actions/runs/xxxxxx]
+ - [e.g. LimboAuth 1.0.3-rc3, downloaded from https://github.com/Elytrium/LimboAPI/actions/runs/xxxxxx]
+
+ - /velocity dump link [e.g. https://dump.velocitypowered.com/abcdef.json]
**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..5c4c3e8
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,16 @@
+---
+name: Feature Request
+about: Suggest an idea to improve our project.
+title: "[ENHANCEMENT] "
+labels: enhancement
+assignees: ''
+---
+
+**Describe the feature you'd like to have implemented**
+A clear and concise description of what you want to be added.
+
+**Is your feature request related to an existing problem? Please describe.**
+A clear and concise description of what the problem is.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.