Skip to content

Commit d709424

Browse files
authoredMar 21, 2025
Merge pull request #80 from matomo-org/add-pr-template
Adds pull request template to stop bouncing review questions
2 parents 249a78a + aac63a9 commit d709424

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
 

Diff for: ‎pull_request_template.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Description
2+
<!-- Provide a brief but clear description of the changes introduced by this PR.
3+
Explain WHY the change was necessary and HOW it fixes the issue.
4+
If applicable, mention any dependencies or related changes. -->
5+
6+
## Issue No
7+
<!-- Mention the issue number this PR addresses. Use GitHub keywords like:
8+
- Fixes #123 (closes the issue when merged)
9+
- Resolves #123
10+
- Related to #123 (if it doesn’t close the issue)
11+
- JIRA ticket number, if no GitHub issue available
12+
-->
13+
14+
## Steps to Replicate the Issue
15+
1. <!-- Step 1: Describe the action taken. -->
16+
2. <!-- Step 2: What was the expected result? -->
17+
3. <!-- Step 3: What was the actual result? -->
18+
19+
20+
21+
## Checklist
22+
- [✔/✖] Tested locally or on demo2/demo3?
23+
- [✔/✖/NA] New test case added/updated?
24+
- [✔/✖/NA] Are all newly added texts included via translation?
25+
- [✔/✖/NA] Are text sanitized properly? (Eg use of v-text v/s v-html for vue)
26+
- [✔/✖/NA] Version bumped?

0 commit comments

Comments
 (0)