Skip to content

✨ Add user-story-template to issue templates#187

Merged
IamPekka058 merged 2 commits into
mainfrom
feature/user-story-template
Jul 9, 2026
Merged

✨ Add user-story-template to issue templates#187
IamPekka058 merged 2 commits into
mainfrom
feature/user-story-template

Conversation

@IamPekka058

Copy link
Copy Markdown
Member

This pull request introduces a new issue template for user stories to standardize and improve the process of submitting feature requests. The template guides users to provide clear user stories, acceptance criteria, and relevant context, while ensuring issues are not duplicates and that contributors agree to the project's Code of Conduct.

New Issue Template for User Stories:

  • Added .github/ISSUE_TEMPLATE/user-story.yaml to provide a structured form for submitting user stories, including sections for the user story description, acceptance criteria, definition of done, additional context, and required confirmations for duplicate checking and Code of Conduct agreement.

@IamPekka058 IamPekka058 added the ✨ Enhancement New feature or request label Jul 9, 2026
@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@IamPekka058, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 42 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d5ba55e0-33b8-411d-bfd5-c0fc9a980062

📥 Commits

Reviewing files that changed from the base of the PR and between dccb050 and fc1f0c6.

📒 Files selected for processing (1)
  • .github/ISSUE_TEMPLATE/user-story.yaml

Walkthrough

A new GitHub Issue Forms template file is added at .github/ISSUE_TEMPLATE/user-story.yaml to collect "User Story" issues, defining required and optional fields plus confirmation checkboxes.

Changes

Issue Template Addition

Layer / File(s) Summary
Add User Story issue form
.github/ISSUE_TEMPLATE/user-story.yaml
New issue form with required fields for user story and acceptance criteria, optional fields for definition of done and additional context, and required checkboxes for duplicate check and Code of Conduct agreement.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Poem

A form appears, so neat and new,
For stories waiting to break through,
Checkboxes checked, no duplicates in sight,
Hop hop hop, this template's right! 🐰📖
Code of Conduct signed with glee!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly matches the main change: adding a user story issue template to the issue templates folder.
Description check ✅ Passed The description accurately describes the new user story issue template and its fields, matching the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/user-story-template

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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/ISSUE_TEMPLATE/user-story.yaml:
- Line 53: The placeholder value in the user-story YAML is being parsed as
invalid YAML because it contains an unquoted colon with a space. Update the
placeholder entry under the affected form field in the user-story template so
the entire value is quoted, using the existing placeholder key and surrounding
context to locate it. This will keep the literal example text intact and prevent
GitHub from treating it as a mapping.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 6cd33626-e6e9-4a68-93ca-5d6406e47c50

📥 Commits

Reviewing files that changed from the base of the PR and between b19b5cf and dccb050.

📒 Files selected for processing (1)
  • .github/ISSUE_TEMPLATE/user-story.yaml

Comment thread .github/ISSUE_TEMPLATE/user-story.yaml Outdated

@IamPekka058 IamPekka058 left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Friedinger @Ruby11235 what are your thoughts about this

@IamPekka058 IamPekka058 merged commit 7a68706 into main Jul 9, 2026
1 check passed
@IamPekka058 IamPekka058 deleted the feature/user-story-template branch July 9, 2026 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants