You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2020/05/02 20:37:22 UTC

[airavata-custos] branch master updated: adding issue templates

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

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


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

commit 67a311fd774f3cc5e45e4a728186267d4e9cb08b
Author: Suresh Marru <sm...@apache.org>
AuthorDate: Sat May 2 16:37:08 2020 -0400

    adding issue templates
---
 .github/ISSUE_TEMPLATE/bug_report.md      | 41 +++++++++++++++++++++++++++++++
 .github/ISSUE_TEMPLATE/cleanup_request.md | 15 +++++++++++
 .github/ISSUE_TEMPLATE/feature_request.md | 30 ++++++++++++++++++++++
 3 files changed, 86 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..3b42090
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,41 @@
+---
+name: Report a bug
+about: Create a report to help us improve
+labels: bug
+assignees: ''
+
+---
+
+<!--
+This form is for bug reports and feature requests ONLY!
+For general questions and troubleshooting about custos, please ask/look for answers here:
+- custos mailing list: https://lists.apache.org/list.html?custos@airavata.apache.org
+
+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 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
+
+[TIP]:  # ( Include as many relevant details about your environment as possible. )
+[TIP]:  # ( Mention Custos Branch or release version, runtime and compiler version )
+
+* Custos branch or release version used:
+* Operating system and version:
+
+## Additional Context
+
+[TIP]:  # ( full error message, exception listing, stack trace, logs or other information which can assist in diagnosing the bug. )
diff --git a/.github/ISSUE_TEMPLATE/cleanup_request.md b/.github/ISSUE_TEMPLATE/cleanup_request.md
new file mode 100644
index 0000000..7123e8b
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/cleanup_request.md
@@ -0,0 +1,15 @@
+---
+name: Request a cleanup
+about: Suggest a cleanup in custos repository
+labels: cleanup
+assignees: ''
+
+---
+
+<!--
+This form is for bug reports and feature requests ONLY!
+For general questions and troubleshooting about custos, please ask/look for answers here:
+- custos mailing list: https://lists.apache.org/list.html?custos@airavata.apache.org
+
+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)
+-->
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..bbe7c24
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,30 @@
+---
+name: Request a feature or enhancement
+about: Suggest an idea for this project
+labels: enhancement
+assignees: ''
+
+---
+
+<!--
+This form is for bug reports and feature requests ONLY!
+For general questions and troubleshooting about custos, please ask/look for answers here:
+- custos mailing list: https://lists.apache.org/list.html?custos@airavata.apache.org
+
+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. 
+
+## 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
+[TIP]:  # ( Why does this feature matter to you? What unique use cases do you have? )
+Add any other context about the feature request here.