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. + +