Skip to content

Commit b1093d9

Browse files
authored
Add PR template (#436)
1 parent 5d9cac1 commit b1093d9

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!--
2+
Pull request title requirement:
3+
4+
"<LastName> <FirstName>. Technology <TECHNOLOGY_NAME:SEQ|OMP|TBB|STL|MPI>. <Full Task Name>. Variant <Number>"
5+
-->
6+
7+
## Description
8+
<!--
9+
Please provide a detailed description of your implementation, including:
10+
- key solution details (chosen algorithm description)
11+
- parallelism technology application (if applicable)
12+
-->
13+
14+
- **Task**: _Enter the full task name here_
15+
- **Variant**: _Enter the variant number here_
16+
- **Technology**: _Enter technology (e.g., SEQ, OMP, TBB, STL, MPI)_
17+
- **Description** of your implementation and report.
18+
_Provide a concise summary of your implementation and report here._
19+
20+
---
21+
22+
## Checklist
23+
<!--
24+
Please ensure the following items are completed **before** submitting your pull request and requesting a review:
25+
-->
26+
27+
- [ ] **CI Status**: All CI jobs (build, tests, report generation) are passing on my branch in my fork
28+
- [ ] **Task Directory & Naming**: I have created a directory named `<lastName>_<firstInitial>_<short_task_name>`
29+
- [ ] **Full Task Definition**: I have provided the complete task description in the pull request body.
30+
- [ ] **clang-format**: My changes pass `clang-format` locally in my fork (no formatting errors)
31+
- [ ] **clang-tidy**: My changes pass `clang-tidy` locally in my fork (no warnings/errors)
32+
- [ ] **Functional Tests**: All functional tests are passing locally on my machine
33+
- [ ] **Performance Tests**: All performance tests are passing locally on my machine
34+
- [ ] **Branch**: I am working on a branch named exactly as my task directory (e.g., `nesterov_a_vector_sum`), not on `master`.
35+
- [ ] **Truthful Content**: I confirm that every detail provided in this pull request is accurate and truthful to the best of my knowledge.
36+
37+
<!--
38+
NOTE: Untruthful entries in this checklist may result in PR rejection and zero points for the associated task.
39+
-->

0 commit comments

Comments
 (0)