Skip to content

Commit 81a6c6c

Browse files
authored
Merge pull request #544 from nix-community/merge-when-green-joerg
issue template: strip title prefix
2 parents 1258275 + 4f07ea6 commit 81a6c6c

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Bug Report
22
description: File a bug report to help us improve nixos-anywhere
3-
title: "[Bug]: "
43
labels: ["bug"]
54
body:
65
- type: markdown

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Feature Request
22
description: Suggest an idea or enhancement for nixos-anywhere
3-
title: "[Feature]: "
4-
labels: ["enhancement"]
3+
labels: ["feature"]
54
body:
65
- type: markdown
76
attributes:

scripts/create-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env nix
2-
#! nix shell nixpkgs#bash nixpkgs#gnused --command bash
2+
#! nix shell nixpkgs#bash nixpkgs#gnused nixpkgs#gh --command bash
33

44
set -euo pipefail
55

0 commit comments

Comments
 (0)