-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
55 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @drspacemn @LucasLvy @EvolveArt | ||
* @drspacemn @LucasLvy @maciejka |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a report to help Beerus to improve | ||
title: "bug: " | ||
labels: "bug" | ||
assignees: "" | ||
--- | ||
|
||
**Beerus version:** | ||
|
||
**Current behavior:** | ||
|
||
**Expected behavior:** | ||
|
||
**Steps to reproduce:** | ||
|
||
**Related code:** | ||
|
||
``` | ||
insert short code snippets here | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for this project | ||
title: "feat: " | ||
labels: "enhancement" | ||
assignees: "" | ||
--- | ||
|
||
**Describe the Feature Request** | ||
|
||
**Related Code** | ||
|
||
**Additional Context** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Issue Number: N/A | ||
|
||
## Type | ||
|
||
- [ ] feature | ||
- [ ] bugfix | ||
- [ ] dev (no functional changes, no API changes) | ||
- [ ] fmt (formatting, renaming) | ||
- [ ] build | ||
- [ ] docs | ||
- [ ] testing | ||
|
||
## Description | ||
|
||
|
||
## Breaking changes? | ||
|
||
- [ ] yes | ||
- [ ] no |