Skip to content

Commit e851706

Browse files
author
Ian Goodacre
authored
docs: add links to the issue tracker, to developer/issues (electron#21945)
* docs: add links to the issue tracker Adding links to the issue tracker for existing issues and submission of new issues makes it easier to do what is otherwise well described in the issues doc. There are direct links to the issue tracker in other introductory docs, so I see no reason not to have them here, to facilitate access. * docs: update issues TOC * Changes recommended by malept
1 parent 95cfa1b commit e851706

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/development/issues.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ contribute:
1313

1414
1. By opening the issue for discussion: If you believe that you have found
1515
a new bug in Electron, you should report it by creating a new issue in
16-
the `electron/electron` issue tracker.
16+
the [`electron/electron` issue tracker](https://github.com/electron/electron/issues).
1717
2. By helping to triage the issue: You can do this either by providing
1818
assistive details (a reproducible test case that demonstrates a bug) or by
1919
providing suggestions to address the issue.
@@ -30,7 +30,9 @@ contributing, and more. Please use the issue tracker for bugs only!
3030

3131
## Submitting a Bug Report
3232

33-
When opening a new issue in the `electron/electron` issue tracker, users
33+
To submit a bug report:
34+
35+
When opening a new issue in the [`electron/electron` issue tracker](https://github.com/electron/electron/issues/new/choose), users
3436
will be presented with a template that should be filled in.
3537

3638
```markdown

0 commit comments

Comments
 (0)