Skip to content

Commit dd9037c

Browse files
Merge pull request #4881 from wazuh/enhancemente/2083-improve-pr-template
Refactor PR template
2 parents d6b6d3f + 561deb8 commit dd9037c

File tree

2 files changed

+18
-30
lines changed

2 files changed

+18
-30
lines changed

.github/pull_request_template.md

Lines changed: 14 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,21 @@
1-
|Related issue|
2-
|-------------|
3-
| |
1+
# Description
42

5-
## Description
6-
7-
<!-- Add a description of the context and content of all changes made in the pull request -->
8-
9-
<!-- Added functionalities or files. Remove if not applicable -->
10-
### Added
11-
12-
- Item 1
13-
- Item n
14-
15-
<!-- Changes made to existing functionality or files. Remove if not applicable -->
16-
### Updated
17-
18-
- Item 1
19-
- Item n
20-
21-
<!-- Functionalities or files that have been deleted. Remove if not applicable -->
22-
### Deleted
23-
24-
- Item 1
25-
- Item n
3+
<!-- Add a brief description of the context and the approach applied in the pull request -->
264

275
---
286

297
## Testing performed
308

319
<!-- At most there can only be this table. It must be updated if a new test has been performed. It is important to update the commit that has been tested! -->
32-
<!-- The developer only has to update his row. The same for the reviewer -->
33-
<!-- Reviewer has only to test in Jenkins -->
34-
| Tester | Test path | Jenkins | Local | OS | Commit | Notes |
35-
|--------------------|-----------|---------|--------|-----|--------|----------------------|
36-
| @user (Developer) | | ⚫⚫⚫ | ⚫⚫⚫ | | | Nothing to highlight |
37-
| @user (Reviewer) | | ⚫⚫⚫ | :no_entry_sign: :no_entry_sign: :no_entry_sign: | | | Nothing to highlight |
10+
<!-- Notes:
11+
- If you use a package, add its version, otherwise remove the section.
12+
- If you add documentation or something that does not require running a test, remove the section.
13+
-->
14+
15+
|OS|Package used|
16+
|--|--|
17+
|||
18+
19+
| Validation | Jenkins | Local | OS | Commit | Notes |
20+
|--------------------|-----------|---------|--------|-----|--------|
21+
| | ⚫⚫ | ⚫⚫ | | | Nothing to highlight |

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ All notable changes to this project will be documented in this file.
1212

1313
- Add integration tests for Update field to CPE_Helper. ([#4574](https://github.com/wazuh/wazuh-qa/pull/4574)) \- (Core)
1414

15+
### Changed
16+
17+
- Enhance the PR template. ([#4881](https://github.com/wazuh/wazuh-qa/pull/4881)) \- (Framework)
18+
1519
## [4.8.2] - TBD
1620

1721
## [4.8.1] - TBD

0 commit comments

Comments
 (0)