Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
m-hulbert
left a comment
There was a problem hiding this comment.
This looks good - only a couple of comments and then a question of whether we need this as a separate file, or can it just be a section in the CONTRIBUTING guide in the root of the repo?
examples/CONTRIBUTING.md
Outdated
|
|
||
| Add entries for each example to the `/examples/package.json` file under `workspaces` and `scripts`, an example of this is shown below: | ||
|
|
||
| ``` |
There was a problem hiding this comment.
| ``` | |
| ```json |
examples/CONTRIBUTING.md
Outdated
|
|
||
| ## Styling consistency | ||
|
|
||
| For styling consistency purposes, each example will need to use [Franken-ui](https://franken-ui.dev/) for components, and any other styling to use tailwindcss. |
There was a problem hiding this comment.
Worth giving a few examples of each do you think?
examples/CONTRIBUTING.md
Outdated
|
|
||
| ## Shared configurations | ||
|
|
||
| All examples use config from the examples root directory. Update these files inside your project directory as needed: |
There was a problem hiding this comment.
Is this not a requirement to point to the root config rather than 'as needed'?
bc7c392 to
fb0ed73
Compare
In this PR is a new CONTRIBUTING.md file, inside
/examples, which contains the guide for contributing to examples within the docs.