-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UBERF-6242: More proper manage mongo connections
Signed-off-by: Andrey Sobolev <[email protected]>
- Loading branch information
Showing
3 changed files
with
20 additions
and
37 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,31 +1,5 @@ | ||
# Contribution checklist | ||
**Pull Request Requirements:** | ||
|
||
## Brief description | ||
|
||
## Checklist | ||
|
||
* [ ] - UI test added to added/changed functionality? | ||
* [ ] - Screenshot is added to PR if applicable ? | ||
* [ ] - Does a local formatting is applied (rush format) | ||
* [ ] - Does a local svelte-check is applied (rush svelte-check) | ||
* [ ] - Does a local UI tests are executed [UI Testing](../tests/readme.md) | ||
* [ ] - Does the code work? Check whether function and logic are correct. | ||
* [ ] - Does Changelog.md is updated with changes? | ||
* [ ] - Does the translations are up to date? | ||
* [ ] - Does it well tested? | ||
* [ ] - Tested for Chrome. | ||
* [ ] - Tested for Safari. | ||
* [ ] - Go through the changed code looking for typos, TODOs, commented LOCs, debugging pieces of code, etc. | ||
* [ ] - Rebase your branch onto master and upstream branch | ||
* [ ] - Is there any redundant or duplicate code? | ||
* [ ] - Are required links are linked to PR? | ||
* [ ] - Does new code is well documented ? | ||
|
||
## Related issues | ||
|
||
A list of closed updated issues | ||
|
||
## Contributor requirements | ||
|
||
* [ ] - Sign-off is provided. [DCO](https://github.com/apps/dco) | ||
* [ ] - GPG Signature is provided. [GPG](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) | ||
- Provide a brief description of the changeset. | ||
- Include a screenshots if applicable | ||
- Ensure that the changeset adheres to the [DCO guidelines](https://github.com/apps/dco). |
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
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