-
Notifications
You must be signed in to change notification settings - Fork 30
50 lines (39 loc) · 2.32 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: Welcome new contributors to the repo
permissions: read-all
on:
issues:
types:
- opened
pull_request_target:
types:
- opened
jobs:
welcome-message:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.event.pull_request.head.repo.full_name != 'mi6/ic-design-system'
steps:
- uses: actions/first-interaction@3c71ce730280171fd1cfb57c00c774f8998586f7 #v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
# Welcome 👋
Welcome to the `ic-design-system` repo, thank you for raising an issue!
## How to contribute
Please read our [CONTRIBUTING.md](https://github.com/mi6/ic-design-system/blob/main/CONTRIBUTING.md), which explains our ways of working and guidelines for contributions.
## Code of Conduct
We'd appreciate it if you could read and abide by our [Code of Conduct](https://github.com/mi6/ic-design-system/blob/main/CODE_OF_CONDUCT.md), as we wish to foster an inclusive and respectful community.
pr-message: |
# Welcome 👋
Welcome to the `ic-design-system` repo, thank you for submitting a pull request!
## How to contribute
Please read our [CONTRIBUTING.md](https://github.com/mi6/ic-design-system/blob/main/CONTRIBUTING.md), which explains our ways of working and guidelines for contributions.
## Code of Conduct
We'd appreciate it if you could read and abide by our [Code of Conduct](https://github.com/mi6/ic-design-system/blob/main/CODE_OF_CONDUCT.md), as we wish to foster an inclusive and respectful community.
## Targeting your pull request
We use `develop` rather than `main` as the base for contributions - please make sure your PR is targeting `develop`.
## Signing the CLA
We require all contributors to sign our [Contributor License Agreement (CLA)](https://cla-assistant.io/mi6/ic-design-system) before we can accept a contribution. If you are contributing on behalf of an organization please follow your organization's policies in signing CLAs.
## Associated issue
Please make sure that your pull request has an issue open - this allows us to keep track of changes made and offer support where needed.