From 8cee1a9467c1cf6ed69211293fb71a9c04b8fac9 Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Mon, 21 Mar 2022 22:19:58 -0500 Subject: [PATCH] Fix internal links in CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0a37ed65..58874a1d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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
What if the status checks are failing?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.
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.