You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by yu...@apache.org on 2022/12/19 15:43:48 UTC

[yunikorn-site] branch master updated: [YUNIKORN-1482] Add a PR template to keep format same (#237)

This is an automated email from the ASF dual-hosted git repository.

yuteng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e0b65c78 [YUNIKORN-1482] Add a PR template to keep format same (#237)
3e0b65c78 is described below

commit 3e0b65c78a497cad45c74aa5c161d84e74ce9ed4
Author: KatLantyss <56...@users.noreply.github.com>
AuthorDate: Mon Dec 19 15:43:43 2022 +0000

    [YUNIKORN-1482] Add a PR template to keep format same (#237)
    
    * update
    
    * [YUNIKORN-1482] Add PULL_REQUEST_TEMPLATE file into .github
    
    * fix nit
---
 .github/PULL_REQUEST_TEMPLATE | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
new file mode 100644
index 000000000..0d56d005d
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -0,0 +1,28 @@
+### What is this PR for?
+A few sentences describing the overall goals of the pull request's commits.
+First time? Check out the contributing guide - http://yunikorn.apache.org/community/how_to_contribute   
+
+
+### What type of PR is it?
+* [ ] - Bug Fix
+* [ ] - Improvement
+* [ ] - Feature
+* [ ] - Documentation
+* [ ] - Hot Fix
+* [ ] - Refactoring
+
+### Todos
+* [ ] - Task
+
+### What is the Jira issue?
+* Open an issue on Jira https://issues.apache.org/jira/browse/YUNIKORN/
+* Put link here, and add [YUNIKORN-*Jira number*] in PR title, eg. `[YUNIKORN-2] Gang scheduling interface parameters`
+
+### How should this be tested?
+
+### Screenshots (if appropriate)
+
+### Questions:
+* [ ] - The licenses files need update.
+* [ ] - There is breaking changes for older versions.
+* [ ] - It needs documentation.