public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
.github/PULL_REQUEST_TEMPLATE.md
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
<!-- _Please make sure to review and check all of these items, otherwise we might refuse your PR:_ -->
3
## Contribution Guidelines
5
* [ ] I've read the [contribution guidelines](https://github.com/mailcow/mailcow-dockerized/blob/master/CONTRIBUTING.md) and wholeheartedly agree them
7
<!-- _NOTE: this tickbox is needed to fullfil on order to get your PR reviewed._ -->
9
## What does this PR include?
11
### Short Description
13
<!-- Please write a short description, what your PR does here. -->
15
### Affected Containers
17
<!-- Please list all affected Docker containers here, which you commited changes to -->
19
<!--
21
Please list them like this:
23
- container1
24
- container2
25
- container3
26
etc.
28
-->
30
## Did you run tests?
32
### What did you tested?
34
<!-- Please write shortly, what you've tested (which components etc.). -->
36
### What were the final results? (Awaited, got)
38
<!-- Please write shortly, what your final tests results were. What did you awaited? Was the outcome the awaited one? -->