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 3
3
To get it merged faster, kindly review the checklist below:
4
4
5
5
## 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"
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - v2
7
7
- main
8
8
- next
9
9
pull_request :
10
10
branches :
11
- - master
11
+ - v2
12
12
- main
13
13
- next
14
14
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name: GitHub CI
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - v2
7
7
- main
8
8
- next
9
9
pull_request :
10
10
branches :
11
- - master
11
+ - v2
12
12
- main
13
13
- next
14
14
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name: REUSE
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - v2
7
7
- main
8
8
- next
9
9
pull_request :
10
10
branches :
11
- - master
11
+ - v2
12
12
- main
13
13
- next
14
14
Original file line number Diff line number Diff line change 1
1
# Contributing to the UI5 Tooling
2
2
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 )
2
2
3
3
# ui5-builder
4
4
> Modules for building UI5 projects
5
5
> Part of the [ UI5 Tooling] ( https://github.com/SAP/ui5-tooling )
6
6
7
7
[ ![ 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 )
9
9
[ ![ npm Package Version] ( https://badge.fury.io/js/%40ui5%2Fbuilder.svg )] ( https://www.npmjs.com/package/@ui5/builder )
10
10
[ ![ Coverage Status] ( https://coveralls.io/repos/github/SAP/ui5-builder/badge.svg )] ( https://coveralls.io/github/SAP/ui5-builder )
11
11
12
12
## Documentation
13
13
Can be found here: [ sap.github.io/ui5-tooling] ( https://sap.github.io/ui5-tooling/pages/Builder/ )
14
14
15
15
## 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 ) .
17
17
18
18
## 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.
20
20
21
21
Please report issues in the main [ UI5 Tooling] ( https://github.com/SAP/ui5-tooling ) repository.
22
22
Original file line number Diff line number Diff line change 4
4
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
5
5
6
6
trigger :
7
- - master
7
+ - v2
8
+ - main
8
9
9
10
strategy :
10
11
matrix :
You can’t perform that action at this time.
0 commit comments