Skip to content

Commit

Permalink
Sync platform list
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Nov 12, 2024
1 parent 4309f72 commit bbbe04b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
15 changes: 10 additions & 5 deletions .github/ISSUE_TEMPLATE/new-package-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,16 @@ body:
label: Platforms
description: Platforms supported by the package manager.
options:
- label: "πŸ…±οΈ Any BSD but macOS (FreeBSD, MidnightBSD, NetBSD, OpenBSD, SunOS)"
- label: "🐧+ Any Linux and compatibility layers (ALT Linux, Amazon Linux, Android, Arch Linux, Buildroot, CentOS, CloudLinux OS, Debian, Exherbo Linux, Fedora, Gentoo Linux, Guix System, IBM PowerKVM, KVM for IBM z Systems, Linux Mint, Mageia, Mandriva Linux, openSUSE, Oracle Linux, Parallels, Pidora, Raspbian, RedHat Enterprise Linux, Rocky Linux, Scientific Linux, Slackware, SUSE Linux Enterprise Server, Ubuntu, Unknown Linux, Windows Subsystem for Linux v1, Windows Subsystem for Linux v2, XenServer)"
- label: "🍎 macOS"
- label: "⨂ Any Unix but BSDs and Linux-like (IBM AIX, Cygwin, GNU/Hurd, Solaris)"
- label: "πŸͺŸ Windows"
- label: πŸ…±οΈ BSD (FreeBSD, MidnightBSD, NetBSD, OpenBSD, SunOS)
- label: >-
🐧 Linux (ALT Linux, Amazon Linux, Android, Arch Linux, Buildroot, CentOS, CloudLinux OS, Debian,
Exherbo Linux, Fedora, Gentoo Linux, Guix System, IBM PowerKVM, KVM for IBM z Systems, Linux Mint, Mageia,
Mandriva Linux, openSUSE, Oracle Linux, Parallels, Pidora, Raspbian, RedHat Enterprise Linux, Rocky Linux,
Scientific Linux, Slackware, SUSE Linux Enterprise Server, Tuxedo OS, Ubuntu, Unknown Linux,
Windows Subsystem for Linux v1, Windows Subsystem for Linux v2, XenServer)
- label: 🍎 macOS
- label: ⨂ Unix (IBM AIX, Cygwin, GNU/Hurd, Solaris)
- label: πŸͺŸ Windows

- type: textarea
id: manager-version
Expand Down
6 changes: 3 additions & 3 deletions .github/labels-extra.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@
{
"name": "πŸ–₯ platform: BSD",
"color": "#bfd4f2",
"description": "FreeBSD, NetBSD, OpenBSD, SunOS"
"description": "FreeBSD, MidnightBSD, NetBSD, OpenBSD, SunOS"
},
{
"name": "πŸ–₯ platform: Linux",
"color": "#bfd4f2",
"description": "Linux, Windows Subsystem for Linux v2"
"description": "ALT Linux, Amazon Linux, Android, Arch Linux, Buildroot, CentOS, CloudLinux OS, Debian, Exherbo Linux, Fedora, Gentoo Linux, Guix System, IBM PowerKVM, KVM for IBM z Systems, Linux Mint, Mageia, Mandriva Linux, openSUSE, Oracle Linux, Parallels, Pidora, Raspbian, RedHat Enterprise Linux, Rocky Linux, Scientific Linux, Slackware, SUSE Linux Enterprise Server, Tuxedo OS, Ubuntu, Unknown Linux, Windows Subsystem for Linux v1, Windows Subsystem for Linux v2, XenServer"
},
{
"name": "πŸ–₯ platform: macOS",
Expand All @@ -137,7 +137,7 @@
{
"name": "πŸ–₯ platform: Unix",
"color": "#bfd4f2",
"description": "AIX, Cygwin, GNU/Hurd, Solaris, Windows Subsystem for Linux v1"
"description": "Cygwin, GNU/Hurd, IBM AIX, Solaris"
},
{
"name": "πŸ–₯ platform: Windows",
Expand Down

0 comments on commit bbbe04b

Please sign in to comment.