ISSUE_TEMPLATE: add missing line breaks
This commit is contained in:
@@ -20,7 +20,9 @@ body:
|
||||
|
||||
> [!TIP]
|
||||
> For instance, if you were filing a bug against the [`hello`](https://search.nixos.org/packages?channel=unstable&from=0&size=1&buckets=%7B%22package_attr_set%22%3A%5B%22No%20package%20set%22%5D%2C%22package_license_set%22%3A%5B%22GNU%20General%20Public%20License%20v3.0%20or%20later%22%5D%2C%22package_maintainers_set%22%3A%5B%5D%2C%22package_platforms%22%3A%5B%5D%7D&sort=relevance&type=packages&query=hello) package about it failing to launch on ARM Linux, your title would be as follows:
|
||||
> `hello: fails to launch on aarch64-linux`
|
||||
> ```
|
||||
> hello: fails to launch on aarch64-linux
|
||||
> ```
|
||||
|
||||
---
|
||||
- type: "dropdown"
|
||||
|
||||
@@ -20,7 +20,9 @@ body:
|
||||
|
||||
> [!TIP]
|
||||
> For instance, if you were filing a bug against the [`hello`](https://search.nixos.org/packages?channel=unstable&from=0&size=1&buckets=%7B%22package_attr_set%22%3A%5B%22No%20package%20set%22%5D%2C%22package_license_set%22%3A%5B%22GNU%20General%20Public%20License%20v3.0%20or%20later%22%5D%2C%22package_maintainers_set%22%3A%5B%5D%2C%22package_platforms%22%3A%5B%5D%7D&sort=relevance&type=packages&query=hello) package about it failing to launch on Apple Silicon, your title would be as follows:
|
||||
> `hello: fails to launch on aarch64-darwin`
|
||||
> ```
|
||||
> hello: fails to launch on aarch64-darwin
|
||||
> ```
|
||||
|
||||
---
|
||||
- type: "dropdown"
|
||||
|
||||
@@ -20,7 +20,9 @@ body:
|
||||
|
||||
> [!TIP]
|
||||
> For instance, if you were filing a bug against the [`systemd-boot`](https://search.nixos.org/options?channel=unstable&show=boot.loader.systemd-boot.enable&from=0&size=1) module about it failing to install [`memtest86`](https://search.nixos.org/options?channel=unstable&show=boot.loader.systemd-boot.memtest86.enable&from=0&size=1), your title would be as follows:
|
||||
> `nixos/systemd-boot: fails to install memtest86`
|
||||
> ```
|
||||
> nixos/systemd-boot: fails to install memtest86
|
||||
> ```
|
||||
|
||||
---
|
||||
- type: "dropdown"
|
||||
|
||||
@@ -20,7 +20,9 @@ body:
|
||||
|
||||
> [!TIP]
|
||||
> For instance, if you were filing a build failure against the [`hello`](https://search.nixos.org/packages?channel=unstable&from=0&size=1&buckets=%7B%22package_attr_set%22%3A%5B%22No%20package%20set%22%5D%2C%22package_license_set%22%3A%5B%22GNU%20General%20Public%20License%20v3.0%20or%20later%22%5D%2C%22package_maintainers_set%22%3A%5B%5D%2C%22package_platforms%22%3A%5B%5D%7D&sort=relevance&type=packages&query=hello) package, your title would be as follows:
|
||||
> `Build failure: hello`
|
||||
> ```
|
||||
> Build failure: hello
|
||||
> ```
|
||||
|
||||
---
|
||||
- type: "dropdown"
|
||||
|
||||
@@ -20,7 +20,9 @@ body:
|
||||
|
||||
> [!TIP]
|
||||
> For instance, if you were filing a request against the out of date `hello` package, where the current version in Nixpkgs is 1.0.0, but the latest version upstream is 1.0.1, your title would be as follows:
|
||||
> `Update Request: hello 1.0.0 → 1.0.1`
|
||||
> ```
|
||||
> Update Request: hello 1.0.0 → 1.0.1
|
||||
> ```
|
||||
|
||||
---
|
||||
- type: "dropdown"
|
||||
|
||||
@@ -20,7 +20,9 @@ body:
|
||||
|
||||
> [!TIP]
|
||||
> For instance, if you were filing a request against the missing `hello` module, your title would be as follows:
|
||||
> `Module Request: nixos/hello`
|
||||
> ```
|
||||
> Module Request: nixos/hello
|
||||
> ```
|
||||
|
||||
---
|
||||
- type: "dropdown"
|
||||
|
||||
@@ -18,14 +18,18 @@ body:
|
||||
|
||||
> [!CAUTION]
|
||||
> **Before you begin:** Be advised that backports are subject to the [release suitability guidelines](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#changes-acceptable-for-releases).
|
||||
> Stable releases of Nixpkgs do not receive breaking changes, which include major package updates that have incompatible API changes and break backwards compatibility. In the [Semantic Versioning standard](https://semver.org/), this is the first version number. (1.X.X)
|
||||
>
|
||||
> Stable releases of Nixpkgs do not receive breaking changes, which include major package updates that have incompatible API changes and break backwards compatibility. In the [Semantic Versioning standard](https://semver.org/), this is the first version number (1.X.X).
|
||||
>
|
||||
> Generally, only minor package updates, such as security patches, bug fixes and feature additions (but not removals!) will be considered for backporting. Please read the rules above carefully before filing this backport request.
|
||||
|
||||
Welcome to Nixpkgs. Please replace the **`Backport to Stable: PACKAGENAME OLDVERSION → NEWVERSION`** template above with the correct package name (As seen in the [NixOS Package Search](https://search.nixos.org/packages)), the current version of the package in Nixpkgs Stable and the current version of the package in Nixpkgs Unstable.
|
||||
|
||||
> [!TIP]
|
||||
> For instance, if you were filing a request against the out of date `hello` package, where the current version in Nixpkgs Unstable is 1.0.1, but the current version in Nixpkgs Stable is 1.0.0, your title would be as follows:
|
||||
> `Backport to Stable: hello 1.0.0 → 1.0.1`
|
||||
> ```
|
||||
> Backport to Stable: hello 1.0.0 → 1.0.1
|
||||
> ```
|
||||
|
||||
---
|
||||
- type: "input"
|
||||
|
||||
@@ -20,7 +20,9 @@ body:
|
||||
|
||||
> [!TIP]
|
||||
> For instance, if you were filing an issue against the [`hello`](https://search.nixos.org/packages?channel=unstable&from=0&size=1&buckets=%7B%22package_attr_set%22%3A%5B%22No%20package%20set%22%5D%2C%22package_license_set%22%3A%5B%22GNU%20General%20Public%20License%20v3.0%20or%20later%22%5D%2C%22package_maintainers_set%22%3A%5B%5D%2C%22package_platforms%22%3A%5B%5D%7D&sort=relevance&type=packages&query=hello) package about it not having any NixOS-specific documentation, your title would be as follows:
|
||||
> `Missing Documentation: hello`
|
||||
> ```
|
||||
> Missing Documentation: hello
|
||||
> ```
|
||||
|
||||
---
|
||||
- type: "textarea"
|
||||
|
||||
@@ -20,6 +20,7 @@ body:
|
||||
|
||||
> [!NOTE]
|
||||
> This form is for reporting unreproducible packages. For more information, see the [Reproducible Builds Status](https://reproducible.nixos.org/) page.
|
||||
>
|
||||
> To report a package that fails to build entirely, please use the "Build Failure" form instead.
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user