mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 00:01:20 +00:00
feat(.github): PR template
This commit is contained in:
@@ -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.
|
||||||
Reference in New Issue
Block a user