From 00025867a981856d41c87c25c0632cdc273d5a0f Mon Sep 17 00:00:00 2001 From: arnebr Date: Sun, 16 Jun 2024 09:44:23 +0000 Subject: [PATCH 1/2] chore: Refactor Text --- LICENSE.md | 2 +- README.md | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 361bd75..0e9f8b4 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) AHOI +Copyright (c) Arne Breitsprecher Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 7172ceb..f680d53 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,6 @@ composer test Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. -## Contributing - -Please see [CONTRIBUTING](CONTRIBUTING.md) for details. ## Security Vulnerabilities From 5dfc2c7cece8904fd42f5ba3a081b08e776247b8 Mon Sep 17 00:00:00 2001 From: arnebr Date: Sun, 16 Jun 2024 09:46:32 +0000 Subject: [PATCH 2/2] chore: Update GitHub links in issue template config.yml --- .github/FUNDING.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index f1392df..42583fc 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -github: AHOI +github: ahoicloud diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 02dd7cf..3998d9f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,11 @@ blank_issues_enabled: false contact_links: - name: Ask a question - url: https://github.com/AHOI/laravel-sqlite-optimize/discussions/new?category=q-a + url: https://github.com/ahoicloud/laravel-sqlite-optimize/discussions/new?category=q-a about: Ask the community for help - name: Request a feature - url: https://github.com/AHOI/laravel-sqlite-optimize/discussions/new?category=ideas + url: https://github.com/ahoicloud/laravel-sqlite-optimize/discussions/new?category=ideas about: Share ideas for new features - name: Report a security issue - url: https://github.com/AHOI/laravel-sqlite-optimize/security/policy + url: https://github.com/ahoicloud/laravel-sqlite-optimize/security/policy about: Learn how to notify us for sensitive bugs