summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Add VS Code GitHub issues notebookMichael Kubacki2025-01-161-0/+72
| | | | | | | | | | Filters issues in a notebook in VS Code based on common search criteria. Additional search qualifiers can be added per this documentation: https://docs.github.com/search-github/searching-on-github/searching-issues-and-pull-requests Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
* PullRequests.github-issues: Add PR notebookMichael Kubacki2024-12-101-0/+72
Adds a VS Code GitHub issue notebook that can be used with the VS Code GitHub Issue Notebook Extension to view PR queries on Tianocore repositories. VS Code extension: https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-github-issue-notebooks This is intended to provide a single real-time dashboard that reflects PR status from all Tianocore repositories so users can track their PRs and quickly find PRs that need their attention. To use this, install the VS Code extension and open the file. This can be done in a Web browser at vscode.dev or locally in VS Code. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>