We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22560a4 commit 1caf3cbCopy full SHA for 1caf3cb
.github/scripts/keywords.js
@@ -47,7 +47,8 @@ module.exports = function () {
47
["macOS Silicon", "OS: macOS Silicon"],
48
["Windows 10", "OS: Windows 10"],
49
["Windows 11", "OS: Windows 11"],
50
- ["Linux|Flatpak|Ubuntu|Debian|Fedora|Arch|Manjaro|PopOs|ChromeOS", "OS: Linux / Flatpak"]
+ ["Linux|Flatpak|Ubuntu|Debian|Fedora|Arch|Manjaro|PopOs", "OS: Linux / Flatpak"],
51
+ ["ChromeOS", "OS: ChromeOS"]
52
]
53
};
54
return keywords;
0 commit comments