1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00
Files
guix/.forgejo/pull_request_template.md
Hilton Chain 379fda37bd Revert ".forgejo: pull_request_template: Fix empty line."
This reverts commit 2f61b27d36.

These lines are intentional.

Merges: #7299
Change-Id: I93f7c64f55dd9699850784ca726bc7bf77fc906b
2026-03-27 18:30:24 +08:00

1.9 KiB

name, about, title, ref, labels
name about title ref labels
Pull Request Pull request template
  • System(s) where you built it (successfully):

    • x86_64-linux
    • i686-linux
    • aarch64-linux
    • armhf-linux
    • powerpc64le-linux
    • riscv64-linux
    • x86_64-gnu
    • i586-gnu
  • Package update

    • Closure size increase after update (./pre-inst-env guix size PACKAGE).
    • Build status of direct dependents (./pre-inst-env guix build -k -P1 PACKAGE ...):

  • Link to upstream release notes (if applicable):

  • Package addition

    • The packages includes tests when available.
    • Closure size given by guix size.
    • Fixed errors reported by guix lint (./pre-inst-env guix lint PACKAGE ...).
    • Verified cryptographic signature provided by upstream.
    • The packages don't use bundled copies of software.
    • Synopsis and description are written in conformance with the guidelines.
  • Commit messages follow the "ChangeLog" style.

  • The change doesn't break guix pull (guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master --disable-authentication).

  • Successfully cross-compiled to the following target(s) (this is optional):

    • x86_64-linux-gnu
    • i686-linux-gnu
    • aarch64-linux-gnu
    • arm-linux-gnueabihf
    • powerpc64le-linux-gnu
    • riscv64-linux-gnu
    • x86_64-pc-gnu
    • i586-pc-gnu