1
0
mirror of https://github.com/flarum/core.git synced 2025-06-21 02:12:26 +02:00

Fix instructions in PR template

This commit is contained in:
Franz Liedke
2019-09-10 00:18:04 +02:00
parent c2b0060852
commit 6d8e6583c8

View File

@ -16,7 +16,7 @@ IMPORTANT: We applaud pull requests, they excite us every single time. As we hav
**Confirmed**
- [ ] Frontend changes: tested on a local Flarum installation.
- [ ] Backend changes: tests are green (run `php vendor/bin/phpunit`).
- [ ] Backend changes: tests are green (run `composer test`).
**Required changes:**