Fix internal links in CONTRIBUTING.md

This commit is contained in:
Andrew Senetar 2022-03-21 22:19:58 -05:00
parent 448d33dcb6
commit 8cee1a9467
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
1 changed files with 3 additions and 3 deletions

View File

@ -9,11 +9,11 @@ The following is a set of guidelines and information for contributing to dupeGur
[Ways to Contribute](#ways-to-contribute)
* [Reporting Bugs](#reporting-bugs)
* [Suggesting Enhancements](#suggesting-enhancements)
* [Localization](#Localization)
* [Localization](#localization)
* [Code Contribution](#code-contribution)
* [Pull Requests](#pull-requests)
[Styleguides](#styleguides)
[Style Guides](#style-guides)
* [Git Commit Messages](#git-commit-messages)
* [Python Style Guide](#python-style-guide)
* [Documentation Style Guide](#documentation-style-guide)
@ -36,7 +36,7 @@ The following is a set of guidelines and information for contributing to dupeGur
Please follow these steps to have your contribution considered by the maintainers:
1. Keep Pull Request specific to one feature or bug.
2. Follow the [styleguides](#styleguides)
2. Follow the [style guides](#style-guides)
3. After you submit your pull request, verify that all [status checks](https://help.github.com/articles/about-status-checks/) are passing <details><summary>What if the status checks are failing?</summary>If a status check is failing, and you believe that the failure is unrelated to your change, please leave a comment on the pull request explaining why you believe the failure is unrelated. A maintainer will re-run the status check for you. If we conclude that the failure was a false positive, then we will open an issue to track that problem with our status check suite.</details>
While the prerequisites above must be satisfied prior to having your pull request reviewed, the reviewer(s) may ask you to complete additional design work, tests, or other changes before your pull request can be ultimately accepted.