git: af23369a6dea - main - github: Create pull request template
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Feb 2023 18:25:25 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=af23369a6deaaeb612ab266eb88b8bb8d560c322
commit af23369a6deaaeb612ab266eb88b8bb8d560c322
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-02-28 18:23:53 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-28 18:23:53 +0000
github: Create pull request template
Just to see how this looks. Will likely need to iterate.
---
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
new file mode 100755
index 000000000000..5c56b8fd3e0c
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
@@ -0,0 +1,16 @@
+Please include this information, either here or in your commit messges for the
+pull request, as appropriate (or delete the line if there's nothing relevant.
+
+PR: <If and which Problem Report is related.>
+Reported by: <If someone else reported the issue.>
+Reviewed by: <If someone else reviewed your modification.>
+Tested by: <If someone else tested the change.>
+Approved by: <If you needed approval for this commit.>
+Obtained from: <If the change is from a third party.>
+Fixes: <Short hash and title line of commit fixed by this change>
+MFC after: <N [day[s]|week[s]|month[s]]. Request a reminder email>
+Relnotes: <Set to 'yes' for mention in release notes.>
+Security: <Vulnerability reference (one per line) or description.>
+Sponsored by: <If the change was sponsored by an organization.>
+Pull Request: <https://github.com/freebsd/<repo>/pull/###>
+Differential Revision: <https://reviews.freebsd.org/D###>