Skip to content

Commit

Permalink
Merge pull request #86 from TGSAI/contributing-unique-refs
Browse files Browse the repository at this point in the history
Make contributing document link references unique.
  • Loading branch information
BrianMichell authored Aug 12, 2024
2 parents 45bc70b + 5974993 commit c0665bc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ welcomes contributions in the form of bug reports, feature requests, and pull re

Here is a list of important resources for contributors:

- [Source Code]
- [Source Code][source code cpp]
- [Documentation] (Updated link pending)
- [Issue Tracker]
- [Issue Tracker][issue tracker cpp]
- [Code of Conduct]

[apache 2.0 license]: https://opensource.org/licenses/Apache-2.0
[source code]: https://github.com/TGSAI/mdio-cpp
[source code cpp]: https://github.com/TGSAI/mdio-cpp
[documentation]: https://mdio-python.readthedocs.io/
[issue tracker]: https://github.com/TGSAI/mdio-cpp/issues
[issue tracker cpp]: https://github.com/TGSAI/mdio-cpp/issues

## How to report a bug

Report bugs on the [Issue Tracker].
Report bugs on the [Issue Tracker][issue tracker cpp].

When filing an issue, make sure to answer these questions:

Expand All @@ -33,7 +33,7 @@ and/or steps to reproduce the issue.

## How to request a feature

Request features on the [Issue Tracker].
Request features on the [Issue Tracker][issue tracker cpp].

## How to set up your development environment

Expand Down Expand Up @@ -119,7 +119,7 @@ Each **MDIO** library will provide an associated cmake alias, e.g. mdio::mdio wh

## How to submit changes

Open a [pull request] to submit changes to this project.
Open a [pull request][pull request cpp] to submit changes to this project.

Your pull request needs to meet the following guidelines for acceptance:

Expand All @@ -134,8 +134,8 @@ Feel free to submit early, though—we can always iterate on this. Drafts are en
It is recommended to open an issue before starting work on anything.
This will allow a chance to talk it over with the owners and validate your approach.

[pull request]: https://github.com/TGSAI/mdio-cpp/pulls
[pull request cpp]: https://github.com/TGSAI/mdio-cpp/pulls

<!-- github-only -->

[code of conduct]: CODE_OF_CONDUCT.md
[code of conduct]: CODE_OF_CONDUCT.md

0 comments on commit c0665bc

Please sign in to comment.