mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-03 13:50:08 +00:00
Fixed typos in GitHub templates and bug schemas (#2080)
This commit is contained in:
parent
03791d4844
commit
3e61c5984d
3 changed files with 2 additions and 2 deletions
54
.github/ISSUE_TEMPLATE/bugreport.yaml
vendored
Normal file
54
.github/ISSUE_TEMPLATE/bugreport.yaml
vendored
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
name: Bug Report
|
||||
description: File a bug report or issue
|
||||
title: "[Bug]: "
|
||||
labels: ['Bug', 'triage']
|
||||
assignees: []
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >
|
||||
## Please note:
|
||||
This form should only be used if _you can reporoduce_ the bug the
|
||||
*current* release of netbox. For installation, configuration or other help with Open5GS please
|
||||
use our [discussion forum](https://github.com/open5gs/open5gs/discussions).
|
||||
- type: input
|
||||
attributes:
|
||||
label: Open5GS Release, Revision, or Tag
|
||||
placeholder: v2.6.0
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
description: >
|
||||
Please describe in detail the steps needed to reproduce this bug. These steps
|
||||
should reproduce the issue on the most current release of Open5GS. Be sure to
|
||||
include configuration and platform details.
|
||||
Please include logs from the relevant daemons as well as any relevant packet captures.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Logs
|
||||
description: Provide any relevant captured logs for the issue
|
||||
render: shell
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected behaviour
|
||||
description: What did you expect to happen?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Observed Behaviour
|
||||
description: What's the observed behaviour?
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: eNodeB/gNodeB
|
||||
description: If using an eNB or gNB, please identify which vendor/version
|
||||
- type: input
|
||||
attributes:
|
||||
label: UE Models and versions
|
||||
description: Which UE hardware model and version or simulator version are you using?
|
||||
Loading…
Add table
Add a link
Reference in a new issue