diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-18 03:53:04 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-18 03:53:04 +0100 |
| commit | 9433c70b56526a285662f5211b84d628af72297a (patch) | |
| tree | ee9d9bc8fb6f55353d6d87d09d6c955524d07256 /.github | |
| parent | 5043612842b5138147567b9bcaa445f9ca17ae99 (diff) | |
[CHORE] Add PR template and update modules.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 17 |
1 files changed, 17 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..6f9cd85 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,17 @@ +# <Title of PR> + +<Describe brifely your PR here.> + +## Rationale: + +<Describe the rationale here> + +## Process: + +<Describe your process here> + +## Results: + +<Describe the results here> + + |
