Skip to content

Commit

Permalink
use the correct format
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Sep 29, 2024
1 parent d621a1b commit 492ae9d
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 40 deletions.
40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/general-report.md

This file was deleted.

41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/general-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: General report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! Before creating a new issue, make sure you had a look at the [official documentation](https://grobid.readthedocs.com) or with the **experimental** [Mendable Q/A chat](https://www.mendable.ai/demo/723cfc12-fdd6-4631-9a9e-21b80241131b). **NOTE**: the suggested method of running grobid is through Docker (https://grobid.readthedocs.io/en/latest/Grobid-docker/).
- type: input
id: os
attributes:
label: Operating System and architecture (arm64, amd64, x86, etc.)
description: Please remember that Windows is not supported and Mac OS arm64 is still experimental.
validations:
required: false
- type: input
id: java
attributes:
label: What is your Java version
description: `java --version`
validations:
required: false
- type: logs
id: java
attributes:
label: Log and information
description: In case of build or run errors, please submit the error while running gradlew with ``--stacktrace`` and ``--info`` for better log traces (e.g. `./gradlew run --stacktrace --info`) or attach the log file `logs/grobid-service.log` or the console log.
validations:
required: false
- type: textarea
id: what-happened
attributes:
label: Further information
description: Please give us any information that could be of help
placeholder: Tell us what you see!
value: ''
validations:
required: false

0 comments on commit 492ae9d

Please sign in to comment.