File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ This is a work in progress fork of [GitHub Desktop](https://desktop.github.com)
99- [x] Red color for destructive action buttons.
1010- [x] Add ** icons** to some similar-looking buttons for faster visual recognition.
1111- [ ] Bitbucket integration:
12- - [ ] Correctly set repository owner (instead of "Other").
13- - [ ] Create pull requests.
14- - [ ] View pull requests status, including checks.
12+ - Correctly set repository owner (instead of "Other").
13+ - Preview and create pull requests.
14+ - View pull requests status, including checks.
15+ - Open a commit or PR in Bitbucket (web browser).
1516- [ ] Jira integration:
1617 - [ ] Create and view Jira issues.
1718 - [ ] Create branches from Jira issues.
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ export function enableImagePreviewsForDDSFiles(): boolean {
9797 return enableBetaFeatures ( )
9898}
9999
100- export const enableBitbucketIntegration = enableDevelopmentFeatures
100+ export const enableBitbucketIntegration = enableBetaFeatures
101101
102102export const enableCustomIntegration = ( ) => true
103103
You can’t perform that action at this time.
0 commit comments