Skip to content

Commit 1402018

Browse files
authored
Pull Request Submission Guideline Added
1 parent d614ed6 commit 1402018

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### New Pull Request Checklist
2+
3+
* [ ] I have read and understood the [CONTRIBUTING guide](https://github.com/Codigami/CFAlertViewController/blob/develop/.github/CONTRIBUTING.md)
4+
* [ ] I have read the [Documentation](http://cocoadocs.org/docsets/CFAlertViewController/)
5+
* [ ] I have searched for a similar pull request in the [project](https://github.com/Codigami/CFAlertViewController/pulls) and found none
6+
7+
* [ ] I have updated this branch with the latest master to avoid conflicts (via merge from master or rebase)
8+
* [ ] I have added the required tests to prove the fix/feature I am adding
9+
* [ ] I have updated the documentation (if necessary)
10+
* [ ] I have run the tests and they pass
11+
* [ ] I have run the lint and it passes (`pod lib lint`)
12+
13+
This merge request fixes / reffers to the following issues: ...
14+
15+
### Pull Request Description
16+
17+
...
18+

0 commit comments

Comments
 (0)