Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pdf-miner
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Qin Kaijie
pdf-miner
Commits
cd03e208
Commit
cd03e208
authored
Jul 13, 2024
by
myhloli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(github): migrate bug report issue template to YAML
parent
68386d83
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
84 additions
and
27 deletions
+84
-27
bug_report.md
.github/ISSUE_TEMPLATE/bug_report.md
+0
-27
bug_report.yml
.github/ISSUE_TEMPLATE/bug_report.yml
+84
-0
No files found.
.github/ISSUE_TEMPLATE/bug_report.md
deleted
100644 → 0
View file @
68386d83
---
name
:
Bug report
about
:
Create a bug report for MinerU
title
:
'
'
labels
:
bug
assignees
:
'
'
---
**Describe the bug**
A clear and concise description of what the bug is.
**How to reproduce the bug**
-
Explain the steps required to reproduce the bug.
-
Include required code snippets, example files, etc.
-
Describe what you expected to happen (if not obvious).
-
If applicable, add screenshots to help explain the problem.
-
Include any other information that could be relevant, for example information about the Python environment.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.
.github/ISSUE_TEMPLATE/bug_report.yml
0 → 100644
View file @
cd03e208
name
:
Bug Report
description
:
Create a bug report for MinerU
# We omit `title: "..."` so that the field defaults to blank. If we set it to
# empty string, Github seems to reject this .yml file.
body
:
-
type
:
textarea
id
:
description
attributes
:
label
:
Description of the bug
description
:
|
A clear and concise description of the bug.
validations
:
required
:
true
-
type
:
textarea
id
:
reproduce
attributes
:
label
:
How to reproduce the bug
# Should not word-wrap this description here.
description
:
|
* Explain the steps required to reproduce the bug.
* Include required code snippets, example files, etc.
* Describe what you expected to happen (if not obvious).
* If applicable, add screenshots to help explain the problem.
* Include any other information that could be relevant, for example information about the Python environment.
For problems when building or installing MinerU:
* Give the **exact** build/install commands that were run.
* Give the **complete** output from these commands.
validations
:
required
:
true
# - type: markdown
# attributes:
# value: |
# # The information below is required.
-
type
:
dropdown
id
:
os_name
attributes
:
label
:
Operating system
#multiple: true
options
:
-
-
Windows
-
Linux
-
MacOS
validations
:
required
:
true
-
type
:
dropdown
id
:
python_version
attributes
:
label
:
Python version
#multiple: true
# Need quotes around `3.10` otherwise it is treated as a number and shows as `3.1`.
options
:
-
-
"
3.12"
-
"
3.11"
-
"
3.10"
-
"
3.9"
validations
:
required
:
true
-
type
:
dropdown
id
:
device_mode
attributes
:
label
:
Device mode
#multiple: true
options
:
-
-
cpu
-
cuda
-
mps
validations
:
required
:
true
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment