-
Notifications
You must be signed in to change notification settings - Fork 17
41 lines (29 loc) · 1.95 KB
/
greetings.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
name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
👋 Hello, and welcome to our repository! Thank you for opening an issue.
Before we proceed, please ensure that
- You've checked existing issues to avoid duplicates.
- You've provided sufficient details about the issue, including steps to reproduce, expected behavior, and any relevant screenshots or logs.
We appreciate your contribution and will review your report soon. In the meantime, feel free to explore our [contribution guidelines](https://github.com/rootCircle/docFiller/blob/dev/docs/CONTRIBUTING.md) and [code of conduct](https://github.com/rootCircle/docFiller/blob/dev/docs/CODE_OF_CONDUCT.md).
Join us on Discord using the [invite link](https://discord.gg/Sa4JPe4FWT).
Thank you for helping improve this project!
pr-message: |
🎉 Thank you for your first pull request! We’re excited to have your contribution.
To help us review your PR effectively, please ensure that
- Your changes are well-documented.
- You've adhered to our [coding standards](https://github.com/rootCircle/docFiller/blob/dev/docs/CONTRIBUTING.md).
- All tests pass, and you've added new tests if necessary.
We’ll review your PR soon and provide feedback. In the meantime, check out our [contribution guidelines](https://github.com/rootCircle/docFiller/blob/dev/docs/CONTRIBUTING.md) for more tips on making impactful contributions.
Join us on Discord using the [invite link](https://discord.gg/Sa4JPe4FWT), as a fellow "Contributor".
Thanks again for contributing to this project!