forked from VictoriaMetrics/VictoriaMetrics
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 changed file
with
16 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,16 @@ | ||
If you like VictoriaMetrics and want to contribute, then we need the following: | ||
|
||
- Filing issues and feature requests [here](https://github.com/VictoriaMetrics/VictoriaMetrics/issues). | ||
- Spreading a word about VictoriaMetrics: conference talks, articles, comments, experience sharing with colleagues. | ||
- Updating documentation. | ||
|
||
We are open to third-party pull requests provided they follow [KISS design principle](https://en.wikipedia.org/wiki/KISS_principle): | ||
|
||
- Prefer simple code and architecture. | ||
- Avoid complex abstractions. | ||
- Avoid magic code and fancy algorithms. | ||
- Avoid [big external dependencies](https://medium.com/@valyala/stripping-dependency-bloat-in-victoriametrics-docker-image-983fb5912b0d). | ||
- Minimize the number of moving parts in the distributed system. | ||
- Avoid automated decisions, which may hurt cluster availability, consistency or performance. | ||
|
||
Adhering `KISS` principle simplifies the resulting code and architecture, so it can be reviewed, understood and verified by many people. |