Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #66 from mlcommons/issue-template
Browse files Browse the repository at this point in the history
Add .github/ISSUE_TEMPLATE/
  • Loading branch information
srinivas212 committed Dec 6, 2023
2 parents 8fd2d63 + 7586fb0 commit 92f4366
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---

## Describe the Bug
> A clear and concise description of what the bug is.
## Steps to Reproduce
> Steps to reproduce the behavior.
> Please include the version information where the bug was observed.
## Expected Behavior
> A clear and concise description of what you expected to happen.
## Screenshots
> If applicable, add screenshots to help explain your problem.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---

## Problem Related to the Feature
> A clear and concise description of what the problem is.
## Proposed Solution
> A clear and concise description of what you want to happen.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/general_question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: General question
about: Ask a question or seek clarification about the project
title: ''
labels: 'question'
assignees: ''
---

> Please provide a detailed description of your question or the information you seek.

0 comments on commit 92f4366

Please sign in to comment.