remove dead link to templates

This commit is contained in:
Ashley Mannix 2023-08-11 19:54:15 +10:00 committed by GitHub
parent e5e0349098
commit 1a109d9002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,9 +60,6 @@ sometimes you might not what exactly you are looking for.
File your issue with a descriptive title, as this helps others find your issue.
Reporting a bug is as easy as following [this link][Bug Report Link] and
filling it in.
Sometimes a backtrace may be needed. In that case, set `RUST_BACKTRACE`
environment variable to `1`. For example:
@ -73,8 +70,6 @@ $ RUST_BACKTRACE=1 cargo build
> We welcome pull requests for your own bug reports, provided they have been
discussed.
[Bug Report Link]: https://github.com/uuid-rs/uuid/issues/new?template=Bug_report.md
# Pull Requests
[Pull Requests]: #pull-requests