From 7943fb8aea7992ac90e1f8528a07a2cb0458f51f Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Thu, 14 Mar 2024 18:08:31 -0400 Subject: [PATCH] Fix Markdown typo Signed-off-by: Alex Nelson --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d8c2854..7a241b4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ This project uses a typical GitHub fork and pull request [workflow](https://guid This repository consists of the following directories and files pertaining to the project: - [.github](.github): Contains GitHub issue and pull request templates for the project. -[CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md): This file contains a code of conduct for all project contributors. +- [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md): This file contains a code of conduct for all project contributors. - [CONTRIBUTING.md](CONTRIBUTING.md): This file is for potential contributors to the project. It provides basic information on the project, describes the main ways people can make contributions, explains how to report issues, and lists pointers to additional sources of information. It also has instructions on establishing a development environment for contributing to the project and using GitHub project cards to track development sprints. - [LICENSE.md](LICENSE.md): This file contains license information for the files in this GitHub repository. - [USERS.md](USERS.md): This file explains which types of users are most likely to benefit from use of this project and its artifacts.