-
Notifications
You must be signed in to change notification settings - Fork 72
Fix: Add Missing IDs and Restructure Issue Templates #98
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
base: dev
Are you sure you want to change the base?
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughAdds new GitHub repository templates: multiple issue forms under .github/ISSUE_TEMPLATE for bugs, documentation, features, refactors, re-implementations, security, and configuration changes; plus a pull request template at .github/PULL_REQUEST_TEMPLATE.md. All changes are YAML/Markdown configuration; no code or runtime logic modifications. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 4
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (2)
id_ed25519.pub
is excluded by!**/*.pub
id_ed25519.pub.pub
is excluded by!**/*.pub
📒 Files selected for processing (8)
.github/ISSUE_TEMPLATE/bug_report.yml
(1 hunks).github/ISSUE_TEMPLATE/configuration_change.yml
(1 hunks).github/ISSUE_TEMPLATE/documentation_issue.yml
(1 hunks).github/ISSUE_TEMPLATE/feature_request.yml
(1 hunks).github/ISSUE_TEMPLATE/re-implementation.yml
(1 hunks).github/ISSUE_TEMPLATE/refactor-to-enhance.yml
(1 hunks).github/ISSUE_TEMPLATE/security_improvement.yml
(1 hunks).github/PULL_REQUEST_TEMPLATE.md
(1 hunks)
Hey @aditi25srivastava , please use a more descriptive name for the PR, "Pr 97" makes it hard to understand what the PR is about |
Hey @aditi25srivastava , I meant, please change the name of this PR. Also, as a dev branch has been created please change the base for this PR to dev. Additionally, your PR contains commits from another contributor, please remove them. |
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.
Waiting for commits from another contributor to be removed from PR, please re-request review when done
Heyyy!! @M4dhav I'm sorry for this actually, I am currently preparing for my exams, so I may need a little extra time to address the requested changes and ensure the PR is updated correctly. I’ll make the necessary updates as soon as possible after my exams are completed....... |
Hey @aditi25srivastava , PR still contains commits from another contributor, you might want to create a fresh branch, cherry pick your commits to that branch and open a fresh PR from there |
Hello, @M4dhav
-> Project Title:
Issue Template and Configuration Improvements for Resonate-Backend
->. Mentor:- @M4dhav
-> By:
Aditi Srivastava
-> Overview
This PR adds and corrects the Issue and Pull Request templates for the Resonate Backend repository to achieve feature
parity with the Frontend repo and fix all validation errors flagged by reviewers and GitHub bots.
-> Introduction
-> Solutions
-> Files and Fixes Summary
-> Files Checked and Fixed
-> Documentation
-> What Was Already Fixed
Thankyou !!!!!!
Summary by CodeRabbit
Documentation
Chores