Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 25 additions & 19 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,35 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
name: Bug Report
about: Create a report to help us improve the project
title: "[BUG] - [Short description of the issue]"
labels: bug
assignees: ''

---

### Excel Type

- [ ] XLSX
- [ ] XLSM
- [ ] CSV
- [ ] OTHER

### Upload Excel File

Please attach your issue file by dragging or droppng, selecting or pasting them.

e.g : [https://github.com/shps951023/MiniExcel/files/6538107/demo.xlsx](https://github.com/shps951023/MiniExcel/files/6538107/demo.xlsx)
## Description
A clear and concise description of what the bug is about.
Include a minimum reproducible sample of the code and, if applicable, the exception message and its stack trace.
Please write in English for the sake of our international contributors!

## Expected Behavior
A brief description of what you expected to happen.

## Actual Behavior
A brief description of what actually happened.

### MiniExcel Version
## Workarounds
Please share what adjacent solutions you've found for the issue, if any.

## Environment (please fill the following information):
- MiniExcel Version: [e.g. 1.42.0, 1.41.4, 2.0.0-preview.2]
- .NET Version: [e.g. net10.0, net481]
- OS: [e.g. Windows, macOS, Linux]

## Files and/or Screenshots
If applicable, please upload:
- The document you're trying to query, or a mock if not available
- The malformed result of the document you're tying to generate
- The template document you're trying to fill

### Description
## Additional Context
Include here any extra info, diagrams, or links.
29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/custom.md

This file was deleted.

40 changes: 21 additions & 19 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

name: Feature Request
about: Suggest an idea or improvement for this project
title: "[Feature] - [Title of the request]"
labels: enhancement
assignees: ""
---

### Excel Type
## Feature Summary
A clear and concise description of what the feature is about.
Please write in English for the sake of our international contributors!

## Document Formats
What document formats will benefit from this new functionality?

- [ ] XLSX
- [ ] XLSM
- [ ] CSV
- [ ] OTHER

### Upload Excel File

Please attach your issue file by dragging or droppng, selecting or pasting them.

e.g : [https://github.com/shps951023/MiniExcel/files/6538107/demo.xlsx](https://github.com/shps951023/MiniExcel/files/6538107/demo.xlsx)


- [ ] XLSM
- [ ] Other

### MiniExcel Version
## Motivation
How does the need for this feature arise? What problem does it solve?

## Proposed Solution
Describe how you envision this feature working. Be as detailed as you can.

## Alternatives Considered
Have you considered any alternative solutions or workarounds?

### Description
## Additional Context
Include any extra info, screenshots, diagrams, or links.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/report_issue.md

This file was deleted.

Loading