Skip to content

Commit

Permalink
Highlight how to contribute and Link RFC process
Browse files Browse the repository at this point in the history
  • Loading branch information
rhazn authored and georg-schwarz committed Jun 23, 2023
1 parent 178b046 commit 6dbafa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6dbafa6

Please sign in to comment.