From 73770bd975bb8fe91a9d8e0cad5fcb9b03eeb452 Mon Sep 17 00:00:00 2001 From: "Mark J. Price" Date: Wed, 23 Nov 2022 06:41:47 +0000 Subject: [PATCH] Update issue templates --- .../book-content-issue-template.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/book-content-issue-template.md diff --git a/.github/ISSUE_TEMPLATE/book-content-issue-template.md b/.github/ISSUE_TEMPLATE/book-content-issue-template.md new file mode 100644 index 0000000..fd0397b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/book-content-issue-template.md @@ -0,0 +1,18 @@ +--- +name: Book content issue template +about: Use this template to submit an issue about content in the book. For example, + a typo in the text like a wrong name for something, or a change in behavior of a + tool. +title: '' +labels: '' +assignees: '' + +--- + +Please check that your issue is not already in the [errata aka list of corrections and improvements](https://github.com/markjprice/cs11dotnet7/blob/main/docs/errata/README.md). + +Chapter: +Page Number: +Section Title: +Problem to fix: +Suggested solution: