feat: add GitHub Discussions templates and redirect config links

pull/4062/head
Simon Jackson 1 month ago
parent d1c5cd8286
commit aac2235391

@ -0,0 +1,12 @@
---
title: "[Announcement] "
---
<!-- Announcements are for maintainers only.
Use this for release notes, breaking changes, and project status updates. -->
## Summary
## Details
## Action required (if any)

@ -0,0 +1,6 @@
---
title: ""
---
<!-- Use this category for general conversation that does not fit a bug report,
INI request, Q&A, or ideas discussion. -->

@ -0,0 +1,26 @@
---
title: "[Idea] "
---
## Problem or motivation
<!-- What problem does this idea solve? Who is affected? -->
## Proposed solution
<!-- Describe the behaviour or change you would like to see -->
## Alternatives considered
<!-- Any other approaches you have thought about (optional) -->
## Component this relates to
<!-- Pick one or more:
- rdpwrap.dll (C++ wrapper library)
- RDPWInst / installer (Delphi)
- rdpWrapper GUI (sergiye C# app)
- rdpwrap.ini (offset database)
- CI/CD pipelines
- Documentation
-->

@ -0,0 +1,25 @@
---
title: "[Q&A] "
---
## What are you trying to do?
<!-- Describe the goal, e.g. enable concurrent RDP sessions on Windows 11 24H2 -->
## What have you already tried?
<!-- Steps taken, links consulted, etc. -->
## System information
| Field | Value |
|---|---|
| Windows version (winver) | <!-- e.g. Windows 11 Version 24H2 (OS Build 26100.3915) --> |
| termsrv.dll version | <!-- (Get-Item C:\Windows\System32\termsrv.dll).VersionInfo.FileVersion --> |
| Architecture | <!-- x64 / x86 / ARM64 --> |
| RDPConf status | <!-- green / yellow / red / not installed --> |
| RDP Wrapper release | <!-- e.g. ini-2026.03.29.1400 --> |
## Error or unexpected behaviour
<!-- Paste any relevant console output, error messages, or screenshots -->

@ -0,0 +1,16 @@
---
title: "[Show] "
---
## What are you sharing?
<!-- A working config, a custom INI section, an automation script, a deployment
setup, or anything else the community might find useful -->
## Details
<!-- Describe it, paste relevant code/config, add screenshots if helpful -->
## System or environment
<!-- Windows version, architecture, any relevant context -->

@ -1,5 +1,14 @@
blank_issues_enabled: false
contact_links:
- name: Q&A — ask a setup or usage question
url: https://github.com/sjackson0109/rdpwrap/discussions/new?category=q-a
about: Not sure why it is not working? Ask in Discussions rather than opening an issue.
- name: Ideas — suggest an improvement
url: https://github.com/sjackson0109/rdpwrap/discussions/new?category=ideas
about: Have an idea that is not ready to be a formal feature request? Start a discussion.
- name: General discussion
url: https://github.com/sjackson0109/rdpwrap/discussions/new?category=general
about: Anything that does not fit the other categories.
- name: Existing INI offset database
url: https://github.com/sjackson0109/rdpwrap/releases/latest
about: Check whether your Windows build is already covered before opening an INI request.

Loading…
Cancel
Save