File: pull_request_template.md

package info (click to toggle)
iputils 3%3A20250605-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,848 kB
  • sloc: ansic: 6,033; xml: 1,797; sh: 543; makefile: 28
file content (11 lines) | stat: -rw-r--r-- 811 bytes parent folder | download
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> (your real name, please), 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.
-->