Closed rudolfs closed 2 years ago
Done - I also tested submitting a new patch and closing it. Everything works as expected. Great work all!
The only thing is in the README, external links don't open my browser by default. But I think that may be my personal machine, cause I've also seen that error elsewhere (not just with Radicle).
Everything else looks good to go.
Prerequisites
QA checklist
Onboarding
PATH_TO_DOWNLOAD>/radicle-upstream-0.3.1-rc.AppImage
by executing it from the terminal or clicking on it/Applications/Radicle Upstream.app
by double clicking itReplication
radicle-upstream
(rad:git:hnrk8ueib11sen1g9n1xbt71qdns9n4gipw1o
)README.md
files are shown by default and markdown is rendered as HTMLSettings & Misc
Hints
How to set up a clean environemnt? 🔗
Safe method: use a temporary user account on your computer.
sudo useradd -m qa
, and log into that account. When you're done, remove the user withsudo userdel -r qa
. Note: "qa" is just an example user name, you can choose anything you likeDangerous method: remove all directories manually.
You can use this script. Make sure you have a backup of your data, or are using this in combination with the safe method (i.e. while logged in with a temporary user account).
How to set up git? 🔗
How to install? 🔗
On macOS:
radicle-upstream-0.3.1-rc.dmg
packageRadicle Upstream
binary to/Applications
On Linux (AppImage):
chmod +x <PATH_TO_DOWNLOAD>/radicle-upstream-0.3.1-rc.AppImage