[stable32] chore: refactor pull request template for better structure and guidance#7082
Merged
vitormattos merged 5 commits intostable32from Mar 5, 2026
Merged
[stable32] chore: refactor pull request template for better structure and guidance#7082vitormattos merged 5 commits intostable32from
vitormattos merged 5 commits intostable32from
Conversation
- Clearly separate UI (frontend) and API (backend) sections - Add before/after screenshot table for UI changes - Include checklists for tasks, testing, documentation, accessibility, etc. - Preserve Codespaces testing instructions in a collapsible block - Add visual hints (ASCII art comments) to guide removal of irrelevant sections - Update API documentation instruction to use `composer openapi` - Add optional items: browser testing, accessibility, design review, capabilities - Include AI disclosure checkbox for transparency This addresses the requirements of issue #5534 and incorporates feedback from the previous attempt (#6200). Fixes #5534 Signed-off-by: Guilherme Carvalho <[email protected]>
- Add before/after screenshot table with emoji headers for UI changes - Add frontend testing requirements (vitest, Playwright) - Add customizable "🚧 Tasks" block for pre-merge tasks in UI and API sections - Remove HackerOne security notice (not used) - Simplify table syntax and remove Nextcloud-specific mentions - Consolidate documentation references to a single docs repository link - Preserve Codespaces testing instructions in a collapsible block This incorporates all suggestions from the review process. Fixes #5534 Signed-off-by: Guilherme Carvalho <[email protected]>
Improve visual guidance and consistency by adding emojis to main titles Fixes #5534 Signed-off-by: Guilherme Carvalho <[email protected]>
Clarify that the Codespaces block is a fixed template feature, and that contributors must write specific testing steps for each PR. Fixes #5534 Signed-off-by: Guilherme Carvalho <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
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.
Backport of PR #7072