Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
fcaffieri committed Jul 8, 2024
2 parents 7f17350 + 5a460cb commit 497c30b
Show file tree
Hide file tree
Showing 219 changed files with 20,509 additions and 555 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/dev-testing-request.md

This file was deleted.

18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/enhancement-request.md

This file was deleted.

41 changes: 0 additions & 41 deletions .github/ISSUE_TEMPLATE/release-testing-request.md

This file was deleted.

60 changes: 60 additions & 0 deletions .github/ISSUE_TEMPLATE/testing-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
name: Testing request
about: Request the QA team to perform testing related to development, code closure or any incorrect behavior, either manually or automatically.
labels: status/not-tracked, team/qa
assignees: ''

---

| Target version | Related issue | Related PR/dev branch |
|---|---|---|
| | | |

<!--
Important: No section may be left blank. If not, delete it directly (in principle only "Configurations", "Current behavior" and "Considerations" could be left blank in case of not proceeding).
-->

## Description
<!--
Description that contextualizes and shows the quality evaluator the cases that must be tested or investigated.
-->

## Proposed checks
<!--
Indicate through a list of checkboxes the suggested checks to be carried out by the QA tester
-->

- [ ] Check 1
- [ ] Check 2
.
.
.

## Configuration and considerations
<!--
Indicate considerations to take into account when performing the testing that may not be very intuitive.
If any configuration has to be applied, it should be indicated as far as possible.
-->

## Steps to reproduce
<!--
(DELETE SECTION IF NOT APPLICABLE) If the changes correspond to the fix of a bug or behavior, indicate the steps necessary to reproduce it before the fix.
-->

- Step 1
- Step 2
.
.
.

## Current behavior
<!--
(DELETE SECTION IF NOT APPLICABLE) Indicate current results such as behaviors, logs, screenshots, etc. -->


## Expected results
<!--
Indicate expected results such as behaviors, logs, screenshots, etc.
-->

30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/tests-development-request.md

This file was deleted.

44 changes: 14 additions & 30 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,21 @@
|Related issue|
|-------------|
| |
# Description

## Description

<!-- Add a description of the context and content of all changes made in the pull request -->

<!-- Added functionalities or files. Remove if not applicable -->
### Added

- Item 1
- Item n

<!-- Changes made to existing functionality or files. Remove if not applicable -->
### Updated

- Item 1
- Item n

<!-- Functionalities or files that have been deleted. Remove if not applicable -->
### Deleted

- Item 1
- Item n
<!-- Add a brief description of the context and the approach applied in the pull request -->

---

## Testing performed

<!-- 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! -->
<!-- The developer only has to update his row. The same for the reviewer -->
<!-- Reviewer has only to test in Jenkins -->
| Tester | Test path | Jenkins | Local | OS | Commit | Notes |
|--------------------|-----------|---------|--------|-----|--------|----------------------|
| @user (Developer) | | ⚫⚫⚫ | ⚫⚫⚫ | | | Nothing to highlight |
| @user (Reviewer) | | ⚫⚫⚫ | :no_entry_sign: :no_entry_sign: :no_entry_sign: | | | Nothing to highlight |
<!-- Notes:
- If you use a package, add its version, otherwise remove the section.
- If you add documentation or something that does not require running a test, remove the section.
-->

|OS|Package used|
|--|--|
|||

| Validation | Jenkins | Local | OS | Commit | Notes |
|--------------------|-----------|---------|--------|-----|--------|
| | ⚫⚫ | ⚫⚫ | | | Nothing to highlight |
26 changes: 0 additions & 26 deletions .github/workflows/changelog.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/conventional_commits.yaml

This file was deleted.

Loading

0 comments on commit 497c30b

Please sign in to comment.