-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1142 from enterprise-contract/implement_issue_bug
Update issue templates
- Loading branch information
Showing
1 changed file
with
45 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,45 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG]" | ||
labels: bug, triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Describe the Bug | ||
|
||
_A clear and concise description of what the bug is, ideally within a sentence or two._ | ||
|
||
## Steps to Reproduce | ||
|
||
_Provide a detailed step by step description of how to reproduce the bug._ | ||
|
||
1. Run command '...' | ||
2. With options '...' | ||
3. See error '...' | ||
|
||
## Expected Behavior | ||
|
||
_A description of what you expected to happen._ | ||
|
||
## Actual Behavior | ||
|
||
_What actually happened._ | ||
|
||
## Screenshots or Terminal Output | ||
|
||
_If applicable, add screenshots or copy-paste the terminal output to help explain your problem._ | ||
|
||
## Environment Details | ||
|
||
- **Operating System:** | ||
- **`ec` CLI Version, run `ec version --short`:** | ||
- **Shell:** | ||
- **Additional context:** | ||
|
||
_Any other context about the problem here._ | ||
|
||
## Possible Solution | ||
|
||
_If you have a suggestion for how to fix the issue or identify what's going wrong, include it here._ |