Skip to content

Commit 572343c

Browse files
committed
doc: update pr template
Removes template for individual OS links in favor of one template link to the github actions page for the PR.
1 parent 6caffba commit 572343c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ patches often sit for a long time.
4343
-->
4444

4545
<!--
46-
Links for Windows and macOS build artifacts. Replace <PR> with the assigned pull request number.
46+
Link to github actions build artifacts.
47+
48+
[![Build Artifacts](https://img.shields.io/badge/Build%20Artifacts-green
49+
)]()
4750
48-
[![Windows](https://img.shields.io/badge/OS-Windows-green)](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/win64/insecure_win_gui.zip?branch=pull/<PR>)
49-
[![Intel macOS](https://img.shields.io/badge/OS-Intel%20macOS-green)](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/macos/insecure_mac_gui.zip?branch=pull/<PR>)
50-
[![Apple Silicon macOS](https://img.shields.io/badge/OS-Apple%20Silicon%20macOS-green)](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/macos_arm64/insecure_mac_arm64_gui.zip?branch=pull/<PR>)
51-
[![ARM64 Android](https://img.shields.io/badge/OS-Android-green)](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/android/insecure_android_apk.zip?branch=pull/<PR>)
5251
-->

0 commit comments

Comments
 (0)