The console link in the issue chooser still says barakoBrew has no templates
- Dominant language
- C#
- Stars
- 6
- Forks
- 7
- Avg merge
- 4h 42m
- Merged PRs (30d)
- 307
Description
`.github/ISSUE_TEMPLATE/config.yml` routes console reports to barakoBrew like this:
```yaml
- name: A bug in the console (barakoBrew)
url: https://github.com/BaryoDev/barakoBrew/issues/new
about: The console lives in its own repository (BaryoDev/barakoBrew). It has no issue
templates yet, so this opens a plain form there. Say what you saw, the console version
shown on screen, and whether the same action works against the API directly.
```
barakoBrew now has issue templates: a bug form and a feature request form, added in BaryoDev/barakoBrew#57. So the link should go to the chooser and the apology should go.
```yaml
- name: A bug in the console (barakoBrew)
url: https://github.com/BaryoDev/barakoBrew/issues/new/choose
about: The console lives in its own repository (BaryoDev/barakoBrew), and anything you saw
on a screen goes there.
```
The wording that is worth keeping is already in the barakoBrew bug form itself: it asks for the console version, the API version, and whether the same action fails against the API directly, which is what decides which of the two repositories a report belongs in.
Small, but the current text tells a reporter they are being sent somewhere that will not help them, which is no longer true.
Contributor guide
Assessment
This issue has not been assessed yet.