fixed the PR template#477
Conversation
✅ Deploy Preview for krkn-chaos ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Review Summary by QodoImprove PR template with issue references and comments
WalkthroughsDescription• Improved PR template with issue reference field • Converted instructions to comments to reduce clutter • Simplified template structure for better contributor experience Diagramflowchart LR
A["Old PR Template"] -->|Add issue reference| B["New PR Template"]
A -->|Convert to comments| B
B -->|Cleaner interface| C["Better UX"]
File Changes1. .github/PULL_REQUEST_TEMPLATE.md
|
Code Review by Qodo
Context used✅ Tickets:
🎫 The PR template can be made better 1. **Changes:** still present
|
| **Changes:** | ||
|
|
||
| Describe the documentation updates made for the feature. | ||
| **Changes:** |
There was a problem hiding this comment.
1. changes: still present 📎 Requirement gap ⚙ Maintainability
The PR template still includes the word Changes as a standalone section header, which violates the requirement to remove that wording from the template area. This can reintroduce the exact phrasing the ticket requested to eliminate.
Agent Prompt
## Issue description
The PR template still contains the word `Changes` as a section header (`**Changes:**`), but the compliance requirement is to remove the word `changes` from the top/template area referenced by the ticket.
## Issue Context
This PR is intended to adjust PR template wording; keeping `**Changes:**` fails the checklist requirement.
## Fix Focus Areas
- .github/PULL_REQUEST_TEMPLATE.md[10-11]
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
| <!-- | ||
| Please include the branch name where you have made changes or added new | ||
| features/scenario that we need on the website (e.g., `krkn/new_scenario`) | ||
| in the title of this PR. |
There was a problem hiding this comment.
since we're making changes here, would be good if we could reword. I got confused by your issue because it references "the website" even though you're in this repo already
44106ab to
fc54857
Compare
|
Done. Please take a look. |
Signed-off-by: antedotee <soniyadav2051982@gmail.com>
fc54857 to
71a3738
Compare
Fixed the PR template to prevent maintainers manually closing the issue and contributors from manually deleting the line. Now, they can write directly what changes they have made and raise PR. I think, it reduces a bit of friction while raising PR.
Fixes #455