From 5b0fa85b789e39917321276a7c4901b307939739 Mon Sep 17 00:00:00 2001
From: Vurv <56230599+Vurv78@users.noreply.github.com>
Date: Mon, 26 Jun 2023 11:36:44 -0700
Subject: [PATCH] New `README.md` (#2650)
---
CONTRIBUTING.md | 2 +-
README.md | 41 +++++++++++++++++++----------------------
2 files changed, 20 insertions(+), 23 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f9b664c9..c7cfe82d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
# Coding Guidelines
-Please see https://github.com/wiremod/wire/wiki/Coding-style for information on how code formatting is standardized in the Wiremod project.
+Please see https://github.com/wiremod/wire/wiki/Developer-Style-Guide for information on how code formatting is standardized in the Wiremod project.
---
diff --git a/README.md b/README.md
index d15c2f99..44b82133 100644
--- a/README.md
+++ b/README.md
@@ -1,37 +1,34 @@
-# Wiremod
+# Wiremod [](LICENSE) [](https://discord.gg/H8UKY3Y) [](https://steamcommunity.com/sharedfiles/filedetails/?id=160250458)
-Wiremod is a [Garry's Mod][] addon which adds entities that communicate via data wires. It can be used to control robots, vehicles, to make computers inside Garry's Mod, and much more!
+> An addon for [Garry's Mod](https://garrysmod.com) which adds entities that communicate via wires. It can be used to create robots, vehicles, computers and much more!
-# Workshop Installation
+## ⬇️ Installation
-The Wiremod Collection is available on the Steam Workshop! Go to the [Workshop page][WireTeam Workshop Collection] and press `Subscribe` on the addons you want
+| Addon | Workshop | GitHub |
+| --- | --- | --- |
+|**Wiremod**| [](https://steamcommunity.com/sharedfiles/filedetails/?id=160250458) | https://github.com/wiremod/wire |
+|**AdvDupe2**| [](https://steamcommunity.com/sharedfiles/filedetails/?id=773402917)| https://github.com/wiremod/advdupe2 |
+|**Wire Extras**| [None yet](https://github.com/wiremod/wire-extras/issues/113) | https://github.com/wiremod/wire-extras |
-# Manual Installation
+For git, inside of `steamapps/common/Garrysmod/garrysmod/addons`, run ``git clone https://github.com/wiremod/wire``.
-Clone this repository into your `steamapps\common\GarrysMod\garrysmod\addons` folder using this command if you are using git:
+## 📖 Documentation
- git clone https://github.com/wiremod/wire.git wire
+You can find documentation [on our wiki](https://github.com/wiremod/wire/wiki)!
-# License
-Copyright 2008 onwards by the Wire Team
+## 🤝 Contributing
-Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
+> Before contributing to wiremod, take a look at the [code of conduct](CODE_OF_CONDUCT.md).
-http://www.apache.org/licenses/LICENSE-2.0
+### 💡 Suggestions
-Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
+To submit a suggestion, [use the discussions page](https://github.com/wiremod/wire/discussions/new?category=suggestions).
-# Links
+### 🐛 Bug Reports
-[Garry's Mod]:
+To submit a bug report, [make an issue](https://github.com/wiremod/wire/issues/new/choose).
-[WireTeam Workshop Collection]:
+### 🧑💻 Pull Requests
-[Wiremod landing page](http://wiremod.com)
-
-[Wiremod Official Discord](https://discord.gg/H8UKY3Y)
-
-# Contributor Guidelines
-
-See CONTRIBUTING.md for guidelines on contributing and participating in the wiremod project.
+Before making a PR, ensure your code follows the [developer style guide](https://github.com/wiremod/wire/wiki/Developer-Style-Guide).
\ No newline at end of file