Skip to content

Commit dd5b999

Browse files
committed
Add UI testing instructions to CONTRIBUTING
Recommend testing of impacted projects with UI changes.
1 parent 5aa3590 commit dd5b999

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
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

0 commit comments

Comments
 (0)