Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PULL_REQUEST_TEMPLATE.md « .github - github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c47317f099ffeaa4b7d4a38bc34d6460496d4ce (plain)
1
2
3
4
5
6
Before submitting pull request, please check that every commit:

- [ ] Has proper Signed-Off-By
- [ ] Has commit message which describes it
- [ ] Is needed on it's own, if you have just minor fixes to previous commits, you can squash them
- [ ] Any new functionality is covered by tests