From 05b193db477a0418e0bb6bd0fecbc8a971c3ded3 Mon Sep 17 00:00:00 2001 From: Matthias Balke Date: Sun, 27 Apr 2025 14:29:06 +0200 Subject: [PATCH 1/6] fix missing space --- .README.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.README.j2 b/.README.j2 index 6bffb01d..56d3497f 100644 --- a/.README.j2 +++ b/.README.j2 @@ -25,7 +25,7 @@ If you are more interested in stable releases of our add-ons: ## Installation -Adding this add-ons repository to yourHome Assistant instance is +Adding this add-ons repository to your Home Assistant instance is pretty straightforward. In the Home Assistant add-on store, a possibility to add a repository is provided. From afc34f0664fa16db741bece0a4406cc51910b8e6 Mon Sep 17 00:00:00 2001 From: Matthias Balke Date: Sun, 27 Apr 2025 14:34:04 +0200 Subject: [PATCH 2/6] fixed location of CONTRIBUTING file --- .github/CONTRIBUTING.md => CONTRIBUTING.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/CONTRIBUTING.md => CONTRIBUTING.md (100%) diff --git a/.github/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 100% rename from .github/CONTRIBUTING.md rename to CONTRIBUTING.md From 97db4787f92084b7854e3e18cc81b2d2a37f7d8a Mon Sep 17 00:00:00 2001 From: Matthias Balke Date: Sun, 27 Apr 2025 15:11:06 +0200 Subject: [PATCH 3/6] fixed location of CONTRIBUTING file --- .README.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.README.j2 b/.README.j2 index 56d3497f..77215732 100644 --- a/.README.j2 +++ b/.README.j2 @@ -93,7 +93,7 @@ This is an active open-source project. We are always open to people who want to use the code or contribute to it. We have set up a separate document containing our -[contribution guidelines](CONTRIBUTING.md). +[contribution guidelines](.github/CONTRIBUTING.md). Thank you for being involved! :heart_eyes: From 0415117278d9a15fa9251b1be6195a8b697d2081 Mon Sep 17 00:00:00 2001 From: Matthias Balke Date: Sun, 27 Apr 2025 15:28:26 +0200 Subject: [PATCH 4/6] fixed location of CONTRIBUTING file --- .github/CONTRIBUTING.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 00000000..4e7e9973 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,29 @@ +# Contributing + +When contributing to this repository, please first discuss the change you wish +to make via issue, email, or any other method with the owners of this repository +before making a change. + +Please note we have a code of conduct, please follow it in all your interactions +with the project. + +## Issues and feature requests + +You've found a bug in the source code, a mistake in the documentation or maybe +you'd like a new feature? You can help us by submitting an issue to our +[GitHub Repository][github]. Before you create an issue, make sure you search +the archive, maybe your question was already answered. + +Even better: You could submit a pull request with a fix / new feature! + +## Pull request process + +1. Search our repository for open or closed [pull requests][prs] that relates + to your submission. You don't want to duplicate effort. + +1. You may merge the pull request in once you have the sign-off of two other + developers, or if you do not have permission to do that, you may request + the second reviewer to merge it for you. + +[github]: https://github.com/hassio-addons/repository-beta/issues +[prs]: https://github.com/hassio-addons/repository-beta/pulls \ No newline at end of file From a39a365692b26a5760324edb607e0a877bac1c05 Mon Sep 17 00:00:00 2001 From: Matthias Balke Date: Sun, 27 Apr 2025 15:28:43 +0200 Subject: [PATCH 5/6] fixed location of CONTRIBUTING file --- CONTRIBUTING.md | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 4e7e9973..00000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,29 +0,0 @@ -# Contributing - -When contributing to this repository, please first discuss the change you wish -to make via issue, email, or any other method with the owners of this repository -before making a change. - -Please note we have a code of conduct, please follow it in all your interactions -with the project. - -## Issues and feature requests - -You've found a bug in the source code, a mistake in the documentation or maybe -you'd like a new feature? You can help us by submitting an issue to our -[GitHub Repository][github]. Before you create an issue, make sure you search -the archive, maybe your question was already answered. - -Even better: You could submit a pull request with a fix / new feature! - -## Pull request process - -1. Search our repository for open or closed [pull requests][prs] that relates - to your submission. You don't want to duplicate effort. - -1. You may merge the pull request in once you have the sign-off of two other - developers, or if you do not have permission to do that, you may request - the second reviewer to merge it for you. - -[github]: https://github.com/hassio-addons/repository-beta/issues -[prs]: https://github.com/hassio-addons/repository-beta/pulls \ No newline at end of file From 78ef8137fe163b49e7d74d2a078c12d04264ff0f Mon Sep 17 00:00:00 2001 From: Matthias Balke Date: Sun, 27 Apr 2025 15:36:18 +0200 Subject: [PATCH 6/6] fixed location of CONTRIBUTING file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 573e2d5e..230c32b7 100644 --- a/README.md +++ b/README.md @@ -747,7 +747,7 @@ This is an active open-source project. We are always open to people who want to use the code or contribute to it. We have set up a separate document containing our -[contribution guidelines](CONTRIBUTING.md). +[contribution guidelines](.github/CONTRIBUTING.md). Thank you for being involved! :heart_eyes: