File tree Expand file tree Collapse file tree 7 files changed +17
-16
lines changed Expand file tree Collapse file tree 7 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 33To get it merged faster, kindly review the checklist below:
44
55## Pull Request Checklist
6- - [ ] Reviewed the [ Contributing Guidelines] ( https://github.com/SAP/ui5-tooling/blob/master /CONTRIBUTING.md#-contributing-code )
7- + Especially the [ How to Contribute] ( https://github.com/SAP/ui5-tooling/blob/master /CONTRIBUTING.md#how-to-contribute ) section
8- - [ ] [ No merge commits] ( https://github.com/SAP/ui5-tooling/blob/master /docs/Guidelines.md#no-merge-commits )
9- - [ ] [ Correct commit message style] ( https://github.com/SAP/ui5-tooling/blob/master /docs/Guidelines.md#commit-message-style )
6+ - [ ] Reviewed the [ Contributing Guidelines] ( https://github.com/SAP/ui5-tooling/blob/main /CONTRIBUTING.md#-contributing-code )
7+ + Especially the [ How to Contribute] ( https://github.com/SAP/ui5-tooling/blob/main /CONTRIBUTING.md#how-to-contribute ) section
8+ - [ ] [ No merge commits] ( https://github.com/SAP/ui5-tooling/blob/main /docs/Guidelines.md#no-merge-commits )
9+ - [ ] [ Correct commit message style] ( https://github.com/SAP/ui5-tooling/blob/main /docs/Guidelines.md#commit-message-style )
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name: "CodeQL"
33on :
44 push :
55 branches :
6- - master
6+ - v2
77 - main
88 - next
99 pull_request :
1010 branches :
11- - master
11+ - v2
1212 - main
1313 - next
1414
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name: GitHub CI
33on :
44 push :
55 branches :
6- - master
6+ - v2
77 - main
88 - next
99 pull_request :
1010 branches :
11- - master
11+ - v2
1212 - main
1313 - next
1414
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name: REUSE
33on :
44 push :
55 branches :
6- - master
6+ - v2
77 - main
88 - next
99 pull_request :
1010 branches :
11- - master
11+ - v2
1212 - main
1313 - next
1414
Original file line number Diff line number Diff line change 11# Contributing to the UI5 Tooling
22
3- See CONTRIBUTING.md in the [ SAP/ui5-tooling] ( https://github.com/SAP/ui5-tooling/blob/master /CONTRIBUTING.md ) repository.
3+ See CONTRIBUTING.md in the [ SAP/ui5-tooling] ( https://github.com/SAP/ui5-tooling/blob/main /CONTRIBUTING.md ) repository.
Original file line number Diff line number Diff line change 1- ![ UI5 icon] ( https://raw.githubusercontent.com/SAP/ui5-tooling/master /docs/images/UI5_logo_wide.png )
1+ ![ UI5 icon] ( https://raw.githubusercontent.com/SAP/ui5-tooling/main /docs/images/UI5_logo_wide.png )
22
33# ui5-builder
44> Modules for building UI5 projects
55> Part of the [ UI5 Tooling] ( https://github.com/SAP/ui5-tooling )
66
77[ ![ REUSE status] ( https://api.reuse.software/badge/github.com/SAP/ui5-builder )] ( https://api.reuse.software/info/github.com/SAP/ui5-builder )
8- [ ![ Build Status] ( https://dev.azure.com/sap/opensource/_apis/build/status/SAP.ui5-builder?branchName=master )] ( https://dev.azure.com/sap/opensource/_build/latest?definitionId=26&branchName=master )
8+ [ ![ Build Status] ( https://dev.azure.com/sap/opensource/_apis/build/status/SAP.ui5-builder?branchName=main )] ( https://dev.azure.com/sap/opensource/_build/latest?definitionId=26&branchName=main )
99[ ![ npm Package Version] ( https://badge.fury.io/js/%40ui5%2Fbuilder.svg )] ( https://www.npmjs.com/package/@ui5/builder )
1010[ ![ Coverage Status] ( https://coveralls.io/repos/github/SAP/ui5-builder/badge.svg )] ( https://coveralls.io/github/SAP/ui5-builder )
1111
1212## Documentation
1313Can be found here: [ sap.github.io/ui5-tooling] ( https://sap.github.io/ui5-tooling/pages/Builder/ )
1414
1515## Contributing
16- Please check our [ Contribution Guidelines] ( https://github.com/SAP/ui5-tooling/blob/master /CONTRIBUTING.md ) .
16+ Please check our [ Contribution Guidelines] ( https://github.com/SAP/ui5-tooling/blob/main /CONTRIBUTING.md ) .
1717
1818## Support
19- Please follow our [ Contribution Guidelines] ( https://github.com/SAP/ui5-tooling/blob/master /CONTRIBUTING.md#report-an-issue ) on how to report an issue.
19+ Please follow our [ Contribution Guidelines] ( https://github.com/SAP/ui5-tooling/blob/main /CONTRIBUTING.md#report-an-issue ) on how to report an issue.
2020
2121Please report issues in the main [ UI5 Tooling] ( https://github.com/SAP/ui5-tooling ) repository.
2222
Original file line number Diff line number Diff line change 44# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
55
66trigger :
7- - master
7+ - v2
8+ - main
89
910strategy :
1011 matrix :
You can’t perform that action at this time.
0 commit comments