chore: use org issue template

This commit is contained in:
titanism
2022-06-03 03:04:26 -05:00
parent 36c6be0a8d
commit 3dc6cee423
3 changed files with 0 additions and 80 deletions
-42
View File
@@ -1,42 +0,0 @@
---
name: "\U0001F41E Bug report"
about: Something is not working as it should
title: "[fix] DESCRIPTIVE TITLE"
labels: bug
assignees: ''
---
#### Describe the bug
- Node.js version:
- OS & version:
<!-- A clear and concise description of what the bug is. -->
#### Actual behavior
...
#### Expected behavior
...
#### Code to reproduce
```js
...
```
<!--
We encourage you to submit a pull request with a failing test:
- This will make it more likely for us to prioritize your issue.
- It's a good way to prove that the issue is related to Got and not your code.
Example: https://github.com/avajs/ava/blob/master/docs/01-writing-tests.md#failing-tests
-->
#### Checklist
- [ ] I have read the documentation.
- [ ] I have tried my code with the latest version of Node.js and Bree.
@@ -1,22 +0,0 @@
---
name: "⭐ Feature request"
about: Suggest an idea for Bree
title: "[feat] DESCRIPTIVE TITLE"
labels: enhancement
assignees: ''
---
#### What problem are you trying to solve?
...
#### Describe the feature
...
<!-- Include a usage example of the feature. If the feature is currently possible with a workaround, include that too. -->
#### Checklist
- [ ] I have read the documentation and made sure this feature doesn't already exist.
-16
View File
@@ -1,16 +0,0 @@
---
name: "❓ Question"
about: Something is unclear or needs to be discussed
title: "[discussion] DESCRIPTIVE TITLE"
labels: question
assignees: ''
---
#### What would you like to discuss?
...
#### Checklist
- [ ] I have read the documentation.