mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
Merge branch 'main' of https://github.com/markjprice/cs11dotnet7
This commit is contained in:
commit
5e009524c7
19
.github/ISSUE_TEMPLATE/book-content-issue-template.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/book-content-issue-template.md
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
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). 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.
|
||||
|
||||
Chapter:
|
||||
Page Number:
|
||||
Section Title:
|
||||
Problem to fix:
|
||||
Suggested solution:
|
||||
Other useful information e.g. OS, coding tools, and so on:
|
||||
Loading…
Reference in a new issue