diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-18 03:51:53 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-18 03:52:03 +0100 |
| commit | bcd34bde9adc1cc5095cef99bb41e8f3a6704700 (patch) | |
| tree | 6376731d2e103ffabcf9c7229f3ec6ad0b8605b4 | |
| parent | fc6606edf84e483b780f5c0b990d355aab4dae8a (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 00000000..6966d96f --- /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 |
