From 76d51b060a10c3b4eabc79d80d7e2f4e487b3b78 Mon Sep 17 00:00:00 2001 From: James Ives Date: Thu, 19 Sep 2024 09:44:26 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3dd098f..915754b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ The four main requirements for this project are: ## Process -1. File an issue on the [Issues board](https://github.com/JamesIves/hlds-docker/issues), or create a discussion on the [Discussions board](https://github.com/JamesIves/hlds-docker/discussions). +1. File an issue on the [Issue board](https://github.com/JamesIves/hlds-docker/issues), or create a discussion on the [Discussions board](https://github.com/JamesIves/hlds-docker/discussions). 2. Once discussed and agreed upon, clone the project and base your changes on the `beta` branch. 3. Make your changes. 4. Validate your changes; at the very least, please build the image and start a server. [You can learn how to build the images using the guide located here](docs/BUILDING_AN_IMAGE.md).