-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: create PR template based on RENEE
- Loading branch information
1 parent
d1582ed
commit e19cd66
Showing
1 changed file
with
21 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,21 @@ | ||
## Changes | ||
|
||
<!-- | ||
Provide a summary of what is included in this Pull Request (PR). | ||
--> | ||
|
||
## Issues | ||
|
||
<!-- | ||
Reference any issues related to this PR. | ||
If this PR fixes any issues, [use a keyword](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) | ||
when referring to the issue. | ||
--> | ||
|
||
## PR Checklist | ||
|
||
(~Strikethrough~ any points that are not applicable.) | ||
|
||
- [ ] This comment contains a description of changes with justifications, with any relevant issues linked. | ||
- [ ] Update docs if there are any API changes. | ||
- [ ] Update `CHANGELOG.md` with a short description of any user-facing changes and reference the PR number. Guidelines: https://keepachangelog.com/en/1.1.0/ |