diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2025-01-15 20:29:03 -0500 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-01-16 19:10:12 +0000 |
commit | b24ad97e53531386538807dda00edd96f77c8769 (patch) | |
tree | 8c303850cb8a212517c3620e8c2110f93915decc /contrib | |
parent | f07b03ea909bdc2e2f756000eeb067c1e1e98f13 (diff) | |
download | edk2-b24ad97e53531386538807dda00edd96f77c8769.tar.gz |
Add VS Code GitHub issues notebook
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>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Issues.github-issues | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/contrib/Issues.github-issues b/contrib/Issues.github-issues new file mode 100644 index 0000000000..abb9704892 --- /dev/null +++ b/contrib/Issues.github-issues @@ -0,0 +1,72 @@ +[
+ {
+ "kind": 1,
+ "language": "markdown",
+ "value": "# Tianocore GitHub Issue Dashboard\r\n\r\nThis notebook displays issues in [Tianocore](https://www.tianocore.org/) GitHub repositories."
+ },
+ {
+ "kind": 2,
+ "language": "github-issues",
+ "value": "// List of tianocore repos to include in results\r\n$repos=repo:tianocore/edk2 repo:tianocore/edk2-platforms repo:tianocore/containers repo:tianocore/edk2-non-osi repo:tianocore/edk2-test repo:tianocore/edk2-basetools repo:tianocore/edk2-libc repo:tianocore/edk2-pytool-library repo:tianocore/edk2-pytool-extensions repo:tianocore/edk2-edkrepo repo:tianocore/edk2-edkrepo-manifest"
+ },
+ {
+ "kind": 1,
+ "language": "markdown",
+ "value": "π¬ All Open Issues"
+ },
+ {
+ "kind": 2,
+ "language": "github-issues",
+ "value": "$repos is:open is:issue archived:false"
+ },
+ {
+ "kind": 1,
+ "language": "markdown",
+ "value": "π All Untriaged Issues"
+ },
+ {
+ "kind": 2,
+ "language": "github-issues",
+ "value": "$repos is:open is:issue archived:false label:state:needs-triage"
+ },
+ {
+ "kind": 1,
+ "language": "markdown",
+ "value": "β All Open Issues Without An Owner"
+ },
+ {
+ "kind": 2,
+ "language": "github-issues",
+ "value": "$repos is:open is:issue archived:false label:state:needs-owner"
+ },
+ {
+ "kind": 1,
+ "language": "markdown",
+ "value": "β²οΈ All Open Issues Marked Stale"
+ },
+ {
+ "kind": 2,
+ "language": "github-issues",
+ "value": "$repos is:open is:issue archived:false label:state:stale"
+ },
+ {
+ "kind": 1,
+ "language": "markdown",
+ "value": "βAll High Priority Issues"
+ },
+ {
+ "kind": 2,
+ "language": "github-issues",
+ "value": "$repos is:open is:issue archived:false label:priority:high"
+ },
+ {
+ "kind": 1,
+ "language": "markdown",
+ "value": "ποΈ Issues That Need Maintainer Feedback"
+ },
+ {
+ "kind": 2,
+ "language": "github-issues",
+ "value": "$repos is:open is:issue archived:false label:state:needs-maintainer-feedback"
+ }
+]
|