This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new 51fb536b0 chore: standardize markdown heading underlines (#2525)
51fb536b0 is described below
commit 51fb536b005af2f346f8ea27c7076b2fb7138975
Author: John Bampton <[email protected]>
AuthorDate: Mon Feb 9 08:23:49 2026 +1000
chore: standardize markdown heading underlines (#2525)
---
CONTRIBUTING.md | 4 ++--
samples/spring-boot-3-web/README.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1d0432c35..f820893ce 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,5 +1,5 @@
Contributing to Apache Shiro
-=======================================
+============================
Summary
-------
@@ -52,7 +52,7 @@ $ git commit -a -m "descriptive commit message for your
changes"
> Once the `feature_x` branch exists, you can later switch to it with only
> `git checkout feature_x`.
Rebase `feature_x` to include updates from `upstream/main`
-------------------------------------------------------------
+----------------------------------------------------------
It is important that you maintain an up-to-date `main` branch in your local
repository. This is done by rebasing in the code changes from `upstream/main`
(the official Apache Shiro project repository) into your local repository.
You will want to do this before you start working on a feature as well as right
diff --git a/samples/spring-boot-3-web/README.md
b/samples/spring-boot-3-web/README.md
index a19af8581..7317e6447 100644
--- a/samples/spring-boot-3-web/README.md
+++ b/samples/spring-boot-3-web/README.md
@@ -1,5 +1,5 @@
Apache Shiro + Spring Boot 3 Web Example
-=================================
+========================================
A Spring Boot example web application that show the usage of a user login,
checking permissions, and annotation
protected methods.