From 908d3cdfbd0a941e1931084cce49a6d9efc3d2f4 Mon Sep 17 00:00:00 2001 From: IanM <16573496+imorland@users.noreply.github.com> Date: Fri, 4 Oct 2024 08:38:16 +0100 Subject: [PATCH 1/4] chore: update readme (#201) --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 28dfcd0..31f8a1a 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,16 @@ Private discussions for your forum. Allows you to select specific recipients for - Force new posts in these private discussions to show real-time. ## Installation - - - composer require fof/byobu:"*" +```php +composer require fof/byobu:"*" +``` ## Updating - - composer update fof/byobu - php flarum migrate - php flarum cache:clear +```php +composer update fof/byobu +php flarum migrate +php flarum cache:clear +``` ## Configuration From f168fc4dbb036b60ab76a4bac826522567cddde7 Mon Sep 17 00:00:00 2001 From: IanM <16573496+imorland@users.noreply.github.com> Date: Fri, 4 Oct 2024 08:44:40 +0100 Subject: [PATCH 2/4] chore: update README (#202) --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 31f8a1a..0a7bb3c 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,9 @@ In order to do so we rely on voluntary contributions on [OpenCollective](https:/ ## Links -- [Flarum Discuss post](https://discuss.flarum.org/d/4762) -- [Source code on GitHub](https://github.com/FriendsOfFlarum/byobu) -- [Changelog](https://github.com/FriendsOfFlarum/byobu/blob/master/CHANGELOG.md) +- [Discuss](https://discuss.flarum.org/d/4762) +- [GitHub](https://github.com/FriendsOfFlarum/byobu) - [Report an issue](https://github.com/FriendsOfFlarum/byobu/issues) -- [Download via Packagist](https://packagist.org/packages/fof/byobu) +- [Packagist](https://packagist.org/packages/fof/byobu) An extension by FriendsOfFlarum. From 0a9c1c9965426633a7e57c9f7b7fb48cf6ce9723 Mon Sep 17 00:00:00 2001 From: IanM Date: Fri, 4 Oct 2024 08:47:06 +0100 Subject: [PATCH 3/4] chore: add CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..b4be60d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @friendsofflarum/maintainers From 551063ee398aad02b863d3a6c767915b7accea9f Mon Sep 17 00:00:00 2001 From: IanM Date: Fri, 4 Oct 2024 08:48:14 +0100 Subject: [PATCH 4/4] chore: case? --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b4be60d..d95edc2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @friendsofflarum/maintainers +* @FriendsOfFlarum/maintainers