Reference bug report template with kebab rather than snake cased filename

This commit is contained in:
Hugo Hache 2021-06-09 11:14:06 +02:00
parent afb393fe30
commit 7a3f4d0cdb
4 changed files with 5 additions and 5 deletions

View File

@ -139,4 +139,4 @@ markdown-toc -i --maxdepth 3 --bullets='-' README.md
1. cherry-pick the "Release 10.3.0" commit from the `10-stable` branch
1. git push origin master
[1]: https://github.com/paper-trail-gem/paper_trail/blob/master/.github/ISSUE_TEMPLATE/bug_report.md
[1]: https://github.com/paper-trail-gem/paper_trail/blob/master/.github/ISSUE_TEMPLATE/bug-report.md

View File

@ -15,7 +15,7 @@ closed without comment.
**Is your feature suggestion related to a problem? Please describe.**
A clear and concise description of the problem. You may find the
[bug report template](https://github.com/paper-trail-gem/paper_trail/blob/master/.github/ISSUE_TEMPLATE/bug_report.md)
[bug report template](https://github.com/paper-trail-gem/paper_trail/blob/master/.github/ISSUE_TEMPLATE/bug-report.md)
helpful.
**Describe the solution you'd like to build**

View File

@ -1,4 +1,4 @@
# frozen_string_literal: true
# Moved to .github/ISSUE_TEMPLATE/bug_report.md
# Moved to .github/ISSUE_TEMPLATE/bug-report.md
# Please update your bookmarks

View File

@ -13,7 +13,7 @@ For instructions on how to file a bug report, please see our [issue template][3]
[1]: https://github.com/paper-trail-gem/paper_trail/blob/master/.github/CONTRIBUTING.md
[2]: https://stackoverflow.com/tags/paper-trail-gem
[3]: https://github.com/paper-trail-gem/paper_trail/blob/master/.github/ISSUE_TEMPLATE/bug_report.md
[3]: https://github.com/paper-trail-gem/paper_trail/blob/master/.github/ISSUE_TEMPLATE/bug-report.md
```
## Responses to Common Problems
@ -24,7 +24,7 @@ Hi ___. All issues are required to use our [issue template][2]. See also our
and I'll do what I can to help!
[1]: https://github.com/paper-trail-gem/paper_trail/blob/master/.github/CONTRIBUTING.md
[2]: https://github.com/paper-trail-gem/paper_trail/blob/master/.github/ISSUE_TEMPLATE/bug_report.md
[2]: https://github.com/paper-trail-gem/paper_trail/blob/master/.github/ISSUE_TEMPLATE/bug-report.md
```
## Usage question masquerading as a feature proposal