fix: hide pr template placeholder guidance#2411
Open
janburzinski wants to merge 1 commit into
Open
Conversation
Contributor
Greptile SummaryThis PR wraps all placeholder guidance text in the PR template with HTML comment tags (
Confidence Score: 5/5Safe to merge — only the PR template is changed, with no impact on application code or CI. The change touches only the GitHub PR template file. Wrapping hint text in HTML comments is correct and produces the intended outcome; there is nothing here that could break builds, tests, or runtime behaviour. No files require special attention.
|
| Filename | Overview |
|---|---|
| .github/PULL_REQUEST_TEMPLATE.md | Placeholder guidance wrapped in HTML comments to hide them from rendered PR view; minor trailing period removed from "Related issues" hint. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Author opens PR from template] --> B{Guidance text}
B -->|Before this PR| C[Visible as plain text in rendered PR body]
B -->|After this PR| D[Hidden in HTML comment — visible only in editor]
D --> E[Author fills in their own content]
C --> F[Guidance clutters rendered PR for reviewers]
Reviews (1): Last reviewed commit: "fix: hide pr template placeholder guidan..." | Re-trigger Greptile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Checklist
messages and, when possible, the PR title