mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 00:04:16 -03:00
Update README.md
This commit is contained in:
24
README.md
24
README.md
@@ -1,7 +1,27 @@
|
||||
# library
|
||||
# Library Chart
|
||||
|
||||
[](https://github.com/truecharts/library-charts/actions/workflows/common_library_tests.yaml)
|
||||
|
||||
Helm Library Chart for TrueCharts Charts and Apps
|
||||
|
||||
## Note: Prior to creating a PR request here to add an chart as a dependency and creating the relevant injectors, you'll first need to submit a PR in the truecharts/charts repository with said application.
|
||||
## Feature addition(s) or enhancements
|
||||
|
||||
Please first discuss with us the feature you want to add, especially if it's a large one.
|
||||
This is to ensure we haev an extendable and maintainable implementation!
|
||||
|
||||
Keep in mind that both docs and unit tests are required in order to complete/merge the feature addition or enhancement.
|
||||
|
||||
## Bug fixes
|
||||
|
||||
Bug fixes should also be covered by a test case for that scenario. No PRs will be accepted without this.
|
||||
|
||||
---
|
||||
|
||||
## Contributions
|
||||
|
||||
- Any kind of change (feature or bug fix) that alters/adds/removes a key in the values structure have to also be [documented](https://github.com/truecharts/website)
|
||||
- Additionally, unit tests must be added to cover the change, and if a migration is needed, must be added at the PR description.
|
||||
|
||||
Both are a hard requirement.
|
||||
|
||||
- Adding dependency handlers in the library chart, would assume that a dependency chart is already implemented and **merged** in the [charts](https://github.com/truecharts/charts) repo.
|
||||
|
||||
Reference in New Issue
Block a user