-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
16 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,16 @@ | ||
<!-- | ||
PR description. | ||
--> | ||
|
||
--- | ||
|
||
Please make sure the below checklist is followed for Pull Requests. | ||
|
||
- [ ] [All continuous integration tests](https://github.com/sanidhyy/3d-portfolio/actions) are green. | ||
- [ ] Tests are added where necessary. | ||
- [ ] The Readme.md is updated if necessary. | ||
- [ ] [3d-portfolio wiki](https://github.com/sanidhyy/3d-portfolio/wiki) is updated if necessary. | ||
- [ ] Documentation is added/updated where necessary. | ||
- [ ] Coding Rules & Commit Guidelines as per our [CONTRIBUTING.md document](https://github.com/sanidhyy/3d-portfolio/blob/main/CONTRIBUTING.md) are followed. | ||
- [ ] Please also reference the issue number in a commit message to [automatically close the related GitHub issue](https://help.github.com/articles/closing-issues-via-commit-messages/). | ||
- [ ] It is also possible to add `[skip ci]` or `[ci skip]` to your commit message to skip continuous integration tests. |