Skip to content

Commit cc8c4a5

Browse files
bachradsusistephensmalley
authored andcommitted
Add simple github PR template
Users tend to open pull request without notice that patches should be sent to [email protected] This template should give them a basic hint how to send patches for review directly when they open a new PR. Signed-off-by: Petr Lautrbach <[email protected]> Acked-by: Stephen Smalley <[email protected]>
1 parent f89ea8b commit cc8c4a5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/pull_request_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Please read [CONTRIBUTING.md](https://github.com/SELinuxProject/selinux/blob/main/CONTRIBUTING.md)
2+
3+
## Contributing Code
4+
5+
Post the patch for the review to the
6+
[SELinux mailing list](https://lore.kernel.org/selinux) at
7+
8+
9+
When preparing patches, please follow these guidelines:
10+
11+
- Patches should apply with git am
12+
- Must apply against HEAD of the main branch
13+
- Separate large patches into logical patches
14+
- Patch descriptions must end with your "Signed-off-by" line. This means your
15+
code meets the Developer's certificate of origin, see below.

0 commit comments

Comments
 (0)