Skip to content

Commit

Permalink
docs: add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA committed Sep 27, 2023
1 parent a05b5d0 commit 95e6bf2
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: S-Triage
assignees: ''

---

# Description

A clear and concise description of what the bug is.

# Reproduce

Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

# Expected behaviour
A clear and concise description of what you expected to happen.

# Screenshots
If applicable, add screenshots to help explain your problem.

# Additional context
Add any other context about the problem here.
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
title: ''
labels: S-Triage
assignees: ''

---

# Problem
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

# Solution
A clear and concise description of what you want to happen.

# Alternatives
A clear and concise description of any alternative solutions or features you've considered.

# Context
Add any other context or screenshots about the feature request here.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/tracking-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Tracking issue
about: Used to plan big features or changes
title: ''
labels: C-Tracking-Issue, S-Triage
assignees: ''

---

# Checklist
Divide your issue into actionable tasks and list them here.

# Problem
If there's a problem this is aiming to solve, what is it?

# Design
Clear description of the solution, with usage examples if applicable.

0 comments on commit 95e6bf2

Please sign in to comment.