From 46a2c824ba0e17d48a4699883239b85b662de070 Mon Sep 17 00:00:00 2001 From: Yadu Nand Babuji Date: Tue, 8 Oct 2019 13:57:55 -0500 Subject: [PATCH 1/2] Update issue/feature templates --- .github/ISSUE_TEMPLATE/bug_report.md | 30 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..727d9ba328 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: yadudoc + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior, for e.g: +1. Setup Parsl 0.8.0 with Python 3.6 on cluster +2. Run a test script +3. Wait 5 mins +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Environment** + - OS: [e.g. iOS] + - Python version + - Parsl version + +**Distributed Environment** +- Where are you running the Parsl script from ? [e.g. Laptop/Workstation, Login node, Compute node] +- Where do you need the workers to run ? [e.g. Same as Parsl script, Compute nodes, Cloud nodes] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..d0bc19bc1d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: yadudoc + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 85aedceb7a7597888ede0582b0a754c7af2b5e2e Mon Sep 17 00:00:00 2001 From: Yadu Nand B Date: Tue, 8 Oct 2019 15:35:28 -0500 Subject: [PATCH 2/2] Minor tweaks --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 727d9ba328..54d517babd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,7 +11,7 @@ assignees: yadudoc A clear and concise description of what the bug is. **To Reproduce** -Steps to reproduce the behavior, for e.g: +Steps to reproduce the behavior, for e.g: 1. Setup Parsl 0.8.0 with Python 3.6 on cluster 2. Run a test script 3. Wait 5 mins @@ -21,7 +21,7 @@ Steps to reproduce the behavior, for e.g: A clear and concise description of what you expected to happen. **Environment** - - OS: [e.g. iOS] + - OS: [e.g. ubuntu, centos, MacOS, windows] - Python version - Parsl version diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d0bc19bc1d..e113f479cd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -8,7 +8,7 @@ assignees: yadudoc --- **Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +A clear and concise description of what the problem is. E.g. I'm always frustrated when [...] **Describe the solution you'd like** A clear and concise description of what you want to happen. @@ -17,4 +17,4 @@ A clear and concise description of what you want to happen. A clear and concise description of any alternative solutions or features you've considered. **Additional context** -Add any other context or screenshots about the feature request here. +Add any other context about the feature request here.