Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
related issue: #1107
  • Loading branch information
metemaddar authored Jun 30, 2022
1 parent 19d7a74 commit 80a900c
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: Bug
assignees: ''

---

<!--- Provide a general summary of the issue in the Title above -->

## Expected Behavior
<!--- Tell us what should happen -->

## Current Behavior
<!--- Tell us what happens instead of the expected behavior -->

## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->

## Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.

## Context (Environment)
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->

<!--- Provide a general summary of the issue in the Title above -->

## Detailed Description
<!--- Provide a detailed description of the change or addition you are proposing -->

## Possible Implementation
<!--- Not obligatory, but suggest an idea for implementing addition or change -->
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/concrete-task-.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: 'Concrete Task '
about: Create a new task
title: ''
labels: ''
assignees: ''

---

# Goal of this issue

<!--- Clearly define the goal. -->

# Resources

<!--- Say which resources to use (e.g., where to find relevant code, papers, etc.). -->

# Deliverables

<!--- Clearly define deliverables. Mention deadlines if necessary. -->
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: New Feature
assignees: ''

---

**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**
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**
Add any other context or screenshots about the feature request here.

0 comments on commit 80a900c

Please sign in to comment.