Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Upgrade issue templates #52

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
29 changes: 27 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,39 @@
---
name: 🐛 Bug report
about: Create a report to help us improve 🤔.
labels: bug
labels: [bug]
title: ''
assignees: ''
---

<!-- ⚠️ If you do not respect this template, your issue will be closed -->
<!-- ⚠️ Make sure to browse the opened and closed issues -->

### Steps to reproduce the problem
### System information
<!-- Please, provide some information about your system for debugging purposes. -->
- Device: <!-- (e.g. MacBook Pro (16-inch, 2019)) -->
- OS: <!-- (e.g. macOS Monterey version 12.3.1) -->
- Python version: <!-- (e.g. 3.8.9) -->
- Prototype version: <!-- (e.g. 1.0.0) -->


### What is the current behavior?
<!-- A clear and concise description of what the current behavior is. -->
<!-- If applicable, add screenshots to help explain your problem. -->


### What is the expected behavior?
<!-- A clear and concise description of what you expected to happen. -->


### Steps to reproduce the problem
<!-- Give some steps that show the bug. A minimal code example with output is best. -->
<!-- If you are copying in code, please remember to enclose it in triple backticks, ``` [multiline code goes here] ```, so that it displays correctly. -->


### Additional context
<!-- Add any other context about the problem here if any. -->


### Suggestions
<!-- Not required, but if you have suggestions for how a contributor should fix this, or any problems we should be aware of, let us know. -->
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/enhancement_request.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
name: 💅 Enhancement request
about: Suggest an improvement for this project 🆒!
labels: 'type: enhancement'
labels: [enhancement]
title: ''
assignees: ''
---

<!-- ⚠️ If you do not respect this template, your issue will be closed -->
<!-- ⚠️ Make sure to browse the opened and closed issues to confirm this idea does not exist. -->

### What is the expected enhancement?

<!-- Please, provide a clear and concise description of the expected behavior for this enhancement. -->
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
name: 🚀 Feature request
about: Suggest an idea for this project 💡!
labels: 'type: feature request'
labels: [feature]
title: ''
assignees: ''
---

<!-- ⚠️ If you do not respect this template, your issue will be closed -->
<!-- ⚠️ Make sure to browse the opened and closed issues to confirm this idea does not exist. -->

### What is the expected behavior?

<!-- Please, provide a clear and concise description of the expected behavior for this feature. -->