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.
2 parents 1258275 + 4f07ea6 commit 81a6c6cCopy full SHA for 81a6c6c
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,6 +1,5 @@
1
name: Bug Report
2
description: File a bug report to help us improve nixos-anywhere
3
-title: "[Bug]: "
4
labels: ["bug"]
5
body:
6
- type: markdown
.github/ISSUE_TEMPLATE/feature_request.yml
@@ -1,7 +1,6 @@
name: Feature Request
description: Suggest an idea or enhancement for nixos-anywhere
-title: "[Feature]: "
-labels: ["enhancement"]
+labels: ["feature"]
7
attributes:
scripts/create-release.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env nix
-#! nix shell nixpkgs#bash nixpkgs#gnused --command bash
+#! nix shell nixpkgs#bash nixpkgs#gnused nixpkgs#gh --command bash
set -euo pipefail
0 commit comments