You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
redirect bugs not for ProGit2 with config.yml file
This config.yml file adds extra links on the issue select screen on
GitHub. This way we can redirect bug reports that are not for the
ProGit 2 project in a visual way, instead of relying on users
reading a wall of Markdown commented text.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,6 @@ assignees: ''
13
13
<!-- * This bug is about the Pro Git book, version 2, English language. -->
14
14
<!-- * This bug is about the book as found on the [website](https://www.git-scm.com/book/en/v2) or the pdf. -->
15
15
<!-- * If you found an issue in the pdf/epub/mobi files, you've checked if the problem is also present in the Pro Git book on the [website](https://www.git-scm.com/book/en/v2). -->
16
-
<!-- * This bug is **not** about a translation, if so please file a bug with the translation project. You can find a table of translation projects here: [progit2/TRANSLATING.md](https://github.com/progit/progit2/blob/master/TRANSLATING.md) -->
17
-
<!-- * This bug is **not** about the git-scm.com site, if so please file a bug here: [git-scm.com/issues/new](https://github.com/git/git-scm.com/issues/new) -->
18
-
<!-- * This bug is **not** about git the program itself, if so please file a bug here: [git-scm.com/community](https://git-scm.com/community) -->
19
-
<!-- * This bug is **not** about Git for Windows, if so please file a bug here: [git-for-windows/git](https://github.com/git-for-windows/git). -->
20
16
21
17
**Which version of the book is affected?**
22
18
<!-- It's important for us to know if the problem is in the source or in the tooling for the pdf/epub/mobi files. -->
0 commit comments