diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 012de6c20..e33e7178c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,8 +36,7 @@ We appreciate any input you have to offer. ### Designing an RFC -We use an RFC process to design new language features. Please find the previous RFCs [here](/rfc/). -If you want to contribute an RFC, please use the [RFC template](/rfc/0000-rfc-template.md) for guidance and to ensure consistent structure across RFCs. +We use an RFC process to design new language features. Please read about our current RFC process in the documentation: [Language Design Process (RFCs)](https://jvalue.github.io/jayvee/docs/dev/rfc-process). You can find previous RFCs [here](/rfc/). ### Writing Code diff --git a/README.md b/README.md index 9fa8c2347..3ee7c0b78 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Jayvee is a DSL to model and execute automated data pipelines, e.g., for data en [![Official Docs](assets/docs-banner.png)](https://jvalue.github.io/jayvee) +## Contribute + In case you would like to contribute to Jayvee, please have a look at our [contribution guide](CONTRIBUTING.md). ## Development Quickstart