-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contributing docs #8
Conversation
WalkthroughThe changes introduce two new files, Changes
Assessment against linked issues
Recent review detailsConfiguration used: CodeRabbit UI Files ignored due to path filters (1)
Files selected for processing (2)
Files skipped from review due to trivial changes (1)
Additional context usedLanguageTool
Markdownlint
Additional comments not posted (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 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 (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (2)
CONTRIBUTING.md (2)
1-6
: LGTM! Consider fixing the bare URL.The code segment provides a clear title and a useful link to the project's main contributing guidelines.
To improve readability and maintainability, consider wrapping the bare URL in a Markdown link:
-See https://github.com/elimu-ai/wiki/blob/main/CONTRIBUTING.md +See [elimu.ai Contributing Guidelines](https://github.com/elimu-ai/wiki/blob/main/CONTRIBUTING.md)Tools
Markdownlint
5-5: null
Bare URL used(MD034, no-bare-urls)
7-10
: LGTM! Consider adding a missing punctuation mark.The code segment provides clear instructions for contributors regarding funding splits.
To improve readability, consider adding a period at the end of the sentence in the note:
-If your GitHub username is in `FUNDING_SPLITS.csv`, open a pull request to add your Ethereum address next to it +If your GitHub username is in `FUNDING_SPLITS.csv`, open a pull request to add your Ethereum address next to it.Tools
LanguageTool
[uncategorized] ~10-~10: A punctuation mark might be missing here.
Context: ...-recommender should reflect the data inFUNDING_SPLITS.csv
...(AI_EN_LECTOR_MISSING_PUNCTUATION)
Markdownlint
10-10: null
Bare URL used(MD034, no-bare-urls)
Which issue does this PR address?
elimu-ai/web3-wiki#54
Summary by CodeRabbit
CONTRIBUTING.md
file with guidelines for contributors and information on funding splits.FUNDING.json
file to manage Ethereum-related funding details.These changes aim to enhance community engagement and streamline the contribution process while providing clear funding management.