-
Notifications
You must be signed in to change notification settings - Fork 0
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
3 changed files
with
46 additions
and
30 deletions.
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,26 +1,42 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG] ..." | ||
labels: '' | ||
assignees: '' | ||
|
||
about: Create a report for a defect | ||
title: "..." | ||
labels: 'category/bug' | ||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
### Description | ||
|
||
<!-- Describe the problem clearly and concisely. --> | ||
|
||
### Expected behavior | ||
|
||
<!-- What did you expect to happen? --> | ||
|
||
### Actual behavior | ||
|
||
<!-- What happened instead? --> | ||
|
||
### Steps to reproduce | ||
|
||
1. <!-- ... --> | ||
2. <!-- ... --> | ||
3. <!-- ... --> | ||
|
||
### Screenshots, logs, and other output | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. ... | ||
2. ... | ||
3. ... | ||
<!-- If applicable, add more material to help explain your problem. --> | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
<details> | ||
<summary>Details</summary> | ||
<pre><code> | ||
<!-- Add logs here --> | ||
</code></pre> | ||
</details> | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
### Additional context | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
Environment: | ||
- gem version: | ||
- Ruby engine version: | ||
- OS and/or container image: |
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,20 +1,18 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[FEATURE] ..." | ||
labels: '' | ||
assignees: '' | ||
|
||
title: "..." | ||
labels: 'category/feature' | ||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
### Is your feature request related to a problem? Please describe | ||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
### Describe the solution you'd like | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
### Describe alternatives you've considered | ||
<!-- A clear and concise description of any alternative solutions or features you've 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 request 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