Skip to content

Commit 0ce625a

Browse files
authored
[chore][CONTRIBUTING.md] Add reference to addlicense command (#33635)
When adding new components, new files are introduced. These files need to include the license header, which is done by running the `make addlicense` commnand. This should be documented for users to know what they need to do when introducing new components and files. Also, [here's an example](#33458 (comment)) where it wasn't obvious that this command was necessary.
1 parent 6dd3bae commit 0ce625a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ When submitting a component to the community, consider breaking it down into sep
225225
* `make generate`
226226
* `make multimod-verify`
227227
* `make generate-gh-issue-templates`
228+
* `make addlicense`
228229
* **Second PR** should include the concrete implementation of the component. If the
229230
size of this PR is larger than the recommended size consider splitting it in
230231
multiple PRs.

0 commit comments

Comments
 (0)