From d8ca3a5838217dc7a689610aeac4fda85a9a3bcd Mon Sep 17 00:00:00 2001 From: Yadu Nand Babuji Date: Tue, 8 Oct 2019 16:29:02 -0500 Subject: [PATCH] Update issue/feature templates (#1339) --- .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..54d517babd --- /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. ubuntu, centos, MacOS, windows] + - 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..e113f479cd --- /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. E.g. 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 about the feature request here.