diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..6b7f8197f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ +Summary: \ Description of the change\ +Type: \ Type of the delivery. eg. Feature/Fix/Cleanup\ +Owner: \ Author of the change. Should be added only when committer is not author of the change\ +Test Plan: \ How the change was tested. eg. Unit Test/Manual Tests (and description how exactly)/YT Conformance Tests\ +Dependencies and Impacts: \ Should be added only when there were changes in the public API.\ +Jira: \ Number of jira ticket created on https://jira.rdkcentral.com/jira/projects/RIALTO diff --git a/.github/workflows/build_ut.yml b/.github/workflows/build_ut.yml index e60725ecc..03b88bfee 100644 --- a/.github/workflows/build_ut.yml +++ b/.github/workflows/build_ut.yml @@ -32,6 +32,8 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + repository_dispatch: + types: build_ut # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: diff --git a/.gitignore b/.gitignore index 35a8d5d84..ef37aa7e6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,14 @@ /clang-format_errors.log /clang-format_errors.xml /cppcheck_report.txt +/build.txt + + + + + + + + + + diff --git a/testfile.txt b/testfile.txt new file mode 100644 index 000000000..b6e40ad39 --- /dev/null +++ b/testfile.txt @@ -0,0 +1 @@ +This is test file