From 98fe2a18312e9f758d753d420336a7452b453dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Dorni=C4=8D=C3=A1k?= <64079894+Atsukoro1@users.noreply.github.com> Date: Fri, 2 Dec 2022 20:57:30 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76b7a69..3ca7764 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,19 @@ chmod +x ./install.sh && sudo ./install.sh - 🖥️ On Windows -```sh +```txt (WIP) Ponyfetch is still not available on Windows ``` - 🍎 On Mac -```sh +```txt (WIP) Ponyfetch was never tested on Mac and it's stability can't be guaranteed. ``` + +## 📚 Contributing + +#### 🐎 Adding new ponies +If you wish to add new ponies to the project, please adhere to the following guidelines in order to maintain the project's structural integrity and functionality. The two main distinguishing features of these ponies are their size and style (e.g. Hat or Wings). Refer to the current pony ASCII art to determine the size of your new pony. If your pony is larger than the others, use the format `_large`. If the size is the same as an existing pony, find a visible difference between your pony and the current one, and name it `__large`. If you still don't know, open an issue and discuss it with members of our team. + +- 🖥️ Modifying & Adding code