-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add note about Collection Metadata usage and update callout formatting
Signed-off-by: Webster Mudge <[email protected]>
- Loading branch information
Showing
3 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,6 @@ on: | |
branches: | ||
- 'release/**' | ||
- 'devel' | ||
- 'devel-pvc-base' | ||
|
||
jobs: | ||
validate: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ As a _best practice_, you can prefix your branches with: | |
|`fix/`|A non-urgent bug fix|`fix/refactor-module-output-params`| | ||
|`hotfix/`|An urgent bug fix|`hotfix/patch-insecure-module`| | ||
|
||
:fire_extinguisher: **NOTE:** a **hotfix** should branch from `main`. It will then be committed to both the `main` and `devel` branches. | ||
> [!NOTE] | ||
> :fire_extinguisher: A **hotfix** should branch from `main`. It will then be committed to both the `main` and `devel` branches. | ||
## Signing your commits | ||
|
||
|
@@ -73,7 +74,8 @@ To agree, make sure to add line at the end of every git commit message, like thi | |
Signed-off-by: John Doe <[email protected]> | ||
``` | ||
|
||
:rocket: TIP! Add the sign-off automatically when creating the commit via the `-s` flag, e.g. `git commit -s`. | ||
> [!NOTE] | ||
> :rocket: Add the sign-off automatically when creating the commit via the `-s` flag, e.g. `git commit -s`. | ||
## Still have questions? Opinions? Comments? | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters