From 4a9267356254d22157d0b66838c8205c5beaaff3 Mon Sep 17 00:00:00 2001 From: Mark J Price Date: Wed, 30 Nov 2022 08:29:45 +0000 Subject: [PATCH] Improved the issue template --- .github/ISSUE_TEMPLATE/book-content-issue-template.md | 5 ++++- docs/errata/errata.md | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/book-content-issue-template.md b/.github/ISSUE_TEMPLATE/book-content-issue-template.md index 36ce2d5..d8add3a 100644 --- a/.github/ISSUE_TEMPLATE/book-content-issue-template.md +++ b/.github/ISSUE_TEMPLATE/book-content-issue-template.md @@ -9,11 +9,14 @@ 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). Please note that PRs will be ignored because code in the repo must match the print book already published. Please raise an issue instead so I can handle it appropriately. All issues will be entered into the errata once closed and fixed in the next book edition. +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). Please note that PRs will be ignored because code in the repo must match the print book already published. Please raise an issue instead so I can handle it appropriately. All issues will be entered into the errata once closed. They will also be fixed in the next book edition. + +You can delete the note above after reading it. Please complete as much information below as possible so that I can understand and fix the issue quickly. Screenshots can be especially useful. You can drag and drop images into the box. Thank you! Chapter: Page Number: Section Title: +Step Number: Problem to fix: Suggested solution: Other useful information e.g. OS, coding tools, and so on: diff --git a/docs/errata/errata.md b/docs/errata/errata.md index 4dc8f38..eb9edb7 100644 --- a/docs/errata/errata.md +++ b/docs/errata/errata.md @@ -14,8 +14,8 @@ If you find any mistakes, then please [raise an issue in this repository](https: - [Page 188 - Running unit tests using Visual Studio Code](#page-188---running-unit-tests-using-visual-studio-code) - [Page 244 - Init-only properties](#page-244---init-only-properties) - [Page 322 - Revealing the location of a type](#page-322---revealing-the-location-of-a-type) - - [Page 412 - Compressing streams](#page-412---compressing-streams) - - [Page 477 - Inserting entities](#page-477---inserting-entities) +- [Page 412 - Compressing streams](#page-412---compressing-streams) +- [Page 477 - Inserting entities](#page-477---inserting-entities) # Page 4, 8 - Pros and cons of the .NET Interactive Notebooks extension, Downloading and installing Visual Studio Code @@ -131,7 +131,7 @@ If you have Source Link disabled, then to see the filename you must expand the c #endregion ``` -## Page 412 - Compressing streams +# Page 412 - Compressing streams > Thanks to Bob Molloy for raising this issue via email. @@ -145,7 +145,7 @@ It should be: WriteLine("The compressed contents:"); ``` -## Page 477 - Inserting entities +# Page 477 - Inserting entities > Thanks to [Chadwick Geyser](https://github.com/chadwickgeyser) for raising this [issue on 29 November 2022](https://github.com/markjprice/cs11dotnet7/issues/5).