diff --git a/docs/docs/developer/auto-generation.md b/docs/docs/developer/auto-generation.md index d9b5011fd..249f52b77 100644 --- a/docs/docs/developer/auto-generation.md +++ b/docs/docs/developer/auto-generation.md @@ -37,10 +37,6 @@ Generated - `pipeline-components/*\.yaml` -- All single-component pipeline definitions and one big (complete) `pipeline.yaml` that contains all of them. - `pipeline-defaults/*\.yaml` -- All single-component defaults definitions and one big (complete) `defaults.yaml` that contains all of them. -#### [Contributing](../developer/contributing.md) - -Copied from [`CONTRIBUTING.md`](https://github.com/bakdata/kpops/blob/main/CONTRIBUTING.md) - ### [Editor integration](https://github.com/bakdata/kpops/blob/main/hooks/gen_schema.py) #### [Schemas](https://github.com/bakdata/kpops/tree/main/docs/docs/schema) diff --git a/docs/docs/developer/contributing.md b/docs/docs/developer/contributing.md index 6f3e3f29f..ff55361cc 100644 --- a/docs/docs/developer/contributing.md +++ b/docs/docs/developer/contributing.md @@ -1,6 +1,6 @@ -# Contribution +# How to contribute -**Welcome!** We are glad to have you visit our contributibg guide! +**Welcome!** We are glad to have you visit our contributing guide! If you find any bugs or have suggestions for improvements, please open an [issue](https://github.com/bakdata/kpops/issues/new) and optionally a [pull request (PR)](https://github.com/bakdata/kpops/compare). In the case of a PR, we would appreciate it if you preface it with an issue outlining your goal and means of achieving it.