* add bare-bones contributing guide * remove GITLAB_PAT token instructions as unneeded * add git cliff workflow and config add git cliff information to contributing.md squash --------- Co-authored-by: funkecoder23 <funkecoder@DESKTOP-AMVOBPG>
33 lines
690 B
Markdown
33 lines
690 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Logs**
|
|
Provide logs for all containers when this issue occurs.
|
|
If the logs are short, make sure to triple backtick them, or use https://pastebin.com/
|
|
|
|
**Hardware:**
|
|
- OS and distro: [e.g. Raspberry Pi OS, Ubuntu, Rocky]
|
|
- Server: [e.g. VM, Baremetal, Pi]
|
|
- Knightcrawler Version: [2.0.xx]
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|