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_
* ...

9
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
# SPDX-FileCopyrightText: The openTCS Authors
# SPDX-License-Identifier: MIT
---
blank_issues_enabled: false
contact_links:
- name: Ask a question or get support
url: https://github.com/opentcs/opentcs/discussions
about: Ask a question or request support for using openTCS

View File

@@ -0,0 +1,17 @@
<!--
SPDX-FileCopyrightText: The openTCS Authors
SPDX-License-Identifier: CC-BY-4.0
-->
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
## User story / use case
_A description of the proposed functionality. What is the purpose of this proposal? What problems would it solve? Are there already ideas for a solution?_