This is an automated email from the ASF dual-hosted git repository.
avijayan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ambari-metrics.git
The following commit(s) were added to refs/heads/master by this push:
new 5cbf6d2 Create pull request template.
5cbf6d2 is described below
commit 5cbf6d26614d78c26473eb00f1c5f3a33ed51a14
Author: avijayanhwx <[email protected]>
AuthorDate: Tue Sep 25 13:22:28 2018 -0700
Create pull request template.
---
.github/pull_request_template.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..fa46064
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,10 @@
+## 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. Ex: unit tests, manual tests)
+(If this patch involves UI changes, please attach a screen-shot; otherwise,
remove this)
+
+Please review [Ambari Contributing
Guide](https://cwiki.apache.org/confluence/display/AMBARI/How+to+Contribute)
before opening a pull request.