Skip to content

Commit

Permalink
docs: add THIRD-PARTY-LICENSES file
Browse files Browse the repository at this point in the history
THIRD-PARTY-LICENSES is built using an internal tool to organize the attribution for the SDK. Additionally, it also allows to keep track of the dependency versions.

Also update PR template to make when a change is made, THIRD-PARTY-LICENSES is kept up to date.
  • Loading branch information
Ganesh Jangir authored and ganeshnj committed Jul 15, 2022
1 parent 0d60b4b commit f741d65
Show file tree
Hide file tree
Showing 2 changed files with 682 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
## Description of changes
<!--- Why is this change required? What problem does it solve? -->

## New/existing dependencies impact assessment, if applicable
<!--- No new dependencies were added to this change. -->
<!--- If any dependency was added / modified / removed, THIRD-PARTY-LICENSES must be updated accordingly. -->

## Conventional Commits
<!--- Please use conventional commits to let us know what kind of change this is.-->
<!--- More info can be found here: https://www.conventionalcommits.org/en/v1.0.0/-->
Expand Down
Loading

0 comments on commit f741d65

Please sign in to comment.