diff --git a/.github/workflows/ISSUE_TEMPLATE/bug-report.md b/.github/workflows/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..af89bf0f3 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,30 @@ +--- +name: "\U0001F41B Bug Report" +about: Submit a bug report to help us improve Merlin Core +title: "[BUG]" +labels: "status/needs-triage, bug" +assignees: '' + +--- + +### Bug description + + +### Steps/Code to reproduce bug + +1. +2. +3. + +### Expected behavior + + +### Environment details +- Merlin version: +- Platform: +- Python version: +- PyTorch version (GPU?): +- Tensorflow version (GPU?): + +### Additional context + diff --git a/.github/workflows/ISSUE_TEMPLATE/documentation-request.md b/.github/workflows/ISSUE_TEMPLATE/documentation-request.md new file mode 100644 index 000000000..7c4c232d8 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/documentation-request.md @@ -0,0 +1,35 @@ +--- +name: Documentation request +about: Report incorrect or needed documentation +title: "[DOC]" +labels: "status/needs-triage, area/documentation" +assignees: '' + +--- + +## Report incorrect documentation + +### Location of incorrect documentation + + +### Describe the problems or issues found in the documentation + + +### Steps taken to verify documentation is incorrect + + +### Suggested fix for documentation + + +--- + +## Report needed documentation + +### Report needed documentation + + +### Describe the documentation you'd like + + +### Steps taken to search for needed documentation** + diff --git a/.github/workflows/ISSUE_TEMPLATE/feature-request.md b/.github/workflows/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..9de58b834 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,25 @@ +--- +name: "\U0001F680 Feature request" +about: Submit a proposal/request for a new Merlin Core feature +title: "[FEA]" +labels: "status/needs-triage, kind/feature-request" +assignees: '' + +--- + +# 🚀 Feature request + + + +## Motivation + + + +## Your contribution + + \ No newline at end of file diff --git a/.github/workflows/ISSUE_TEMPLATE/submit-question.md b/.github/workflows/ISSUE_TEMPLATE/submit-question.md new file mode 100644 index 000000000..1e74adae6 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/submit-question.md @@ -0,0 +1,14 @@ +--- +name: "❓ Questions & Help" +about: Ask a general question about Merlin Core +title: "[QST]" +labels: "status/needs-triage, kind/question" +assignees: '' + +--- + +# ❓ Questions & Help + +## Details + + diff --git a/.github/workflows/ISSUE_TEMPLATE/task.md b/.github/workflows/ISSUE_TEMPLATE/task.md new file mode 100644 index 000000000..09ab84758 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/task.md @@ -0,0 +1,15 @@ +--- +name: Task +about: A general task that we're tracking in Github +title: "[Task]" +labels: "" +assignees: '' + +--- + +### Description + + + +**Additional context** +Add any other context, code examples, or references to existing implementations about the task here.