Skip to content

Commit ba3eed5

Browse files
authored
Merge pull request #65 from avinal/avinal/templates
misc: add pull request template Reviewed-by: [email protected]
2 parents ee3282d + 600d240 commit ba3eed5

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/pull_request_template.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2024 Avinal Kumar <[email protected]>
3+
SPDX-License-Identifier: GPL-2.0-only
4+
5+
Thank you for the pull request. Please fill this template as much as
6+
possible and delete unused parts.
7+
-->
8+
9+
## Changes
10+
11+
<!-- Describe your changes here. Ideally GitHub can get the description
12+
from your descriptive commit message(s). Link issues/PR that are relevant
13+
for your changes.-->
14+
15+
- <!-- describe your changes here -->
16+
- Fixes #issue_no
17+
18+
19+
## Submitter Checklist
20+
21+
- [ ] Includes tests (if there is a feature changed/added)
22+
- [ ] Includes docs ( if changes are user facing)
23+
- [ ] I have tested my changes locally.
24+
25+
## References
26+
27+
<!-- Add any supporting links/screenshot/logs etc here. If not needed please
28+
delete this block.-->
29+

0 commit comments

Comments
 (0)