File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ This helps us coordinate and reduce duplication.
24
24
0 . Make sure the tests pass on your machine: ` dotnet test `
25
25
0 . Create a new branch: ` git switch -c my-branch-name `
26
26
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 `
27
32
0 . Push to your fork and [ submit a pull request] [ pr ]
28
33
0 . Pat your self on the back and wait for your pull request to be reviewed and merged.
29
34
Original file line number Diff line number Diff line change @@ -35,8 +35,7 @@ Proxy support|✓|✓|✓
35
35
36
36
** Notes:**
37
37
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.
40
39
41
40
## Download and Install
42
41
You can’t perform that action at this time.
0 commit comments