Skip to content

Commit 513cf29

Browse files
committed
Make the contributing guidelines for fluent-operator chart more visible
Signed-off-by: Marco Franssen <[email protected]>
1 parent 5d1a05c commit 513cf29

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@ See `git help commit`:
2929
2. Remember to sign off your commits as described above
3030
3. Submit a pull request
3131

32-
***NOTES***:
32+
> [!Note]
33+
> In order to make testing and merging of PRs easier, please submit changes to multiple charts in separate PRs.
3334
34-
* In order to make testing and merging of PRs easier, please submit changes to multiple charts in separate PRs.
35-
* In order to make changes to the fluent-operator Helm chart, please submit changes to the [fluent/fluent-operator Helm chart](https://github.com/fluent/fluent-operator/tree/master/charts/fluent-operator). The chart in this repository will be synced to the release chart in fluent/fluent-operator whenever there is a new release for fluent-operator.
35+
### Fluent Operator Chart
36+
37+
> [!Important]
38+
> The fluent-operator Chart is maintained in [this repository][fluent-operator-chart]. Please do not submit PRs for the fluent-operator Chart in this repository but do all contributions in the [fluent-operator repository][fluent-operator-chart].
3639
3740
### Technical Requirements
3841

@@ -61,3 +64,5 @@ Charts should start at `1.0.0`. Any breaking (backwards incompatible) changes to
6164
This project is released with a [Contributor Covenant](https://www.contributor-covenant.org).
6265
By participating in this project you agree to abide by its terms.
6366
See [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md).
67+
68+
[fluent-operator-chart]: https://github.com/fluent/fluent-operator/tree/master/charts/fluent-operator "Sources for the fluent-operator Chart"

0 commit comments

Comments
 (0)