-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added pull request template (#524)
- Loading branch information
1 parent
2d8a951
commit 921c7ee
Showing
1 changed file
with
29 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,29 @@ | ||
## Description | ||
|
||
<!-- | ||
If this is a security issue stop right here and follow our documentation: | ||
http://docs.django-cms.org/en/latest/contributing/development-policies.html#reporting-security-issues | ||
--> | ||
|
||
## Related resources | ||
|
||
<!-- | ||
Add here links to existing issues or conversation from GitHub | ||
or any other resource. | ||
--> | ||
|
||
* #... | ||
* #... | ||
|
||
## Checklist | ||
|
||
<!-- | ||
Please check the following items before submitting, otherwise, | ||
your pull request will be closed. | ||
Use 'x' to check each item: [x] I have ... | ||
--> | ||
|
||
* [ ] I have added or modified the tests when changing logic | ||
* [ ] I have followed [the conventional commits guidelines](https://www.conventionalcommits.org/) to add meaningful information into the changelog | ||
* [ ] I have read the [contribution guidelines ](https://github.com/django-cms/django-cms/blob/develop/CONTRIBUTING.rst) |