-
Notifications
You must be signed in to change notification settings - Fork 0
Sync recent TemplateDotNetTool updates into ReqStream #124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Malcolmnixon
merged 5 commits into
main
from
copilot/update-template-with-recent-changes
Mar 6, 2026
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
87212cf
Initial plan
Copilot 1448686
Bring in recent updates from TemplateDotNetTool template
Copilot e3f6d64
Restore build-mode: manual to CodeQL init step (template PR #55)
Copilot fe0d110
Update .github/workflows/build.yaml
Malcolmnixon af9c2a5
Update .github/ISSUE_TEMPLATE/question.yml
Malcolmnixon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,83 @@ | ||
| --- | ||
| name: ❓ Question / Help | ||
| description: Ask a usage question or get help with ReqStream | ||
| title: "[Question]: " | ||
| labels: ["question"] | ||
| assignees: [] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thanks for reaching out! Please fill out the sections below so we can help you as quickly as possible. | ||
| For general discussion, you can also use | ||
| [GitHub Discussions](https://github.com/demaconsulting/ReqStream/discussions). | ||
|
|
||
| - type: textarea | ||
| id: question | ||
| attributes: | ||
| label: Question | ||
| description: A clear and concise description of what you need help with. | ||
| placeholder: What would you like to know or understand? | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: what-tried | ||
| attributes: | ||
| label: What Have You Tried? | ||
| description: Describe what you have already attempted, including any code or configuration you have used. | ||
| placeholder: | | ||
| # Your configuration here | ||
| # e.g.: | ||
| # setting1: value | ||
| # setting2: value | ||
| render: yaml | ||
|
|
||
| - type: textarea | ||
| id: expected | ||
| attributes: | ||
| label: Expected Outcome | ||
| description: A clear and concise description of what you expected to happen or what you are trying to achieve. | ||
| placeholder: Describe the outcome you are looking for... | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: input | ||
| id: version | ||
| attributes: | ||
| label: Tool Version | ||
| description: What version of ReqStream are you using? | ||
| placeholder: e.g., 1.0.0 | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: dropdown | ||
| id: dotnet-version | ||
| attributes: | ||
| label: .NET Version | ||
| description: What version of .NET are you using? | ||
| options: | ||
| - ".NET 8" | ||
| - ".NET 9" | ||
| - ".NET 10" | ||
| - Other (please specify in additional context) | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: additional-context | ||
| attributes: | ||
| label: Additional Context | ||
| description: Add any other context, screenshots, or links that may help answer your question. | ||
| placeholder: Any additional information... | ||
|
|
||
| - type: checkboxes | ||
| id: checklist | ||
| attributes: | ||
| label: Checklist | ||
| description: Please confirm the following | ||
| options: | ||
| - label: I have searched existing issues and discussions to ensure this has not been answered before | ||
| required: true | ||
| - label: I have provided a clear description of my question | ||
| required: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.