diff options
| author | TiejunZhou <[email protected]> | 2023-06-06 14:03:35 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-06 14:03:35 +0800 |
| commit | 25a8fa2362af966dc33d0adde3a8136bfc898142 (patch) | |
| tree | 1c58a6acf1e6038aa23f5ff283742eb2100f1e47 /.github | |
| parent | 71cc95eaed588f558220404b6c2938510fa3f529 (diff) | |
Add a pull request template (#272)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..c0a08a6f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +## PR checklist +<!--- Put an `x` in all the boxes that apply. --> +- [ ] Updated function header with a short description and version number +- [ ] Added test case for bug fix or new feature +- [ ] Validated on real hardware <!-- hardware - toolchain -->
\ No newline at end of file |
