mirror of
https://github.com/Mintplex-Labs/bree.git
synced 2026-07-01 20:04:39 -04:00
chore: use org issue template
This commit is contained in:
@@ -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.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user