From 51040a897a5aced9cad8f31078c6e6372bea6ce8 Mon Sep 17 00:00:00 2001
From: Oh My Felix
Date: Mon, 6 Jul 2026 10:58:43 +0000
Subject: [PATCH 1/2] Docs: move documentation to README
Co-authored-by: Felix
---
.docs/README.md | 11 -----------
README.md | 20 +++++++++-----------
2 files changed, 9 insertions(+), 22 deletions(-)
delete mode 100644 .docs/README.md
diff --git a/.docs/README.md b/.docs/README.md
deleted file mode 100644
index b25c7e7..0000000
--- a/.docs/README.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# Contributte / Bare
-
-@todo
-
-## Setup
-
-@todo
-
-## Usage
-
-@todo
diff --git a/README.md b/README.md
index 71e2b96..76ab2ff 100644
--- a/README.md
+++ b/README.md
@@ -18,17 +18,7 @@
Website 🚀 contributte.org | Contact 👨🏻💻 f3l1x.io | Twitter 🐦 @contributte
-## Usage
-
-To install the latest version of `contributte/bare` use [Composer](https://getcomposer.org).
-
-```bash
-composer require contributte/bare
-```
-
-## Documentation
-
-For details on how to use this package, check out our [documentation](.docs).
+Empty library skeleton for quickly bootstrapping new Contributte packages.
## Versions
@@ -37,6 +27,14 @@ For details on how to use this package, check out our [documentation](.docs).
| dev | `dev-master` | `master` | 3.0+ | `>=8.0` |
| stable | `^0.1` | `master` | 3.0+ | `>=8.0` |
+## Installation
+
+To install the latest version of `contributte/bare` use [Composer](https://getcomposer.org).
+
+```bash
+composer require contributte/bare
+```
+
## Development
See [how to contribute](https://contributte.org/contributing.html) to this package.
From 551e9a951f037a660ab386b58105a45d90d1bce2 Mon Sep 17 00:00:00 2001
From: Oh My Felix
Date: Tue, 7 Jul 2026 17:04:00 +0000
Subject: [PATCH 2/2] Docs: polish README migration
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 76ab2ff..f72da76 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ composer require contributte/bare
See [how to contribute](https://contributte.org/contributing.html) to this package.
-This package is currently maintaining by these authors.
+This package is currently maintained by these authors.