Skip to content

Add a bug report template. (DO NOT MERGE) #1244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 43 commits into from
Apr 15, 2019
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
a5d0804
Update issue templates
HonkingGoose Apr 4, 2019
2c18789
Add checklist.
HonkingGoose Apr 4, 2019
e727a5b
Add link to translation projects.
HonkingGoose Apr 4, 2019
18d4d2a
Replace list with table.
HonkingGoose Apr 4, 2019
ae87eaf
Add Javascript comments, add punctuation.
HonkingGoose Apr 4, 2019
81843b5
Remove unnecessary capitalization.
HonkingGoose Apr 5, 2019
2b93405
Remove unnecessary capitalization.
HonkingGoose Apr 5, 2019
27ad71c
Add guidance on steps to reproduce.
HonkingGoose Apr 5, 2019
802d034
Add note to refence other bugs.
HonkingGoose Apr 5, 2019
a94f3e1
Add how-to mark checkbox with Github Markdown.
HonkingGoose Apr 5, 2019
3a242ef
Change text to be more descriptive.
HonkingGoose Apr 5, 2019
5d62032
Fix Javascript comments for list.
HonkingGoose Apr 5, 2019
a222057
Add colon.
HonkingGoose Apr 5, 2019
ad43927
Add Javascript comment.
HonkingGoose Apr 8, 2019
1bf0d1d
Remove backticks.
HonkingGoose Apr 8, 2019
bdff49c
Add checkbox, fix text.
HonkingGoose Apr 8, 2019
a588788
Create inline links.
HonkingGoose Apr 8, 2019
a06effa
Add section on e-book readers.
HonkingGoose Apr 10, 2019
f602982
Fixes, see description below
HonkingGoose Apr 10, 2019
d118c7a
Add application.
HonkingGoose Apr 10, 2019
2750a22
Add application.
HonkingGoose Apr 10, 2019
8a70a99
Fix comment.
HonkingGoose Apr 10, 2019
ff3de15
Add checkbox/selector for pdf/website.
HonkingGoose Apr 10, 2019
f35e38a
Remove text.
HonkingGoose Apr 10, 2019
1f4e330
Fix indentation.
HonkingGoose Apr 10, 2019
45d9adb
Fix indention for all list items.
HonkingGoose Apr 10, 2019
a424fdc
Change wording for checkbox.
HonkingGoose Apr 12, 2019
6356959
Change wording for pdf/website cross-check.
HonkingGoose Apr 12, 2019
e191fe6
Convert checkboxes to list items.
HonkingGoose Apr 12, 2019
cb9de83
Convert checkbox pdf/website to a question.
HonkingGoose Apr 12, 2019
eb081ac
Rewrite text to better fit list format.
HonkingGoose Apr 12, 2019
d7e4d08
Rewrite pdf/website question.
HonkingGoose Apr 12, 2019
fc97286
Fix grammar.
HonkingGoose Apr 12, 2019
2eec9e1
Remove line about not accepting .epub/.mobi bugs.
HonkingGoose Apr 13, 2019
97be0ac
Expand list to include epub/mobi files.
HonkingGoose Apr 13, 2019
7741ce0
Clarify why we need the source/file comparison.
HonkingGoose Apr 13, 2019
c6b8454
Add comment for device detail forms.
HonkingGoose Apr 13, 2019
0c0ccca
Add horizontal rulers. Move context section up.
HonkingGoose Apr 13, 2019
fc54e47
Comment out checklist. Remove ruler.
HonkingGoose Apr 13, 2019
e1eb5a0
Add colon to headers.
HonkingGoose Apr 13, 2019
6a71ead
Remove horizontal ruler.
HonkingGoose Apr 13, 2019
e5089e1
Remove e.g.
HonkingGoose Apr 15, 2019
c8da430
Squash comments into one comment above each list.
HonkingGoose Apr 15, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

<!-- Before filing a bug please check the following: -->
<!-- * There's no existing/similar bug report. -->
<!-- * This bug report is about a single actionable bug. -->
<!-- * This bug is about the Pro Git book, version 2, English language. -->
<!-- * This bug is about the book as found on the [website](https://www.git-scm.com/book/en/v2) or the pdf. -->
<!-- * If you found a 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). -->
<!-- * 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) -->
<!-- * 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) -->
<!-- * 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) -->
<!-- * 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). -->

**Which version of the book is affected?**
<!-- It's important for us to know if the problem is in the source or in the tooling for the pdf/epub/mobi files. -->
<!-- Therefore, please write whether the problem is with the files, the online book, or both. -->

**Describe the bug:**
<!-- A clear and concise description of what the bug is. -->

**Steps to reproduce:**
<!-- Please write the steps needed to reproduce the bug here. -->
<!-- 1. Go to '...' -->
<!-- 2. Click on '....' -->
<!-- 3. Scroll down to '....' -->
<!-- 4. See error -->

**Expected behavior:**
<!-- A clear and concise description of what you expected to happen. -->

**Screenshots:**
<!-- If applicable, add screenshots to help explain your problem. -->

**Additional context:**
<!-- Add any other context about the problem here. -->
<!-- You can also put references to similar bugs here. -->

**Desktop:**
<!-- If you've used a desktop/laptop to access the content, please fill in this form. -->
<!-- Example: Windows 10 Home Edition, Firefox, version 66.0.2 -->
- Operating system:
- Browser/application:
- Browser/application version:

**Smartphone:**
<!-- If you've used a smartphone to access the content, please fill in this form. -->
<!-- Example: iPhone 6, iOS 12.2, Safari, version 22 -->
- Device:
- OS:
- Browser/application:
- Browser/application version:

**E-book reader:**
<!-- If you've used a e-book reader to access the content, please fill in this form. -->
<!-- Example: Amazon Kindle Paperwhite 10th generation, software update 5.11.1 -->
- Device:
- Software Update: