Skip to content

Commit 75e3f15

Browse files
committed
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.
1 parent 676b95d commit 75e3f15

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ assignees: ''
1313
<!-- * This bug is about the Pro Git book, version 2, English language. -->
1414
<!-- * This bug is about the book as found on the [website](https://www.git-scm.com/book/en/v2) or the pdf. -->
1515
<!-- * 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). -->
2016

2117
**Which version of the book is affected?**
2218
<!-- It's important for us to know if the problem is in the source or in the tooling for the pdf/epub/mobi files. -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
contact_links:
2+
- name: Translation bug
3+
url: https://github.com/progit/progit2/blob/master/TRANSLATING.md
4+
about: Refer to this table to find out where to report translation bugs.
5+
6+
- name: Report bugs for git-scm.com site
7+
url: https://github.com/git/git-scm.com/issues/
8+
about: Please report problems with the git-scm.com site here.
9+
10+
- name: Bug is about Git program itself
11+
url: https://git-scm.com/community
12+
about: Please report problems with the Git program here.
13+
14+
- name: Bug is about Git for Windows
15+
url: https://github.com/git-for-windows/git/issues
16+
about: Please report problems with Git for Windows here.

0 commit comments

Comments
 (0)