-
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.
Fix: Add PR template, release, publsh and unit workflows (#242)
- Loading branch information
Showing
6 changed files
with
26 additions
and
38 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 |
---|---|---|
@@ -1,26 +1,27 @@ | ||
# Description | ||
### Description | ||
|
||
[Please describe what this change achieves] | ||
<!--- Describe what this change achieves---> | ||
|
||
## Issues Resolved | ||
### Issues Resolved | ||
|
||
[List any existing issues this PR resolves, or any Discourse or | ||
StackOverflow discussions that are relevant] | ||
<!--- List any existing issues this PR resolves---> | ||
|
||
## Type of Change | ||
|
||
Our release process assumes you are using Conventional Commit messages. | ||
|
||
The most important prefixes you should have in mind are: | ||
|
||
_fix_: which represents bug fixes, and correlates to a SemVer patch. | ||
_feat_: which represents a new feature, and correlates to a SemVer minor. | ||
_feat!_:, or fix!:, refactor!:, etc., which represent a breaking change (indicated by the !) and will result in a major version change. | ||
- `_fix_`: which represents bug fixes, and correlates to a SemVer patch. | ||
- `_feat_`: which represents a new feature, and correlates to a SemVer minor. | ||
- `_feat!_`:, or `fix!:`, `refactor!:`, etc., which represent a breaking change (indicated by the !) and will result in a major version change. | ||
|
||
If you have not included a conventional commit message this can be fixed on merge. | ||
|
||
## Check List | ||
### Check List | ||
|
||
- [ ] New functionality includes tests | ||
- [ ] All tests pass | ||
- [ ] All tests pass. | ||
- [ ] All style checks pass. | ||
- [ ] Functionality includes testing. | ||
- [ ] Functionality has been documented in the README if applicable | ||
- [ ] Commit message includes a [Conventional Commit Message](https://www.conventionalcommits.org/en/v1.0.0) |
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
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,5 +1,5 @@ | ||
--- | ||
on: | ||
'on': | ||
push: | ||
branches: | ||
- main | ||
|
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
This file was deleted.
Oops, something went wrong.
Validating CODEOWNERS rules …
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 @@ | ||
@test-kitchen/maintainers |