-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9b2c46
commit 4e3980d
Showing
1 changed file
with
22 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,22 @@ | ||
**closes #** | ||
|
||
<!-- What issue does this pr close --> | ||
|
||
**Changes included with this PR** | ||
|
||
<!-- | ||
list of non-trivial changes included with the PR | ||
--> | ||
|
||
**Checklist** | ||
|
||
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> | ||
|
||
- [ ] tests are included and passing | ||
- [ ] documentation is changed or added | ||
- [ ] **Internationalization**: | ||
|
||
- [ ] Ensure all strings are internationalized. | ||
|
||
- [ ] **Role-Based Access**: | ||
- [ ] Verify that all user actions have appropriate role-based access permissions set. |