From 5f7bbae19247e6c1366f3cad0f56cb9a6e1f423d Mon Sep 17 00:00:00 2001
From: lxndrblz <12200062+lxndrblz@users.noreply.github.com>
Date: Sat, 20 Sep 2025 07:31:42 +0000
Subject: [PATCH] style: prettier format all files
---
.github/CONTRIBUTING.md | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 86e3612..1a61fae 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -21,7 +21,6 @@
3. Use conventional commit messages whenever you commit changes, as these help me understand your contribution better and track your changes. If you are not familiar with conventional commit messages, you can find a good introduction under [this](https://www.conventionalcommits.org/en/v1.0.0/) link. Please refrain from using non-descriptive commit messages or filing large changes as a single commit. All commits will be checked for conformity using Git Hooks and [Husky](https://github.com/typicode/husky). For setting up Husky in your Anatole project, you will have to run `npm run setup` once. This step will set up all the necessary dependencies and configuration files.
4. When deciding if I merge a pull request, I look at the following things:
-
- Does it provide a clear benefit to other users (i. e. does it solve a clearly defined and common problem)
- Does it follow Anatole's paramount goal of being a minimalistic and visually pleasant Hugo theme? In other words, make sure it does not bloat the theme.
- Is it of good quality?
--
Gitblit v1.10.0