diff options
author | Valery Piashchynski <[email protected]> | 2021-06-22 09:54:53 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-06-22 09:54:53 +0300 |
commit | 260d69c21fba6d763d05dc5693689ddf7ce7bfe2 (patch) | |
tree | 0d0b8bb5704a60cbf2d805322dc200e5b1a113be /.github/pull_request_template.md | |
parent | 41bb9fa5938125217a075c60f1e39dc3a9a27537 (diff) |
- Temporary turn off CI
- Remove old PHP tests
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r-- | .github/pull_request_template.md | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index c3467850..00000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,24 +0,0 @@ -# Reason for This PR - -`[Author TODO: add issue # or explain reasoning.]` - -## Description of Changes - -`[Author TODO: add description of changes.]` - -## License Acceptance - -By submitting this pull request, I confirm that my contribution is made under -the terms of the MIT license. - -## PR Checklist - -`[Author TODO: Meet these criteria.]` -`[Reviewer TODO: Verify that these criteria are met. Request changes if not]` - -- [ ] All commits in this PR are signed (`git commit -s`). -- [ ] The reason for this PR is clearly provided (issue no. or explanation). -- [ ] The description of changes is clear and encompassing. -- [ ] Any required documentation changes (code and docs) are included in this PR. -- [ ] Any user-facing changes are mentioned in `CHANGELOG.md`. -- [ ] All added/changed functionality is tested. |