You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,11 @@ The current application only includes a simple [onboarding process]({{ '/first-u
59
59
- Pull requests are likely set to signet, the switch to mainnet will come soon
60
60
61
61
#### Test the latest code
62
-
This is the latest code that has been reviewed and merged code, but not a milestone, tag, or release. Navigate to the [Actions page](https://github.com/bitcoin-core/gui-qml/actions) no GitHub. Find the latest successful "Merge" entry. Scroll down to artifacts and download the one for your operating system.
62
+
This is the latest code that has been reviewed and merged code, but not a milestone, tag, or release.
63
+
- Log in to GitHub
64
+
- Navigate to the [Actions page](https://github.com/bitcoin-core/gui-qml/actions?query=is%3Asuccess){:target="_blank"}
65
+
- Find the latest successful "Merge" entry and click it
66
+
- Scroll down to artifacts and download the one for your operating system
63
67
64
68
##### A note for Apple Silicon macOS devices
65
69
@@ -69,17 +73,17 @@ The application file must be signed before it can be run. Then right-click the f
69
73
70
74
#### Test work-in-progress
71
75
72
-
Pull requests include work-in-progress code and features that have not been finalized and reviewed yet. You may help test these updates by finding a pull request you are interested in (find the full list [here](https://github.com/bitcoin-core/gui-qml/pulls)), finding the latest successful build on the [Actions page](https://github.com/bitcoin-core/gui-qml/actions), and using the respective download link for your operating system. If you provide comments on these, focus on the specific part of the application that the pull request is about.
76
+
Pull requests include work-in-progress code and features that have not been finalized and reviewed yet. You may help test these updates by finding a pull request you are interested in (find the full list [here](https://github.com/bitcoin-core/gui-qml/pulls){:target="_blank"}), finding the latest successful build on the [Actions page](https://github.com/bitcoin-core/gui-qml/actions){:target="_blank"} (make sure you are logged in), and using the respective download link for your operating system. If you provide comments on these, focus on the specific part of the application that the pull request is about.
73
77
74
78
#### How to provide feedback
75
79
76
80
We sincerely appreciate your feedback. We will review it and create tasks and issues as appropriate. Before pointing out missing features, familiarize yourself with what is included in the application and what is not (see above). Please also review issues filed by others first to avoid duplication.
77
81
78
82
There are 4 ways you can submit feedback:
79
83
80
-
- For general feedback, please complete [this Google Form](https://docs.google.com/forms/d/e/1FAIpQLSfgBdQ0aCsNyF-ee6e14FA3Dg6LedzknDh-32Jr8xN-340nRA/viewform)
81
-
- You can also share your general feedback and discuss with others in [this GitHub discussion](https://github.com/BitcoinDesign/Bitcoin-Core-App/discussions/45)
82
-
- Report a specific user experience problem as an issue in [the design GitHub repository](https://github.com/BitcoinDesign/Bitcoin-Core-App/issues)
83
-
- Report a specific technical problem as an issue in [the code GitHub repository](https://github.com/bitcoin-core/gui-qml/issues)
84
+
- For general feedback, please complete [this Google Form](https://docs.google.com/forms/d/e/1FAIpQLSfgBdQ0aCsNyF-ee6e14FA3Dg6LedzknDh-32Jr8xN-340nRA/viewform){:target="_blank"}
85
+
- You can also share your general feedback and discuss with others in [this GitHub discussion](https://github.com/BitcoinDesign/Bitcoin-Core-App/discussions/45){:target="_blank"}
86
+
- Report a specific user experience problem as an issue in [the design GitHub repository](https://github.com/BitcoinDesign/Bitcoin-Core-App/issues){:target="_blank"}
87
+
- Report a specific technical problem as an issue in [the code GitHub repository](https://github.com/bitcoin-core/gui-qml/issues){:target="_blank"}
0 commit comments