generated from actions/container-prebuilt-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.
- Loading branch information
1 parent
58021d4
commit 5d72b65
Showing
2 changed files
with
43 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,42 @@ | ||
<!-- | ||
Thanks for contributing! | ||
About this template: | ||
The following template aims to help contributors write a good description | ||
for their pull requests. | ||
We'd like you to provide a description of the changes in your pull request | ||
(i.e. bugs fixed or features added), motivation behind the changes, and | ||
complete the checklist below before opening a pull request. | ||
Feel free to discard it if you need to (e.g. when you just fix a typo). --> | ||
|
||
# Motivation / Background | ||
|
||
<!-- | ||
Describe why this Pull Request needs to be merged. What bug have you fixed? | ||
What feature have you added? Why is it important? | ||
If you are fixing a specific issue, include "Fixes #ISSUE" (replace | ||
with the issue number, remove the quotes) and the issue will be linked | ||
to this PR. | ||
--> | ||
|
||
This Pull Request has been created because... | ||
|
||
## Additional information | ||
|
||
<!-- Provide additional information such as benchmarks, reference to | ||
other repositories or alternative | ||
solutions. --> | ||
|
||
# Checklist | ||
|
||
Before submitting the PR, make sure the following are checked: | ||
|
||
- [ ] Version file (/.version) is updated according to the | ||
[Semantic Version](https://semver.org/) rules. | ||
- [ ] This Pull Request is related to one change. | ||
Changes that are unrelated should be opened in separate PRs. | ||
- [ ] Commit message has a detailed description of what changed and why. | ||
If this PR fixes a related issue, include it in the commit message. | ||
Ex: _[Fixes #issue-number]_. | ||
- [ ] Tests are added or updated if you fix a bug or add a feature. |
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 |
---|---|---|
@@ -1 +1 @@ | ||
0.3.0 | ||
0.3.1 |