Skip to content

Commit b6c41ec

Browse files
committed
fix: typo in project title
1 parent 5f95e30 commit b6c41ec

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
* dependabot workflow
1313

14+
## Fixed
15+
16+
* typo in project title
17+
1418
## [1.0.0] - 2025-10-12
1519

1620
### Added

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Base Minimum GitHub repo - Java Maven Edition
1+
# Bare Minimum GitHub repo - Java Maven Edition
22

3-
Minimum quality guidelines for maintainable GitHub projects, edited for Java Maven.
3+
Minimum quality guidelines for maintainable GitHub projects, with Java Maven-specific examples and configurations.
44

5-
Full guidelines can be found [bare-minimum-github-repo](https://github.com/fugerit79/bare-minimum-github-repo) project.
5+
This is the Java Maven edition of the [bare-minimum-github-repo](https://github.com/fugerit79/bare-minimum-github-repo) project, featuring:
66

77
[![Keep a Changelog v1.1.0 badge](https://img.shields.io/badge/changelog-Keep%20a%20Changelog%20v1.1.0-%23E05735)](CHANGELOG.md)
88
[![GitHub pages](https://img.shields.io/badge/GitHub-PAGES-%233557E0)](https://bareminimumjavamaven.fugerit.org/)
@@ -14,6 +14,11 @@ Full guidelines can be found [bare-minimum-github-repo](https://github.com/fuger
1414
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=fugerit79_bare-minimum-github-repo-java-maven&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=fugerit79_bare-minimum-github-repo-java-maven)
1515
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=fugerit79_bare-minimum-github-repo-java-maven&metric=coverage)](https://sonarcloud.io/summary/new_code?id=fugerit79_bare-minimum-github-repo-java-maven)
1616

17+
> [!NOTE]
18+
> 🌍 **Universal principles**
19+
>
20+
> While this guide focuses on Java Maven projects, the core quality principles apply to any software project.
21+
1722
## Requirements
1823

1924
[![Java version](https://img.shields.io/badge/build%20on-java%2021+-%234400ED.svg?style=for-the-badge&logo=openjdk&logoColor=white)](https://universe.fugerit.org/src/docs/versions/java21.html)

0 commit comments

Comments
 (0)