-
-
Notifications
You must be signed in to change notification settings - Fork 754
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1579 from Mycroft-Studios/pr-template
feat(.github): PR template
- Loading branch information
Showing
1 changed file
with
22 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,22 @@ | ||
### Description | ||
<!-- Explain What this PR does --> | ||
|
||
--- | ||
### Motivation | ||
<!-- Explain why you are making this PR --> | ||
|
||
--- | ||
|
||
### **Implementation Details** | ||
<!-- Explain how your implemenation meets your goal --> | ||
--- | ||
|
||
### Usage Example | ||
<!-- If you are adding or editing functions/events show usage examples --> | ||
--- | ||
|
||
### PR Checklist | ||
- [] My commit messages and PR title follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard. | ||
- [] My changes have been tested locally and function as expected. | ||
- [] My PR does not introduce any breaking changes. | ||
- [] I have provided a clear explanation of what my PR does, including the reasoning behind the changes and any relevant context. |