From 569db942a0b4058f939fd09d6e78398257fec606 Mon Sep 17 00:00:00 2001 From: Nefomemes Date: Sun, 7 Nov 2021 18:53:19 +0700 Subject: [PATCH] chore: add Feature Request issue template --- .gitlab/issue_templates/Feature Request.md | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitlab/issue_templates/Feature Request.md diff --git a/.gitlab/issue_templates/Feature Request.md b/.gitlab/issue_templates/Feature Request.md new file mode 100644 index 0000000..4bb1899 --- /dev/null +++ b/.gitlab/issue_templates/Feature Request.md @@ -0,0 +1,26 @@ +## Description + +Please write a clear and concise description of the issue you are getting. + +## Necessity + +Please write down why this feature should be implemented. + +## Implementation +Please write down a technical description on how we should implement this feature. + +If this is unneened, please leave this blank. + +### Example + +The URI template is as below. The `GUID` parameter is for the guid of the server. If there is any, the server's password can be set using the `PASSWD` argument. The mode can be set too with the `MODE` argument. The `MODE` argument can be set with either `player`, `spectactor`, or `commander`. + +``` +mod://connect/GUID?passwd=PASSWD&mode=MODE +``` + +## Additional Notes and Information + +Please write down any additional notes and information you find useful. Leave blank if you don't have any. + +