diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c53f7e4c..3b6895d3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 0797283d..00000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: Custom issue template -about: Describe this issue template's purpose here. -title: '' -labels: '' -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) - - - -### MiniExcel Version - - - -### Description diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 12591e20..97088c31 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/report_issue.md b/.github/ISSUE_TEMPLATE/report_issue.md deleted file mode 100644 index f719cdc7..00000000 --- a/.github/ISSUE_TEMPLATE/report_issue.md +++ /dev/null @@ -1,20 +0,0 @@ -### Excel Type - -- [ ] XLSX -- [ ] XLSM -- [ ] CSV -- [ ] OTHER - -### Upload Excel File - -Please attach your issue file by dragging or droppng, selecting or pasting them. - -e.g : [demo.xlsx](https://github.com/shps951023/MiniExcel/files/6538107/demo.xlsx) - - - -### MiniExcel Version - - - -### Description \ No newline at end of file