-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Showing
4 changed files
with
415 additions
and
371 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 |
---|---|---|
@@ -1,18 +1,32 @@ | ||
# Description | ||
## 📖 Description | ||
|
||
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. | ||
1. include a **summary of the changes and the related issue**, eg. _Closes #XYZ_ | ||
2. Do not make a PR if you can't check **all the boxes below** | ||
|
||
# Dev Branch Merge Checklist: | ||
### 🛠️ Dev Branch Merge Checklist: | ||
|
||
#### Documentation ### | ||
|
||
- [ ] If testing requires changes in the environment or deployment, please **update the documentation** (https://defguard.gitbook.io) first and **attach the link to the documentation** section in this pool request | ||
- [ ] I have commented on my code, particularly in hard-to-understand areas | ||
|
||
#### Testing ### | ||
|
||
- [ ] I have prepared end-to-end tests for all new functionalities | ||
- [ ] I have performed end-to-end tests manually and they work | ||
- [ ] New and existing unit tests pass locally with my changes | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have made corresponding/required changes to [deployment](https://github.com/defguard/deployment) (Docker, Kubernetes, one-line install) | ||
- [ ] My changes generate no new warnings | ||
|
||
# Main Branch Merge Checklist: | ||
#### Deployment ### | ||
|
||
- [ ] If deployment is affected I have made corresponding/required changes to [deployment](https://github.com/defguard/deployment) (Docker, Kubernetes, one-line install) | ||
|
||
### 🏚️ Main Branch Merge Checklist: | ||
|
||
#### Testing ### | ||
|
||
- [ ] I have merged my changes before to dev and the dev checklist is done | ||
- [ ] I have tested all functionalities on the dev instance and they work | ||
- [ ] I have made corresponding changes to the documentation and added new features documentation with screenshots for users/admins | ||
|
||
#### Documentation ### | ||
|
||
- [ ] I have made corresponding changes to the **user & admin documentation** and added new features documentation with screenshots for users/admins |
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
Oops, something went wrong.