README.md: Link straight to contributing in contents (#6525)

Avoids need to click twice to get to contributing.md.
This commit is contained in:
Isaac Turner
2024-04-22 11:19:53 +08:00
committed by GitHub
parent c88be31ec2
commit 77536e68f0

View File

@@ -20,7 +20,7 @@ Welcome to the WPILib project. This repository contains the HAL, WPILibJ, and WP
- [Running examples in simulation](#running-examples-in-simulation)
- [Publishing](#publishing)
- [Structure and Organization](#structure-and-organization)
- [Contributing to WPILib](#contributing-to-wpilib)
- [Contributing to WPILib](./CONTRIBUTING.md)
## WPILib Mission
@@ -179,7 +179,3 @@ The hal directory contains more C++ code meant to run on the roboRIO. HAL is an
The upstream_utils directory contains scripts for updating copies of thirdparty code in the repository.
The [styleguide repository](https://github.com/wpilibsuite/styleguide) contains our style guides for C++ and Java code. Anything submitted to the WPILib project needs to follow the code style guides outlined in there. For details about the style, please see the contributors document [here](CONTRIBUTING.md#coding-guidelines).
# Contributing to WPILib
See [CONTRIBUTING.md](CONTRIBUTING.md).