mirror of
https://github.com/daeuniverse/dae.git
synced 2025-01-19 08:48:08 +07:00
035332a89d
* Create sync-docs.yml * feat(ci): add sync-docs.yml * patch(ci/check-docs): add event-driven trigger * ci: watch changes made in sync-docs.yml * ci: re-arrange the order of steps * ci(check-docs): disable all auto trigger * ci(sync-docs): update author and commiter to daebot * fix: apply subtle changes * ci: apply subtle changes * ci: test copy functionality * patch: fix proper naming * chore: remove dummy line * ci: watch changes of example.dae * chore(issue_template): remove unnecessary marks
25 lines
549 B
Markdown
25 lines
549 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug encountered while operating Dae
|
|
labels: kind/bug
|
|
---
|
|
|
|
<!--
|
|
Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
|
|
-->
|
|
|
|
## What happened
|
|
|
|
## What you expected to happen
|
|
|
|
## How to reproduce it (as minimally and precisely as possible):
|
|
|
|
## Anything else we need to know
|
|
|
|
## Environment
|
|
|
|
- Dae version (use `dae --version`):
|
|
- OS (e.g `cat /etc/os-release`):
|
|
- Kernel (e.g. `uname -a`):
|
|
- Others:
|