Skip to content

Commit

Permalink
Rename default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
emkll authored and sssoleileraaa committed Jul 20, 2020
1 parent 06c9189 commit 91752be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ If these changes modify code paths involving cryptography, the opening of files

If these changes add or remove files other than client code, the AppArmor profile may need to be updated. Please check as applicable:

- [ ] I have updated the [AppArmor profile](https://github.com/freedomofpress/securedrop-client/blob/master/files/usr.bin.securedrop-client)
- [ ] I have updated the [AppArmor profile](https://github.com/freedomofpress/securedrop-client/blob/HEAD/files/usr.bin.securedrop-client)
- [ ] No update to the AppArmor profile is required for these changes
- [ ] I don't know and would appreciate guidance

If these changes modify the database schema, you should include a database migration. Please check as applicable:

- [ ] I have written a migration and upgraded a test database based on `master` and confirmed that the migration applies cleanly
- [ ] I have written a migration but have not upgraded a test database based on `master` and would like the reviewer to do so
- [ ] I have written a migration and upgraded a test database based on `main` and confirmed that the migration applies cleanly
- [ ] I have written a migration but have not upgraded a test database based on `main` and would like the reviewer to do so
- [ ] I need help writing a database migration
- [ ] No database schema changes are needed
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ vi config.json
securedrop-client
```

Or [manually initialize](https://github.com/freedomofpress/securedrop-client/blob/master/files/securedrop-client) the SecureDrop Client database.
Or [manually initialize](https://github.com/freedomofpress/securedrop-client/blob/HEAD/files/securedrop-client) the SecureDrop Client database.

8. To run a different version of the client, first add a NetVM (`sys-firewall`) to `sd-app` via its Qubes Settings so you can clone the client repository, and then follow these steps:

Expand Down

0 comments on commit 91752be

Please sign in to comment.