Skip to content

Conversation

@ParticularlyPythonicBS
Copy link
Member

@ParticularlyPythonicBS ParticularlyPythonicBS commented Nov 24, 2025

Summary by CodeRabbit

  • Chores
    • Added GitHub issue templates for bug reports, feature requests, and questions. Templates feature structured sections with guidance and checklists to standardize issue submissions and help community members provide comprehensive information for improved tracking and project management.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Nov 24, 2025

Warning

Rate limit exceeded

@ParticularlyPythonicBS has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 15 minutes and 43 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between a694608 and 44ba20a.

📒 Files selected for processing (3)
  • .github/ISSUE_TEMPLATE/bug_report.md (1 hunks)
  • .github/ISSUE_TEMPLATE/feature_request.md (1 hunks)
  • .github/ISSUE_TEMPLATE/question.md (1 hunks)

Walkthrough

Three GitHub issue templates are introduced to standardize bug reports, feature requests, and user questions. Each template includes YAML front matter for metadata and structured Markdown sections with guidance and checklists to facilitate organized issue submission.

Changes

Cohort / File(s) Change Summary
GitHub Issue Templates
.github/ISSUE_TEMPLATE/bug_report.md, .github/ISSUE_TEMPLATE/feature_request.md, .github/ISSUE_TEMPLATE/question.md
Adds three new issue templates with YAML front matter (name, about, title, labels, assignees) and structured Markdown sections to guide users in submitting reproducible bugs, feature requests, and questions respectively.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

  • These are template configuration files with no code logic—review consists of verifying YAML syntax, section clarity, and consistency across the three templates.

Poem

🐰 Three templates now guide the way,
With checklists bright and sections neat,
Bugs and features hop to say,
Their structured tales, oh so sweet!
Questions answered, templates complete! ✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Update issue templates' directly describes the main change: introducing three new standardized GitHub issue templates (bug report, feature request, and question) to improve issue management.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a 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

🧹 Nitpick comments (2)
.github/ISSUE_TEMPLATE/bug_report.md (1)

14-21: Refine phrasing for formal tone.

Line 16 uses "fix the issue" which could be more formal in a template context. Consider using "resolve" or "address" instead for consistency with professional issue-tracking conventions.

-Provide a clear, step-by-step procedure to reproduce the bug. This is crucial for us to understand and fix the issue.
+Provide a clear, step-by-step procedure to reproduce the bug. This is crucial for us to understand and resolve the issue.
.github/ISSUE_TEMPLATE/question.md (1)

13-26: Refine phrasing for clarity and conciseness.

The context and details sections use repetitive phrasing and redundant wording:

  • Lines 16–17 repeat "trying to" three times in quick succession
  • Line 22 uses "specific details" which is redundant (details are inherently specific)

These minor improvements would enhance readability without changing substance.

-*   **What are you trying to do?** (e.g., "I'm trying to integrate X with Y," "I'm trying to achieve Z functionality.")
-*   **Why is this question important to you?** (e.g., "This is blocking my progress on feature A," "I'm trying to decide between two approaches.")
+*   **What are you trying to accomplish?** (e.g., "I'm integrating X with Y," "I'm implementing Z functionality.")
+*   **Why is this question important to you?** (e.g., "This is blocking my progress on feature A," "I'm evaluating two approaches.")
-If applicable, provide specific details, code snippets, or examples that illustrate your question. This is especially helpful for questions related to:
+If applicable, provide details, code snippets, or examples that illustrate your question. This is especially helpful for questions related to:
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7d78f29 and a694608.

📒 Files selected for processing (3)
  • .github/ISSUE_TEMPLATE/bug_report.md (1 hunks)
  • .github/ISSUE_TEMPLATE/feature_request.md (1 hunks)
  • .github/ISSUE_TEMPLATE/question.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
.github/ISSUE_TEMPLATE/question.md

[style] ~16-~16: You have already used ‘trying to’ in nearby sentences. Consider using one of the replacements to let your writing stand out.
Context: ...I'm trying to integrate X with Y," "I'm trying to achieve Z functionality.") * **Why is...

(REP_TRY)


[style] ~17-~17: You have already used ‘trying to’ in nearby sentences. Consider using one of the replacements to let your writing stand out.
Context: ...locking my progress on feature A," "I'm trying to decide between two approaches.") * **...

(REP_TRY)


[style] ~22-~22: This phrase is redundant. Consider writing “details”.
Context: ...ails & Examples If applicable, provide specific details, code snippets, or examples that illust...

(SPECIFIC_DETAILS)

.github/ISSUE_TEMPLATE/bug_report.md

[style] ~16-~16: Consider using a different verb for a more formal wording.
Context: ...his is crucial for us to understand and fix the issue. 1. Go to '...' 2. Click o...

(FIX_RESOLVE)

🔇 Additional comments (2)
.github/ISSUE_TEMPLATE/feature_request.md (1)

1-50: Well-structured feature request template.

This template follows best practices for feature requests. It guides users through problem statement, proposed solution, benefits, and alternatives consideration. The checklist ensures key information is included.

.github/ISSUE_TEMPLATE/question.md (1)

37-41: Documentation URL verified as accessible.

The external documentation link at line 39 (https://docs.temoaproject.org/en/latest/) returns HTTP 200, confirming it is valid and actively maintained. No issues found.

@ParticularlyPythonicBS ParticularlyPythonicBS changed the base branch from main to unstable December 1, 2025 19:33
@jdecarolis
Copy link
Collaborator

I reviewed these templates and they look good to me.

@ParticularlyPythonicBS ParticularlyPythonicBS merged commit 5ddcf8b into unstable Dec 18, 2025
9 checks passed
@ParticularlyPythonicBS ParticularlyPythonicBS deleted the maintainance/issue_templates branch December 18, 2025 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants