forked from ichiro-its/ros2-build-debian-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ichiro-its#9 from ichiro-its/hotfix/fix-script
[SPRINT 8 / Hotfix] Fix Script
- Loading branch information
Showing
2 changed files
with
28 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## Jira Link: | ||
|
||
## Description | ||
|
||
Describe problems, if any, clearly and concisely. | ||
Describe any changes that have been made in this pull request. | ||
|
||
## Type of Change | ||
|
||
- [ ] Bugfix | ||
- [ ] Enhancement | ||
- [ ] New feature | ||
- [ ] Breaking change (fix or feature that would cause the existing functionality to not work as expected) | ||
|
||
## How Has This Been Tested? | ||
|
||
- [ ] New unit tests added. | ||
- [ ] Manual tested. | ||
|
||
## Checklist: | ||
|
||
- [ ] Using Branch Name Convention | ||
- `feature/JIRA-ID-SHORT-DESCRIPTION` if has a JIRA ticket | ||
- `enhancement/SHORT-DESCRIPTION` if has/has no JIRA ticket and contain enhancement | ||
- `hotfix/SHORT-DESCRIPTION` if the change doesn't need to be tested (urgent) | ||
- [ ] I have commented on my code, particularly in hard-to-understand areas. | ||
- [ ] I have made the documentation for the corresponding changes. |
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