From 4dc7a3df0d2e89692cc2cb7a6c89e282427d1ded Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Fri, 20 Dec 2024 09:49:36 +0100 Subject: [PATCH] UPDATE CONTRIBUTING.md --- .github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md b/.github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md index a0b62efe..ccea532f 100644 --- a/.github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md +++ b/.github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md @@ -93,7 +93,7 @@ git push origin your-feature-branch ``` ### 6. Create a Pull Request -Open a PR from your feature branch to the main repository branch. You may only include your AppName.sh, AppName-instal.sh and AppName.json files in the pull request. +Open a PR from your feature branch to the main repository branch. You may only include your **AppName.sh**, **AppName-install.sh** and **AppName.json** files in the pull request. ---