chore: add Feature Request issue template
parent
b8503b563a
commit
569db942a0
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue