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

View file

@ -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).