This is an automated email from the ASF dual-hosted git repository.
krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new bc01baf KNOX-1760 - Created Pull Request template (#51)
bc01baf is described below
commit bc01baf8a25230424060f247329cc7fbbaf3925f
Author: Sandor Molnar <[email protected]>
AuthorDate: Thu Feb 14 15:57:00 2019 +0100
KNOX-1760 - Created Pull Request template (#51)
* KNOX-1760 - Created Pull Request template
---
.github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++
pom.xml | 1 +
2 files changed, 13 insertions(+)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..2cc15f6
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,12 @@
+(It is very **important** that you created an Apache Knox JIRA for this change
and that the PR title/commit message includes the Apache Knox JIRA ID!)
+
+## What changes were proposed in this pull request?
+
+(Please fill in changes proposed in this fix)
+
+## How was this patch tested?
+
+(Please explain how this patch was tested. For instance: running automated
unit/integration tests, manual tests. Please write down your test steps as
detailed as possible)
+(If this patch involves UI changes, please attach a screen-shot; otherwise,
remove this)
+
+Please review [Knox Contributing
Process](https://cwiki.apache.org/confluence/display/KNOX/Contribution+Process#ContributionProcess-GithubWorkflow)
before opening a pull request.
diff --git a/pom.xml b/pom.xml
index f481c0a..57ad595 100644
--- a/pom.xml
+++ b/pom.xml
@@ -390,6 +390,7 @@
<exclude>**/admin-ui/**/*.css</exclude>
<exclude>**/admin-ui/**/*.html</exclude>
<exclude>atlassian-ide-plugin.xml</exclude>
+ <exclude>**/PULL_REQUEST_TEMPLATE*</exclude>
</excludes>
</configuration>
</plugin>