From 0e1f46b147ff96f7998bcd23cbd2eaeff73d74ab Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Fri, 20 Dec 2024 09:35:58 +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 6e302e4a..a0b62efe 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 +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. ---