浏览代码

[Git] Creating an Pull Request Template for Hue (#1704)

* [Git] Creating an Pull Request Template for Hue
Asnaik HWX 4 年之前
父节点
当前提交
2666a41f45
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      .github/pull_request_template.md

+ 10 - 0
.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 [Hue Contributing Guide](https://github.com/cloudera/hue/blob/master/CONTRIBUTING.md) before opening a pull request.