summaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
blob: 90958226d8fc99bedc0daa1bd64ca1cce43fbb8e (plain)
1
2
3
4
5
6
7
8
9
10
11
[ type description here; PLEASE REMOVE THIS LINE AND THE LINES BELOW BEFORE SUBMITTING THIS PULL REQUEST ]
<!--
* If fixing a bug, please document how to reproduce it.
* Finding the commit which introduced the problem helps (bisecting). Add Fixme: tag.
* If adding a feature, please describe why it's useful to add it.
* Commits should be signed: Signed-off-by: Your Name <me@example.org>, see
https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin
* Although code style is for most tools is ancient, new code should follow Linux kernel coding style, see
https://www.kernel.org/doc/html/latest/process/coding-style.html.
* To update the code in the pull request, use git push -f.  Do not open a new pull request.
-->