This commit is contained in:
47
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
47
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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
9
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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
|
||||
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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?_
|
||||
Reference in New Issue
Block a user