mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-03 20:48:44 +08:00
81 lines
2.8 KiB
YAML
81 lines
2.8 KiB
YAML
name: Bug Report
|
|
title: Bug report xxx
|
|
description: Report a bug
|
|
labels:
|
|
- bug
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Contribution guidelines
|
|
description: Please read the contribution guidelines before proceeding.
|
|
options:
|
|
- label: I've read the [contribution guidelines](https://github.com/EdurtIO/incubator-datacap/blob/master/CONTRIBUTING.md) and wholeheartedly agree
|
|
required: true
|
|
- type: checkboxes
|
|
attributes:
|
|
label: I've found a bug and checked that ...
|
|
description: Make sure that your request fulfills all of the following requirements. If one requirement cannot be satisfied, explain in detail why.
|
|
options:
|
|
- label: ... the problem doesn't occur with the `server` or `web` themes
|
|
required: true
|
|
- label: ... the documentation does not mention anything about my problem
|
|
- label: ... there are no open or closed issues that are related to my problem
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: Please provide a brief description of the bug in 1-2 sentences.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected behaviour
|
|
description: Please describe precisely what you'd expect to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Actual behaviour
|
|
description: Please describe precisely what is actually happening.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: Please describe the steps to reproduce the bug.
|
|
placeholder: |-
|
|
1. ...
|
|
2. ...
|
|
3. ...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Package versions
|
|
description: Please provide all package versions, i.e. run the commands in backticks on a shell.
|
|
value: |-
|
|
- Java: `java --version`
|
|
- Node: `node --version`
|
|
- Npm: `npm -v`
|
|
- Server: `./mvnw -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive exec:exec -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN -Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.help=INFO | tail -1`
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Configuration
|
|
description: Please provide a minimal (!) `application.properties` to reproduce the bug.
|
|
placeholder: |-
|
|
site_name: DataCap Website
|
|
site_url: https://databap.incubator.edurt.io
|
|
render: yaml
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: System information
|
|
description: Please provide your operating system and browser type and version.
|
|
value: |-
|
|
- Operating system: ...
|
|
- Browser: ...
|
|
validations:
|
|
required: true
|