From 579cec8cf5bcfe1a1a0feacf055ed6569f674e6a Mon Sep 17 00:00:00 2001 From: Vivek Ratnavel Subramanian Date: Mon, 8 Jan 2018 20:58:46 -0800 Subject: [PATCH 1/2] AMBARI-22749. Create Pull Request Template --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..bfed421e367 --- /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 https://cwiki.apache.org/confluence/display/AMBARI/How+to+Contribute before opening a pull request. \ No newline at end of file From 1bb2355a7b42992fb16ac156a366368b133372d8 Mon Sep 17 00:00:00 2001 From: Vivek Ratnavel Subramanian Date: Mon, 8 Jan 2018 21:04:17 -0800 Subject: [PATCH 2/2] Added inline style link --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bfed421e367..53433fcd2f0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,4 +7,4 @@ (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 https://cwiki.apache.org/confluence/display/AMBARI/How+to+Contribute before opening a pull request. \ No newline at end of file +Please review [Ambari Contributing Guide](https://cwiki.apache.org/confluence/display/AMBARI/How+to+Contribute) before opening a pull request. \ No newline at end of file