Skip to content

Commit b96a199

Browse files
committed
TASK | Add changelog
1 parent 0315d93 commit b96a199

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
* [CHANGELOG](./CHANGELOG.md)
4+
* [LICENSE](./LICENSE)
5+
* [README](./README.md)
6+
* [CONTRIBUTING](./CONTRIBUTING.md)
7+
8+
All notable changes to this project will be documented in this file.
9+
10+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
11+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
12+
13+
## [1.1.0] - 2020-09-05
14+
### Added
15+
* Meta information about the mailcow API requests
16+
* Container information
17+
* Help texts

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Contribution Guidelines
22

3+
* [CHANGELOG](./CHANGELOG.md)
4+
* [LICENSE](./LICENSE)
5+
* [README](./README.md)
6+
* [CONTRIBUTING](./CONTRIBUTING.md)
7+
38
Contributions are always welcome - just open an issue or PR.
49
Please be aware that even though it may not seem like it there are always other humans on the other end of a conversation.
510

611
**Please treat others with respect and kindness.**
712

13+
If you have general questions or suggestions for improvement, open an issue or
14+
[hit me up on twitter](https://twitter.com/thej6s)
15+
816
## Adding a new Provider
917

1018
The basic architecture of the exporter is centered around a provider. A provider is a struct

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# mailcow exporter
22

3+
* [CHANGELOG](./CHANGELOG.md)
4+
* [LICENSE](./LICENSE)
5+
* [README](./README.md)
6+
* [CONTRIBUTING](./CONTRIBUTING.md)
7+
38
[Prometheus](https://prometheus.io) exporter for information about a
49
[mailcow](https://github.com/mailcow/mailcow-dockerized) instance.
510

0 commit comments

Comments
 (0)