From f395b8be0335abf3eb4e7604ab539e108fd563ff Mon Sep 17 00:00:00 2001 From: DavidAZimmerly <81576829+DavidAZimmerly@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:08:13 -0600 Subject: [PATCH] update CONTRIBUTING.md removing doc update refs --- CONTRIBUTING.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 95dd843..b462ed1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,8 +19,7 @@ All types of contributions are encouraged and valued. See the [Table of Contents - [Reporting Bugs](#reporting-bugs) - [Suggesting Enhancements](#suggesting-enhancements) - [Your First Code Contribution](#your-first-code-contribution) - - [Improving The Documentation](#improving-the-documentation) -- [Styleguides](#styleguides) +- [Style guides](#styleguides) - [Commit Messages](#commit-messages) - [Join The Project Team](#join-the-project-team) @@ -129,15 +128,9 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/arcxp/ Please make sure that you write tests for your changes if changing any logic. Please verify that existing tests pass for your changes. -If you add features or change functionality, please update the relevant documentation. If you need help, please use Discussions to ask for help. - -### Improving The Documentation - -Enjoy improving documentation? Outstanding! Please submit documentation changes in the same way code changes are submitted. If you are translating documentation to another language, please reach out in a Discussion. We'd love to work with you! - -## Styleguides +## Style Guides ### Commit Messages What is the purpose of the change?