Skip to content

Commit e93070b

Browse files
committed
Merge remote-tracking branch 'origin/master' into core/make_variable_constexpr
2 parents d731b3a + 30603e0 commit e93070b

179 files changed

Lines changed: 12793 additions & 23637 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,31 @@ labels: bug
55

66
---
77

8-
**Description**
8+
## **Description**
9+
910
A clear and concise description of the problem.
1011

11-
**Scope**
12+
## **Scope**
13+
1214
Where in Kratos is this bug happening.
1315
E.g.
1416
- Compilation
1517
- KratosCore
1618
- FooApplication
1719
- Documentation
1820

19-
**To Reproduce**
21+
## **To Reproduce**
22+
2023
Steps to reproduce the bug (if apply). Add any custom example files here if relevant.
2124

22-
**Expected behavior**
25+
## **Expected behavior**
26+
2327
A clear and concise description of what should be the expected behaviour.
2428

25-
**Environment**
29+
## **Environment**
30+
2631
Please specify your operating system, kratos branch, python version or any other library versions that you consider relevant.
2732
E.g.:
28-
- OS: Ubuntu 18.04
33+
- OS: Ubuntu 24.04
2934
- Branch: master
30-
- Python 3.7
35+
- Compiler: GCC-13

.github/ISSUE_TEMPLATE/discussion.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ label: discussion
55

66
---
77

8-
**Description**
8+
## **Description**
9+
910
Introduction of the discussion topic.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ about: Doubts and questions
44

55
---
66

7-
**Description**
7+
## **Description**
8+
89
What is happening?
910

10-
**Scope**
11+
## **Scope**
12+
1113
Which areas of Kratos are involved
1214
E.g.
1315
- Compilation

.github/ISSUE_TEMPLATE/request.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ about: Petitions for features, changes, etc...
44

55
---
66

7-
**Description**
7+
## **Description**
8+
89
Description of the request.

.github/ISSUE_TEMPLATE/todo.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ name: ✔️ TODO
33
about: List of things that are pending TO DO
44
---
55

6-
**Description**
6+
## **Description**
7+
78
Description of what is the pourpose of this issue, which will consist in a list of pending tasks
89

9-
**TODO**
10+
## **TODO**
11+
1012
- [ ] Update XX library
1113
- [ ] Refactor YY class
1214
- [ ] Document ZZ implementation

.github/PULL_REQUEST_TEMPLATE/doc.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ about: Adding or modifying **documentation** or **code style**.
44

55
---
66

7-
**Description**
7+
## **Description**
8+
89
A brief description of the changes.
910

10-
**Changelog**
11+
### **Key changes**
12+
13+
Detail of the key changes.
14+
15+
## **Changelog**
1116
Please summarize the change in one line to generate the changelog:
1217
E.g.
1318
- Added doc for X

.github/PULL_REQUEST_TEMPLATE/external_library_update.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ about: Bringing updates in an external library
44

55
---
66

7-
**Description**
7+
## **Description**
8+
89
Main changes in the external library compared from the previous version version
910

10-
**Changelog**
11+
### **Key changes**
12+
13+
Detail of the key changes.
14+
15+
## **Changelog**
16+
1117
Please summarize the changes in one a list to generate the changelog:
1218
E.g.
1319
- Version changed from X to Y (#XXXX)

.github/PULL_REQUEST_TEMPLATE/feature.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,20 @@ about: New applications, new features or wider changes,
44

55
---
66

7-
**Description**
7+
## **Description**
8+
89
A brief description of the PR.
910

10-
**Changelog**
11+
### **Key changes**
12+
13+
Detail of the key changes.
14+
15+
### **Validation**
16+
17+
A way to validate the changes do not break the code.
18+
19+
## **Changelog**
20+
1121
Please summarize the changes in one a list to generate the changelog:
1222
E.g.
1323
- Added feature X to Y (#XXXX)

.github/PULL_REQUEST_TEMPLATE/hotfix.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,21 @@ about: Quick bugfix with very localized and low impact changes.
44

55
---
66

7-
**Description**
7+
## **Description**
8+
89
A brief description of the bugfix or the improvements.
910
If it has an associated issue please add "Fixes #XXXX".
1011

11-
**Changelog**
12+
### **Key changes**
13+
14+
Detail of the key changes.
15+
16+
### **Validation**
17+
18+
A way to validate the changes do not break the code.
19+
20+
## **Changelog**
21+
1222
Please summarize the change in one line to generate the changelog:
1323
E.g.
1424
- Fixed Y (#XXXX)
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: 🚀 Performance
3+
about: Improvement of performance in certain part of the code
4+
5+
---
6+
7+
## **Description**
8+
9+
A brief description of the MR.
10+
11+
### **Key changes**
12+
13+
Detail of the key changes.
14+
15+
### **Validation**
16+
17+
A way to validate the changes do not break the code.
18+
19+
### **Benchmark**
20+
21+
Adding benchmark here.
22+
23+
### **Risk / Notes**
24+
25+
Details of something to take into account due to the changes.
26+
27+
## **Changelog**
28+
29+
Please summarize the changes in one a list to generate the changelog:
30+
E.g.
31+
- Added feature X to Y (#XXXX)
32+
- Added Foo Application

0 commit comments

Comments
 (0)