echidna/.gitea/issue_templates/Feature Request.md

39 lines
980 B
Markdown
Raw Normal View History

---
name: Feature Request
about: Request a new feature or support that can be implemented into Echidna.
title: "feat: "
ref: main
labels:
- enhancement
---
## 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.