generated from nventive/Template
-
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
0 parents
commit 7ea5c98
Showing
10 changed files
with
877 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## Expected Behavior | ||
|
||
|
||
## Actual Behavior | ||
|
||
|
||
## Steps to Reproduce the Problem | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
## Specifications | ||
|
||
- Version: | ||
- Platform: | ||
- Subsystem: |
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,39 @@ | ||
GitHub Issue: # | ||
<!-- Link to relevant GitHub issue if applicable. | ||
All PRs should be associated with an issue --> | ||
|
||
## Proposed Changes | ||
<!-- Please check one or more that apply to this PR. --> | ||
|
||
- [ ] Bug fix | ||
- [ ] Feature | ||
- [ ] Code style update (formatting) | ||
- [ ] Refactoring (no functional changes, no api changes) | ||
- [ ] Build or CI related changes | ||
- [ ] Documentation content changes | ||
- [ ] Other, please describe: | ||
|
||
|
||
## What is the current behavior? | ||
<!-- Please describe the current behavior that you are modifying, | ||
or link to a relevant issue. --> | ||
|
||
|
||
## What is the new behavior? | ||
<!-- Please describe the new behavior after your modifications. --> | ||
|
||
|
||
## Checklist | ||
|
||
Please check that your PR fulfills the following requirements: | ||
|
||
- [ ] Documentation has been added/updated. | ||
- [ ] Automated tests for the changes have been added/updated. | ||
- [ ] Updated [BREAKING_CHANGES.md](../BREAKING_CHANGES.md) (if you introduced a breaking change). | ||
|
||
<!-- If this PR contains a breaking change, please describe the impact | ||
and migration path for existing applications below. --> | ||
|
||
## Other information | ||
<!-- Please provide any additional information if necessary --> | ||
|
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,15 @@ | ||
name: Conventional Commits | ||
|
||
on: [pull_request] | ||
|
||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
jobs: | ||
validate-commits: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code into the Go module directory | ||
uses: actions/checkout@v1 | ||
- name: Commitsar check | ||
uses: docker://aevea/commitsar |
Oops, something went wrong.