-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PR template to remind us to perform a number of checks
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
*PR template - remove this line and edit below* | ||
|
||
[BF] Summary of fix - fixes [inex|islandbridgenetworks]/IXP-Manager#x | ||
|
||
[NF] New feature summary - closes [inex|islandbridgenetworks]/IXP-Manager#x | ||
|
||
*Longer description* | ||
|
||
|
||
In addition to the above, I have: | ||
|
||
- [ ] ensured all relevant template output is escaped to avoid XSS attached with `<?= $t->ee( $data ) ?>` or equivalent. | ||
- [ ] ensured appropriate checks against user privilege / resources accessed | ||
- [ ] API calls (particular for add/edit/delete/toggle) are not implemented with GET and use CSRF tokens to avoid CSRF attacks | ||
|