Skip to content

Commit a798933

Browse files
committed
Add PR template
1 parent 418699c commit a798933

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)