Add CI/CD workflows for nightly releases and pull request builds, along with
structured issue templates for bug reports and suggestions.
- Nightly workflow builds and releases both client and server binaries for
Windows, creating signed tags and GitHub releases with detailed instructions.
- Pull request workflow triggers builds on PR events to validate changes.
- Issue templates guide users in reporting bugs and suggesting enhancements,
linking to community Discord for support.
* Update issue templates
* Update bug_report.md
* change to form
* Refactor bug report template
* Remove 'type' field from bug report template
Removed the 'type' field from the bug report template.
* Add final Fields
* remove invalid syntax
* Fix typo in bug report template for Debug label
* Change input types to textareas in bug report template
Fixes uploads with images and videos
* Change to form
* Update bug report template validations
Changed 'required' validation for additional context from true to false.
* Change feature request template to suggestion request
* fix title
* Refactor suggestion request template
Removed duplicate textarea for solution and updated title format.