diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 00000000..dc1d6b2b --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Contributing + +Please take some time to get familiar with the [contributing guidelines](https://docs.cscs.ch/contributing/) before making your first contribution. diff --git a/.github/workflows/welcome.yaml b/.github/workflows/welcome.yaml new file mode 100644 index 00000000..4b647303 --- /dev/null +++ b/.github/workflows/welcome.yaml @@ -0,0 +1,21 @@ +name: First interaction message + +on: + pull_request_target: + types: [opened] + branches: + - main + +jobs: + greeting: + runs-on: ubuntu-latest + permissions: + pull-requests: write + steps: + - uses: actions/first-interaction@v3 + with: + pr-message: | + Thank you for your contribution to eth-cscs/cscs-docs. + + If you have not done so already, please take some time to get familiar with the [contributing guidelines](https://docs.cscs.ch/contributing/). + Following the guidelines helps us keep the documentation consistent and as useful as possible for users.