@@ -174,9 +174,8 @@ pages.
174
174
…report a bug in beets?
175
175
-----------------------
176
176
177
- We use the `issue tracker <https://github.com/beetbox/beets/issues >`__
178
- on GitHub. `Enter a new issue <https://github.com/beetbox/beets/issues/new >`__
179
- there to report a bug. Please follow these guidelines when reporting an issue:
177
+ We use the `issue tracker `_ on GitHub where you can `open a new ticket `_.
178
+ Please follow these guidelines when reporting an issue:
180
179
181
180
- Most importantly: if beets is crashing, please `include the
182
181
traceback <https://imgur.com/jacoj> `__. Tracebacks can be more
@@ -206,6 +205,7 @@ If you've never reported a bug before, Mozilla has some well-written
206
205
`general guidelines for good bug
207
206
reports `_.
208
207
208
+ .. _issue tracker : https://github.com/beetbox/beets/issues
209
209
.. _general guidelines for good bug reports : https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines
210
210
211
211
@@ -343,11 +343,11 @@ read the file. You can also use specialized programs for checking file
343
343
integrity---for example, type ``metaflac --list music.flac `` to check
344
344
FLAC files.
345
345
346
- If beets still complains about a file that seems to be valid, `file a
347
- bug <https://github.com/beetbox/beets/issues/new> `__ and we'll look into
348
- it. There's always a possibility that there's a bug "upstream" in the
349
- ` Mutagen < https://github.com/quodlibet/mutagen >`__ library used by beets,
350
- in which case we'll forward the bug to that project's tracker.
346
+ If beets still complains about a file that seems to be valid, `open a new
347
+ ticket `_ and we'll look into it. There's always a possibility that there's
348
+ a bug "upstream" in the ` Mutagen < https://github.com/quodlibet/mutagen >`__
349
+ library used by beets, in which case we'll forward the bug to that project's
350
+ tracker.
351
351
352
352
353
353
.. _importhang :
@@ -398,3 +398,5 @@ try `this Super User answer`_.
398
398
399
399
.. _this Super User answer : https://superuser.com/a/284361/4569
400
400
.. _pip : https://pip.pypa.io/en/stable/
401
+ .. _open a new ticket :
402
+ https://github.com/beetbox/beets/issues/new?template=bug-report.md
0 commit comments