Initial commit
Some checks failed
Gradle Build / build (push) Has been cancelled

This commit is contained in:
CaiXiang
2024-11-30 18:36:13 +08:00
commit aa56926258
2134 changed files with 232943 additions and 0 deletions

47
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,47 @@
<!--
SPDX-FileCopyrightText: The openTCS Authors
SPDX-License-Identifier: CC-BY-4.0
-->
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
## Affected version
_Name the affected version, i.e. "release x.y.z" or "revision <HASH>"._
...
## Steps to reproduce
_How can the incorrect behaviour be reproduced?_
1. ...
2. ...
3. ...
### Expected behaviour
_What would be the correct/expected behaviour?_
...
### Actual behaviour
_What behaviour can actually be observed instead of the correct behaviour?_
...
### Additional information
_Other data that can help with fixing the defect, e.g. logs, screenshots etc._
* Operating system and version: _e.g. Ubuntu Linux 20.04, Windows 10, ..._
* Java distribution version: _e.g. Oracle Java Runtime Environment 13_
* ...