Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -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
<!-- A clear and concise description of what the bug is. -->

### Steps/Code to reproduce bug
<!-- Follow this guide http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports to craft a minimal bug report. This helps us reproduce the issue you're having and resolve the issue more quickly. -->
1.
2.
3.

### Expected behavior
<!-- A clear and concise description of what you expected to happen. -->

### Environment details
- Merlin version:
- Platform:
- Python version:
- PyTorch version (GPU?):
- Tensorflow version (GPU?):

### Additional context
<!-- Add any other context about the problem here. -->
35 changes: 35 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/documentation-request.md
Original file line number Diff line number Diff line change
@@ -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
<!-- Provide links and line numbers if applicable. -->

### Describe the problems or issues found in the documentation
<!-- A clear and concise description of what you found to be incorrect. -->

### Steps taken to verify documentation is incorrect
<!-- List any steps you have taken: -->

### Suggested fix for documentation
<!-- Detail proposed changes to fix the documentation if you have any. -->

---

## Report needed documentation

### Report needed documentation
<!-- A clear and concise description of what documentation you believe it is needed and why. -->

### Describe the documentation you'd like
<!-- A clear and concise description of what you want to happen. -->

### Steps taken to search for needed documentation**
<!-- List any steps you have taken: -->
25 changes: 25 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -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

<!-- A clear and concise description of the feature proposal.
Please provide a link to the paper and code in case they exist. -->

## Motivation

<!-- Please outline the motivation for the proposal. Is your feature request
related to a problem? e.g., I'm always frustrated when [...]. If this is related
to another GitHub issue, please link here too. -->

## Your contribution

<!-- Is there any way that you could help, e.g. by submitting a PR?
Make sure to read the CONTRIBUTING.MD readme:
https://github.com/NVIDIA-Merlin/systems/blob/main/CONTRIBUTING.md -->
14 changes: 14 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/submit-question.md
Original file line number Diff line number Diff line change
@@ -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

<!-- Description of your question -->
15 changes: 15 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -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.