Add the donor list, a security policy & configuration for issue templates#4
Add the donor list, a security policy & configuration for issue templates#4AR-DEV-1 wants to merge 7 commits intoRedot-Engine:masterfrom
Conversation
📝 WalkthroughWalkthroughAdds three new repository files: GitHub issue template configuration, a donors acknowledgment document, and a security policy file; updates issue template behavior and contact links. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
DONORS.md (1)
5-5: Consider shortening wording for readability.Line 5 (“any and all”) is a bit wordy; a tighter phrase reads cleaner.
Suggested wording tweak
-Our Team greatly appreciates any and all donations. +Our team greatly appreciates all donations.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@DONORS.md` at line 5, The sentence "Our Team greatly appreciates any and all donations." is wordy; update the text (the line containing that exact string) to a tighter phrasing such as "Our team greatly appreciates all donations." or "Our team greatly appreciates any donation." and ensure capitalization is consistent ("team" lowercase) with project style.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@DONORS.md`:
- Around line 12-24: The donor names block is currently treated as a Markdown
code block due to four-space indentation; remove the leading four spaces from
the lines listing "Grom", "LionBox", "Mike K", etc., or convert them into a
proper Markdown list (prefix each entry with "-" or "*") so the entries render
as a readable list instead of a code block.
---
Nitpick comments:
In `@DONORS.md`:
- Line 5: The sentence "Our Team greatly appreciates any and all donations." is
wordy; update the text (the line containing that exact string) to a tighter
phrasing such as "Our team greatly appreciates all donations." or "Our team
greatly appreciates any donation." and ensure capitalization is consistent
("team" lowercase) with project style.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 55ad831d-1e75-4beb-a55b-961d526f9e2d
📒 Files selected for processing (2)
.github/ISSUE_TEMPLATE/config.ymlDONORS.md
There was a problem hiding this comment.
Actionable comments posted: 2
🧹 Nitpick comments (1)
DONORS.md (1)
5-5: Optional: Consider simplifying "any and all".The phrase "any and all donations" could be shortened to just "all donations" or "any donations" for conciseness, though the current phrasing emphasizes appreciation effectively.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@DONORS.md` at line 5, Replace the phrase "Our Team greatly appreciates any and all donations." with a more concise alternative by editing the DONORS.md line containing that exact sentence—e.g., change it to "Our team greatly appreciates all donations." (also normalize capitalization of "Team" to "team" if desired).
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@SECURITY.md`:
- Line 7: In the SECURITY.md sentence that reads "To report a security
vulnerability that you found in Draconic, email us at `redotengine@gmail.com`.
Please provide a video (if possible) alonside a PoC (Proof of Concept).", fix
the typo by replacing "alonside" with "alongside" so the sentence reads
"...Please provide a video (if possible) alongside a PoC (Proof of Concept)."
- Around line 3-6: Remove the placeholder template text in SECURITY.md that
begins "Use this section to tell people how to report a vulnerability..." (the
generic instructional lines 3-6) and replace it with actual security disclosure
content or a concise reporting guideline; specifically delete the placeholder
sentences and add a short policy describing where to report vulnerabilities,
expected response times, and next steps (or leave the section blank if you
intend to add a full policy later).
---
Nitpick comments:
In `@DONORS.md`:
- Line 5: Replace the phrase "Our Team greatly appreciates any and all
donations." with a more concise alternative by editing the DONORS.md line
containing that exact sentence—e.g., change it to "Our team greatly appreciates
all donations." (also normalize capitalization of "Team" to "team" if desired).
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 7a6feb07-7831-431d-84b4-57f1a9c9b380
📒 Files selected for processing (3)
.github/ISSUE_TEMPLATE/config.ymlDONORS.mdSECURITY.md
🚧 Files skipped from review as they are similar to previous changes (1)
- .github/ISSUE_TEMPLATE/config.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
| To report a security vulnerability that you found in Draconic, email us at `redotengine@gmail.com`. Please provide a video (if possible) alonside a PoC (Proof of Concept). | ||
| Thank you for helping us keep Draconic safe! |
There was a problem hiding this comment.
| To report a security vulnerability that you found in Draconic, email us at `redotengine@gmail.com`. Please provide a video (if possible) alonside a PoC (Proof of Concept). | |
| Thank you for helping us keep Draconic safe! |
There was a problem hiding this comment.
Yeah, this line is repeated twice, which I assume is a typo.
0e50109 to
6800ede
Compare
| To report a security vulnerability that you found in Draconic, email us at `redotengine@gmail.com`. Please provide a video (if possible) alonside a PoC (Proof of Concept). | ||
| Thank you for helping us keep Draconic safe! |
There was a problem hiding this comment.
Yeah, this line is repeated twice, which I assume is a typo.
TL;DR
Note
For now, the config has blank issues set to true until we make issue templates
Note
Contributed by 2LazyDevs.
Summary by CodeRabbit
Release Notes