-
Notifications
You must be signed in to change notification settings - Fork 1.1k
30 lines (23 loc) · 1.59 KB
/
welcome-new-contributors.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Welcome new contributors
on:
pull_request_target:
types:
- opened
jobs:
welcome-new-contributor:
runs-on: ubuntu-latest
steps:
- name: Greet the contributor
uses: garg3133/welcome-new-contributors@v1.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
pr-message: |
Thank you for contributing to the osu! wiki.
Please take note of the following:
- Make sure you've read [this self-check checklist](https://osu.ppy.sh/wiki/osu%21_wiki/Contribution_guide#self-check).
- Translations that have not been reviewed by a native speaker will be merged after a minimum of 1 week. If there are no reviewers for your language, please mention it explicitly.
- Refrain from spamming the `Update branch` button. A [maintainer](https://osu.ppy.sh/wiki/People/osu%21_wiki_maintainers) will do this before merging anyway.
- Apply review suggestions in batches from the `Files changed` tab like this:
![Demo GIF](https://user-images.githubusercontent.com/36758269/214177263-b6ead137-e7e0-43a0-9aec-00f81894ebf7.gif)
See the [contribution guide](https://osu.ppy.sh/wiki/osu%21_wiki/Contribution_guide) for more information.
All changes are run through [continuous integration checks](https://osu.ppy.sh/wiki/osu%21_wiki/Maintenance#ci-checks), which provide automatic detection of common errors. If you need help with decrypting CI check error messages, or with any other issues, ask in the `#osu-wiki` channel on the [osu! Discord server](https://discord.com/invite/ppy).