Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
148026d4d2
26
.github/ISSUE_TEMPLATE.md
vendored
Normal file
26
.github/ISSUE_TEMPLATE.md
vendored
Normal 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
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal 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
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user