-
Notifications
You must be signed in to change notification settings - Fork 369
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
Showing
1 changed file
with
25 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,25 @@ | ||
<!-- Please ensure your PR title is brief and descriptive for a good changelog entry --> | ||
<!-- Link to issue if there is one --> | ||
<!-- markdownlint-disable --> | ||
|
||
Fixes # | ||
|
||
<!-- markdownlint-restore --> | ||
|
||
<!-- Describe what the changes are --> | ||
|
||
## Proposed Changes | ||
|
||
1. … | ||
2. … | ||
3. … | ||
|
||
## Readiness Checklist | ||
|
||
### Author/Contributor | ||
- [ ] Add entry to the [CHANGELOG](https://github.com/Melkeydev/go-blueprint/blob/main/contributors.yml) listing the change and linking to the corresponding issue (if appropriate) | ||
- [ ] If documentation is needed for this change, has that been included in this pull request | ||
|
||
### Reviewing Maintainer | ||
- [ ] Label as `breaking` if this is a large fundamental change | ||
- [ ] Label as either `automation`, `bug`, `documentation`, `enhancement`, `infrastructure`, or `performance` |