forked from fabric8-analytics/fabric8-gemini-server
-
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
2 changed files
with
56 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve this project | ||
title: '' | ||
labels: '' | ||
|
||
--- | ||
|
||
_Instructions: Replace the template text and remove irrelevant text (including this line)_ | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
(Issues related to the runtime files should be reported to their maintainer, check the file header.) | ||
|
||
**To Reproduce** | ||
Detailed steps to reproduce the behavior: | ||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, copy/paste the text or add screenshots to help explain your problem. | ||
|
||
**Environment (please complete the following information):** | ||
- Project version [e.g. 1.0.0] | ||
- OS: [e.g. Ubuntu 18.04, Windows 10 1809, macOS 10.14] | ||
- Terminal: [e.g. GNOME Terminal, mintty, iTerm2, tmux, GNU screen] | ||
|
||
**Additional context** | ||
Add any other context about the problem 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,22 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an enhancement for this project | ||
title: '' | ||
labels: enhancement | ||
|
||
--- | ||
|
||
_Instructions: Replace the template text and remove irrelevant text (including this line)_ | ||
|
||
**Is your feature request related something that is currently hard to do? Please describe.** | ||
A clear and concise description of what is hard to do. Ex. It is difficult to [...] when [...] | ||
(If it is related to runtime files, please check their header for where to discuss enhancements.) | ||
|
||
**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. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |