diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..8ad74f78d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 53833f277..000000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -github: nukeop diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f709587b3..e3ce0d1ec 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,10 +4,14 @@ ### To sign, create a file in `_data/signed/` named `.yaml` with the following content: ```yaml -name: +name: link: ``` +Optional stuff you should consider: +- Use your real name if possible +- Add affiliated organizations or projects if applicable (e.g. `John Smith (Free Software Foundation, Popular Window Manager Author)` +- ### Example ```yaml @@ -15,7 +19,4 @@ name: Richard Matthew Stallman link: https://stallman.org/ ``` -Optional stuff you should consider: -- Use your real name if possible -- Add affiliated organizations or projects if applicable (e.g. `John Smith (Free Software Foundation, Popular Window Manager Author)` --> diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index 78e670b26..9a508147d 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -1,13 +1,14 @@ -name: Do not modify index.md directly, add a file to _data/signed instead +name: Check signatures format on: pull_request: branches: - master paths: - - index.md + - _data/signed/* jobs: deploy: runs-on: ubuntu-latest steps: - - name: Throw error - run: echo "Do not modify index.md directly, add a file to _data/signed instead"; exit 1 + - uses: actions/checkout@v2 + - name: Check signatures format + run: python3 check-signatures-format.py diff --git a/.gitignore b/.gitignore index f40fbd8ba..2d9f2fbcd 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ _site .jekyll-cache .jekyll-metadata vendor +__pycache__/ diff --git a/404.html b/404.html index 086a5c9ea..e2dee87bc 100644 --- a/404.html +++ b/404.html @@ -5,7 +5,7 @@ layout: default