Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2016-02-18 08:28:58 +01:00
commit 148026d4d2
3 changed files with 34 additions and 0 deletions

26
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,26 @@
### Steps to reproduce
1.
2.
3.
### Expected behaviour
Tell us what should happen
### Actual behaviour
Tell us what happens instead
### Server configuration
**Operating system**:
**Web server:**
**Database:**
**PHP version:**
**phpMyAdmin version:**
### Client configuration
**Browser:**
**Operating system:**

5
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,5 @@
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

View File

@ -148,6 +148,9 @@ echo "* Removing unneeded files"
# if someone runs /test/wui.php and there are test failures
rm -rf test
# Remove developer information
rm -rf .github
# Remove phpcs coding standard definition
rm -rf PMAStandard