-
Notifications
You must be signed in to change notification settings - Fork 82
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
1 parent
f83bb91
commit ff1a1f9
Showing
1 changed file
with
33 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,33 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description** | ||
_A clear and concise description of what the bug is.._ | ||
|
||
**How to reproduce** | ||
Steps to reproduce the behavior: | ||
1. _first.._ | ||
2. _then.._ | ||
3. _error.._ | ||
|
||
**Expected Behavior** | ||
_A clear and concise description of what you expected to happen._ | ||
|
||
**Screenshots/Logs** | ||
_If applicable, add screenshots to help explain your problem._ | ||
|
||
**Environment** (please complete the following information) | ||
| Info | Example | Value | | ||
|-----------------------|-----------------------------|-----------| | ||
| OS/arch | _e.g. linux/amd64_ | | | ||
| VPP version | _v24.02-release_ | | | ||
| GoVPP version | _v0.8.0_ | | | ||
|
||
**Additional context** | ||
_Add any other context about the problem here._ |