We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa3590 commit dd5b999Copy full SHA for dd5b999
CONTRIBUTING.md
@@ -24,6 +24,11 @@ This helps us coordinate and reduce duplication.
24
0. Make sure the tests pass on your machine: `dotnet test`
25
0. Create a new branch: `git switch -c my-branch-name`
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`
32
0. Push to your fork and [submit a pull request][pr]
33
0. Pat your self on the back and wait for your pull request to be reviewed and merged.
34
0 commit comments