Skip to content

Commit 2e44eac

Browse files
chore: add usage instructions to PR template's "How to test" section
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 <dev.gcarvalho@gmail.com>
1 parent 90f9bfc commit 2e44eac

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ Resolves: # <!-- related github issue -->
55
A concise description of what this PR does and why.
66

77
## 🧪 How to test
8+
<!--
9+
IMPORTANT: The "How to see this running using GitHub Codespaces" details block SHOULD NOT be included in the final template.
10+
Testing instructions should be written specifically for each PR,
11+
describing the steps needed to validate the proposed changes.
12+
13+
Example:
14+
1. Access the signatures page
15+
2. Upload a test PDF
16+
3. Click "Sign" and verify the modal opens correctly
17+
4. Confirm the signature was applied
18+
19+
Feel free to paste terminal commands or URLs that help reviewers follow along.
20+
-->
821

922
<details>
1023
<summary>How to see this running using GitHub Codespaces</summary>

0 commit comments

Comments
 (0)