Skip to content

Commit f22fd0b

Browse files
authored
Merge pull request #510 from ldennington/add-ui-testing-instructions
Clean up `README.md` and `CONTRIBUTING.md`
2 parents 5aa3590 + 7609cec commit f22fd0b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ This helps us coordinate and reduce duplication.
2424
0. Make sure the tests pass on your machine: `dotnet test`
2525
0. Create a new branch: `git switch -c my-branch-name`
2626
0. Make your change, add tests, and make sure the tests still pass
27+
0. For UI updates, test your changes by executing a `dotnet run` in applicable UI-related project directories:
28+
- `Atlassian.Bitbucket.UI.Avalonia`
29+
- `GitHub.UI.Avalonia`
30+
- `Atlassian.Bitbucket.UI.Windows`
31+
- `GitHub.UI.Windows`
2732
0. Push to your fork and [submit a pull request][pr]
2833
0. Pat your self on the back and wait for your pull request to be reviewed and merged.
2934

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ Proxy support|✓|✓|✓
3535

3636
**Notes:**
3737

38-
(\*) Debian package offered but not yet available on an official Microsoft feed.
39-
Fedora packages planned but not yet available.
38+
(\*) Fedora packages planned but not yet available.
4039

4140
## Download and Install
4241

0 commit comments

Comments
 (0)