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

dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git


The following commit(s) were added to refs/heads/master by this push:
     new cedd283  Update issue templates
cedd283 is described below

commit cedd283d6c96e4bb9beeb8f0016005cb911f976e
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Thu Apr 6 13:42:06 2023 -0400

    Update issue templates
---
 .github/ISSUE_TEMPLATE/bug_report.md       | 63 ++++++------------------------
 .github/ISSUE_TEMPLATE/feature_request.md  | 47 +++++-----------------
 .github/ISSUE_TEMPLATE/usability-issues.md | 10 +++++
 3 files changed, 32 insertions(+), 88 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md 
b/.github/ISSUE_TEMPLATE/bug_report.md
index ee367b6..e67df16 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,60 +1,23 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
 ---
-name: Report a bug
+name: Bug report
 about: Create a report to help us improve
-labels: bug
+title: ''
+labels: ''
 assignees: ''
 
 ---
 
-<!--
-This form is for bug reports and feature requests ONLY!
-For general questions and troubleshooting about Airavata MFT, please ask/look 
for answers here:
-- Airavata MFT mailing list: 
https://lists.apache.org/[email protected]
-
-Issues specific to *airavata*, *airavata-django-portal*, *airavata-custos*, 
should be created in the repository they belong to (e.g. 
https://github.com/apache/airavata)
--->
-
-[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ )
-
-## Description
-
-[NOTE]: # ( Describe the problem you're encountering. )
-
-## Steps to Reproduce
-
-[NOTE]: # ( Include details description or commands to reproduce. )
-
-## Expected Behaviour
-
-[NOTE]: # ( Tell us what you did and what you expected to happen and what you 
instead saw. )
-
-## Your Environment
+**Describe the bug**
+A clear and concise description of what the bug is.
 
-[TIP]:  # ( Include as many relevant details about your environment as 
possible. )
-[TIP]:  # ( Mention Custos Branch or release version, runtime and compiler 
version )
+**To Reproduce**
+Steps to reproduce the behavior:
 
-* Custos branch or release version used:
-* Operating system and version:
+**Expected behavior**
+A clear and concise description of what you expected to happen.
 
-## Additional Context
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
 
-[TIP]:  # ( full error message, exception listing, stack trace, logs or other 
information which can assist in diagnosing the bug. )
\ No newline at end of file
+**Additional context**
+Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md 
b/.github/ISSUE_TEMPLATE/feature_request.md
index edc1366..bbcbbe7 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,49 +1,20 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
 ---
-name: Request a feature or enhancement
+name: Feature request
 about: Suggest an idea for this project
-labels: enhancement
+title: ''
+labels: ''
 assignees: ''
 
 ---
 
-<!--
-This form is for bug reports and feature requests ONLY!
-For general questions and troubleshooting about Airavata MFT, please ask/look 
for answers here:
-- Airavata MFT mailing list: 
https://lists.apache.org/[email protected]
-
-Issues specific to *airavata*, *airavata-django-portal*, *airavata-mft*, 
should be created in the repository they belong to (e.g. 
https://github.com/apache/airavata)
--->
-
-[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ 
)
-
-## Is your feature request related to a problem? Please describe.
-A clear and concise description of what the problem is. 
+**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
+**Describe the solution you'd like**
 A clear and concise description of what you want to happen.
 
-## Describe alternatives you've considered
+**Describe alternatives you've considered**
 A clear and concise description of any alternative solutions or features 
you've considered.
 
-## Additional context
-[TIP]:  # ( Why does this feature matter to you? What unique use cases do you 
have? )
-Add any other context about the feature request here.
+**Additional context**
+Add any other context or screenshots about the feature request here.
diff --git a/.github/ISSUE_TEMPLATE/usability-issues.md 
b/.github/ISSUE_TEMPLATE/usability-issues.md
new file mode 100644
index 0000000..16aabc6
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/usability-issues.md
@@ -0,0 +1,10 @@
+---
+name: Usability issues
+about: Issues related to installation, build and usability of the project
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+

Reply via email to