This is an automated email from the ASF dual-hosted git repository.
blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 4eb1468 Pull request template (#124)
4eb1468 is described below
commit 4eb146846b91df6c598fdbfc35005e93b565a3f9
Author: entvex <[email protected]>
AuthorDate: Tue Nov 8 12:50:23 2022 +0100
Pull request template (#124)
Added
servicing_pull_request_template.md template for pull requests
Co-authored-by: David Jensen <[email protected]>
---
.../servicing_pull_request_template.md | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.github/PULL_REQUEST_TEMPLATE/servicing_pull_request_template.md
b/.github/PULL_REQUEST_TEMPLATE/servicing_pull_request_template.md
new file mode 100644
index 0000000..bd38c25
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE/servicing_pull_request_template.md
@@ -0,0 +1,13 @@
+Fixes #{issue number} (in this specific format)
+
+# Description
+
+<!-- Give a brief summary of the issue and how the pull request is fixing it.
-->
+
+# Regression
+
+<!-- Is this fixing a problem that was introduced in the most recent release,
ie., fixing a regression? -->
+
+# Testing
+
+<!-- What kind of testing has been done with the fix. -->
\ No newline at end of file