From 995df80fa392375e0ae75c85f4835f3b185d7813 Mon Sep 17 00:00:00 2001 From: "Bin.Li" Date: Wed, 29 Jul 2020 18:18:03 +0000 Subject: [PATCH 1/2] Revised README.md --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- .github/pull_request_template.md | 2 +- README.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 634b7cb..74947e2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,16 +12,16 @@ Provide a clear and concise description of what the bug is. Also give a description of what behavior you expected to happen. -### To Reproduce the behavior: +## To Reproduce the behavior: What compilers/machines are you seeing this with? Give explicit steps to reproduce the behavior. -### Aditional context +## Aditional context Add any other context about the problem here. - Related issues: - Related PRs: -### Output +## Output If applicable, include relevant output logs. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f0b0de9..13822cf 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -11,11 +11,11 @@ assignees: '' Provide a clear and concise description of what the problem is. -### Solution +## Solution Add a clear and concise description of what you want to happen. -### Related issues and PRs +## Related issues and PRs - related issues in this repository: - related issues in other repositories: - related PRs in this repository: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b72e6f9..8c67d18 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,7 +5,7 @@ What bug does it fix, or what feature does it add? -### Issue(s) addressed +## Issue(s) addressed Link the issues to be closed with this PR, whether in this repository, or in another repository. (Remember, issues should always be created before starting work on a PR branch!) diff --git a/README.md b/README.md index 9b700f6..52f021c 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ sh checkout.sh coupled # Check out the couple ``` ## Compile code used in ufs-s2s-model and EMC_post and link fixed files and executable programs: ``` -sh build_ncep_post.sh #This command will build ncep_post. -sh build_fv3_coupled.sh #This command will build ufs-s2s-model +sh build_ncep_post.sh +sh build_fv3_coupled.sh To link fixed files and executable programs for the coupled application: sh link_fv3gfs.sh emc hera coupled From c8b3236bb1c0bf6504b087e7d42522504f57c97f Mon Sep 17 00:00:00 2001 From: "Bin.Li" Date: Wed, 29 Jul 2020 18:42:18 +0000 Subject: [PATCH 2/2] update file --- .github/pull_request_template.md | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8c67d18..1f42269 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,37 +1,25 @@ ## Description Provide a detailed description of what this PR does. -What bug does it fix, or what feature does it add? - -## Issue(s) addressed - -Link the issues to be closed with this PR, whether in this repository, or in another repository. -(Remember, issues should always be created before starting work on a PR branch!) +## Changes in this PR +- +- - fixes # - ## Testing Are changes expect to change answers? - - [ ] Yes - - [ ] No - +- Yes +or +- No -## Dependencies +## Associated PRs If testing this branch requires non-default branches in other repositories, list them. +- +- -Do PRs in upstream repositories need to be merged first? -If so, add the PR numbers. - - [ ] NEMS (list pr_number) - - [ ] CMEPS (list pr_number) - - [ ] fv3atm (list pr_number) - - [ ] MOM6 (list pr_number) - - [ ] CICE (list pr_number) - - [ ] WW3 (list pr_number) - - [ ] FMS (list pr_number) - - [ ] stochastic_physics (list pr_number)