Update the "Send a bug report" window to use GitHub
Open
@samth is already working on this.
Since May 17, 2017.
- Dominant language
- Racket
- Stars
- 516
- Forks
- 103
- PR merge metrics
- No merged PRs in 30d
Description
The "Send a bug report" window uses http://bugs.racket-lang.org/, which seems to be the old bug tracker (and GitHub is preferred nowadays).
The submit code should be updated to use GitHub instead.
It would be possible to either open https://github.com/racket/REPO/issues/new?title=foo&body=bar in the user's browser, or use the GitHub API to directly submit the bug (this would however likely require that the user has a GitHub account).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.