-
Notifications
You must be signed in to change notification settings - Fork 19
Issue 204 #205
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
Issue 204 #205
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -10,8 +10,9 @@ We're building the AI-native operating system and need your help. Whether you're | |||||||||
| 2. **Join Discord:** https://discord.gg/uCqHvxjU83 | ||||||||||
| 3. **Browse issues:** https://github.com/cortexlinux/cortex/issues | ||||||||||
| 4. **Claim an issue** (comment "I'll work on this") | ||||||||||
| 5. **Submit your PR** | ||||||||||
| 6. **Get paid** (bounties on merge) | ||||||||||
| 5. **Check `develeoper-guide.md`** (in `docs` directory) for structure and guide | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo: "develeoper-guide.md" should be "developer-guide.md". -5. **Check `develeoper-guide.md`** (in `docs` directory) for structure and guide
+5. **Check `developer-guide.md`** (in `docs` directory) for structure and guide📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||
| 6. **Submit your PR** | ||||||||||
| 7. **Get paid** (bounties on merge) | ||||||||||
|
|
||||||||||
| ## What We Need | ||||||||||
|
|
||||||||||
|
|
@@ -55,6 +56,7 @@ We're building the AI-native operating system and need your help. Whether you're | |||||||||
| - ✅ Documentation with examples | ||||||||||
| - ✅ Integration with existing code | ||||||||||
| - ✅ Passes all CI checks | ||||||||||
| - ✅ Proper file managment and maintaing structure | ||||||||||
|
||||||||||
| - ✅ Proper file managment and maintaing structure | |
| - ✅ Proper file management and maintaining structure |
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.
Typos: "managment" → "management", "maintaing" → "maintaining".
-- ✅ Proper file managment and maintaing structure
++ ✅ Proper file management and maintaining structure📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| - ✅ Proper file managment and maintaing structure | |
| - ✅ Proper file management and maintaining structure |
🤖 Prompt for AI Agents
In Contributing.md around line 59, there are two typos: replace "managment" with
"management" and "maintaing" with "maintaining" so the line reads "✅ Proper file
management and maintaining structure"; update the file accordingly and run a
quick spellcheck to catch any other similar typos.
Copilot
AI
Nov 25, 2025
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.
Typo: "maintained" should be "maintaining" to match the tense of other items in the checklist.
| - [ ] maintained file structure | |
| - [ ] maintaining file structure |
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.
Typo: "maintained" should be capitalized consistently with other checklist items.
-- [ ] maintained file structure
++ [ ] Maintained file structure🧰 Tools
🪛 markdownlint-cli2 (0.18.1)
76-76: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
🤖 Prompt for AI Agents
In Contributing.md around line 76, the checklist item "- [ ] maintained file
structure" uses a lowercase "maintained" which is inconsistent with other
checklist items; update that line to capitalize the word (e.g., "- [ ]
Maintained file structure") so it matches the capitalization style used
throughout the checklist.
This file was deleted.
This file was deleted.
This file was deleted.
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.
Typo in the word "developer". Should be "developer-guide.md" instead of "develeoper-guide.md".