Skip to content

Commit 13c2ee9

Browse files
committed
fixup
1 parent 5d0823f commit 13c2ee9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/01-bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "\U0001F41B Bug Report"
1+
name: "🐛 Bug Report"
22
description: File a bug report.
33
title: "[Bug]: "
44
labels: "Bug"

.github/ISSUE_TEMPLATE/02-feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "💡 Feature Request"
1+
name: "\U0001F4A1 Feature Request"
22
description: Suggest an idea for the PIVX Core wallet.
33
title: "[Feature Request]: "
44
labels: "Feature Request"

test/lint/lint-whitespace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if [ -z "${COMMIT_RANGE}" ]; then
4040
fi
4141

4242
showdiff() {
43-
if ! git diff -U0 "${COMMIT_RANGE}" -- "." ":(exclude)depends/patches/" ":(exclude)src/chiabls" ":(exclude)src/immer" ":(exclude)src/leveldb/" ":(exclude)src/secp256k1/" ":(exclude)src/univalue/" ":(exclude)doc/release-notes.md" ":(exclude)doc/release-notes/" ":(exclude)build-aux/snap/local/patches/" ":(exclude)contrib/linearize/"; then
43+
if ! git diff -U0 "${COMMIT_RANGE}" -- "." ":(exclude).github/ISSUE_TEMPLATE/" ":(exclude)depends/patches/" ":(exclude)src/chiabls" ":(exclude)src/immer" ":(exclude)src/leveldb/" ":(exclude)src/secp256k1/" ":(exclude)src/univalue/" ":(exclude)doc/release-notes.md" ":(exclude)doc/release-notes/" ":(exclude)build-aux/snap/local/patches/" ":(exclude)contrib/linearize/"; then
4444
echo "Failed to get a diff"
4545
exit 1
4646
fi

0 commit comments

Comments
 (0)