From 59149e917c9beaeee34115eab4de51687c82933c Mon Sep 17 00:00:00 2001 From: xuri Date: Fri, 26 Jul 2024 22:19:45 +0800 Subject: [PATCH] Add issue templates and pull request templates for the repository --- .github/ISSUE_TEMPLATE/book_errata.md | 41 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/docs_issue.md | 37 ++++++++++++++++++++++++ PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++ 3 files changed, 96 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/book_errata.md create mode 100644 .github/ISSUE_TEMPLATE/docs_issue.md create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/book_errata.md b/.github/ISSUE_TEMPLATE/book_errata.md new file mode 100644 index 00000000..8bc7f7d5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/book_errata.md @@ -0,0 +1,41 @@ +--- +name: Book issues +about: "Submit errata for the for the book \"Excelize: The Definitive Guide\", 1st Edition, Simplified Chinese version" + +--- + + + +**Page number or section name where error is located** + +**Location on the page** + + + +**Type of error** + + + +- [ ] Serious technical mistake +- [ ] Minor technical mistake +- [ ] Important language/formatting problem +- [ ] Language change or typo +- [ ] Question or request for clarification + +**Format of product where you found the error** + + + +- [ ] Printed +- [ ] ePub +- [ ] PDF +- [ ] Other Digital Version + +**Detailed description of error** + + diff --git a/.github/ISSUE_TEMPLATE/docs_issue.md b/.github/ISSUE_TEMPLATE/docs_issue.md new file mode 100644 index 00000000..dba7a170 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/docs_issue.md @@ -0,0 +1,37 @@ +--- +name: Docs issues +about: Create a report to help us improve + +--- + + + +**Description** + + + +**The reason for your feedback** + + + +- [ ] Content is hard to understand +- [ ] Procedure or code doesn't work +- [ ] Couldn't find what I need +- [ ] Out of date/obsolete +- [ ] Other + +**Docs URL:** + +```text +(paste here) +``` diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..326a9c26 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ +# PR Details + + + +## Description + + + +## Related Issue + + + + + + +## Motivation and Context + +