From d39ffad5278a87ce77b63a1b8a099f7115fa78ad Mon Sep 17 00:00:00 2001 From: Adam Perkowski Date: Thu, 24 Oct 2024 21:50:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20fix(docs):=20newlines=20(#796)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/github-pages.yml | 2 +- docs/contributing.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index b76b092d..30e992d4 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -22,7 +22,7 @@ jobs: - name: Copy Contributing Guidelines run: | - echo "\n\n$(cat .github/CONTRIBUTING.md)" > 'docs/contributing.md' + echo -e "\n\n$(cat .github/CONTRIBUTING.md)" > 'docs/contributing.md' - uses: stefanzweifel/git-auto-commit-action@v5 with: diff --git a/docs/contributing.md b/docs/contributing.md index 2eba69f9..4b391959 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -1,4 +1,6 @@ -\n\n# Contributing Guidelines for Linutil + + +# Contributing Guidelines for Linutil Thank you for considering contributing to Linutil! We appreciate your effort in helping improve this project. To ensure that your contributions align with the goals and quality standards of Linutil, please follow these guidelines: