Skip to content

Commit 3f28b18

Browse files
authored
Adding login requirement note for GitHub actions (#84)
1 parent b368d15 commit 3f28b18

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

index.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ The current application only includes a simple [onboarding process]({{ '/first-u
5959
- Pull requests are likely set to signet, the switch to mainnet will come soon
6060

6161
#### 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
6367

6468
##### A note for Apple Silicon macOS devices
6569

@@ -69,17 +73,17 @@ The application file must be signed before it can be run. Then right-click the f
6973

7074
#### Test work-in-progress
7175

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.
7377

7478
#### How to provide feedback
7579

7680
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.
7781

7882
There are 4 ways you can submit feedback:
7983

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"}
8488

8589
Thank you for your help.

0 commit comments

Comments
 (0)