mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-05-05 09:46:30 +00:00
feat: add GitHub issue templates for bug reports and feature requests
Adds structured YAML-based issue templates to improve issue quality. Bug reports require version, install method, OS, repro steps, and expected/actual behavior. Feature requests require use case and proposed solution. Blank issues are still allowed for edge cases.
This commit is contained in:
parent
3c6b3c02df
commit
ab0a905499
3 changed files with 220 additions and 0 deletions
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Question / Help
|
||||
url: https://github.com/diegosouzapw/OmniRoute/discussions
|
||||
about: For questions or help with setup, please use GitHub Discussions instead of opening an issue.
|
||||
Loading…
Add table
Add a link
Reference in a new issue