diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-18 03:50:13 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-18 03:50:13 +0100 |
| commit | 4c98e23db8c34cfd7f81522dfb48ee7e949cc34e (patch) | |
| tree | 2b54d7151751c41e1fc70daefdbb648808902501 | |
| parent | 3606b7c2ad086d415fdc2ecbe3c33c2e37759da2 (diff) | |
[CHORE] Add PR template file.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..6966d96 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,13 @@ +# <Title of PR> + +## Rationale: + +<Describe the rationale here> + +## Process: + +<Describe your process here> + +## Results: + +<Describe the results here>
\ No newline at end of file |
