Improved the issue template

This commit is contained in:
Mark J Price 2022-11-30 08:29:45 +00:00
parent c63e10241a
commit 4a92673562
2 changed files with 8 additions and 5 deletions

View file

@ -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: Chapter:
Page Number: Page Number:
Section Title: Section Title:
Step Number:
Problem to fix: Problem to fix:
Suggested solution: Suggested solution:
Other useful information e.g. OS, coding tools, and so on: Other useful information e.g. OS, coding tools, and so on:

View file

@ -131,7 +131,7 @@ If you have Source Link disabled, then to see the filename you must expand the c
#endregion #endregion
``` ```
## Page 412 - Compressing streams # Page 412 - Compressing streams
> Thanks to Bob Molloy for raising this issue via email. > Thanks to Bob Molloy for raising this issue via email.
@ -145,7 +145,7 @@ It should be:
WriteLine("The compressed contents:"); 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). > Thanks to [Chadwick Geyser](https://github.com/chadwickgeyser) for raising this [issue on 29 November 2022](https://github.com/markjprice/cs11dotnet7/issues/5).