Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

ci: improve issue templates #420

Merged
merged 1 commit into from
Jan 6, 2021
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: 18 additions & 12 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] "
labels: bug
title: ""
labels: Bug
assignees: ""
---

**Describe the bug** A clear and concise description of what the bug is.
## Bug description

**To Reproduce** Steps to reproduce the behavior:
<!-- A clear and concise description of what the bug is. -->

<!-- If applicable, add a log or screenshot to help explain your problem. -->

## How to reproduce?

Steps to reproduce the behavior:

1.

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

**Error log** If applicable, add an error log or screenshots to help explain
your problem.
<!-- A clear and concise description of what you expected to happen. -->

**Desktop (please complete the following information):**
## System info

- OS: [e.g. iOS]
- Version [e.g. 22]
Bug resulted on the following system:

**Additional context** Add any other context about the problem here.
- OS: <!-- e.g. macOS, WSL Ubuntu, ...-->
- Version <!-- e.g. 10.15, 20.04, ... -->
- Python version: <!-- e.g. 3.6, 3.7, ... -->
- Virtual environment: <!-- e.g. venv, Conda, pip user install, ... -->
22 changes: 12 additions & 10 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[REQUEST] "
labels: ""
title: ""
labels: "💡 Enhancement"
assignees: ""
---

**Is your feature request related to a problem? Please describe.** A clear and
## Problem description

<!-- Is your feature request related to a problem? Please provide a clear and
concise description of what the problem is. [Example: "I'm always frustrated
when ..."]
when ..." -->

## Proposed solution

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

**Describe alternatives you've considered** A clear and concise description of
any alternative solutions or features you've considered.
<!-- Are there alternatives you have considered? -->

**Additional context** Add any other context or screenshots about the feature
request here.
<!-- Additional context: -->
<!-- Add any other context or screenshots about the feature -->