Skip to content

Commit 7660882

Browse files
feat: welcome first time contributors (#782)
* feat: welcome first time contributers * docs: add changelog entry
1 parent afee666 commit 7660882

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.github/workflows/welcome.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Welcome
2+
on:
3+
pull_request:
4+
types: [opened, closed]
5+
issues:
6+
types: [opened]
7+
jobs:
8+
run:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: wow-actions/welcome@v1
12+
with:
13+
FIRST_ISSUE: |
14+
🚀 @{{ author }}, thanks for your contribution! Every idea, bug report, and discussion helps make this project better. Your input is invaluable, and we appreciate the time you took to share it. A maintainer will review it soon—stay awesome! 💡✨
15+
16+
FIRST_PR: |
17+
🎉 You're making a difference! We appreciate your effort and dedication. A reviewer will check it out soon, but in the meantime, give yourself a pat on the back. Keep up the great work! 💪🚀
18+
19+
FIRST_PR_MERGED: |
20+
💖 Welcome @{{ author }} as first-time contributor! Your efforts matter, and we’re so grateful for your contribution. Open source thrives because of people like you. Keep going, keep learning, and know that your work is truly valued. 🌱✨
21+
22+
STAR_MESSAGE: |
23+
⭐ Enjoying contributing? Star the project! ⭐Your contributions help this project grow, and we'd love your support in another way too! If you find this repo helpful, consider leaving a star 🌟 on GitHub.

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
### Added
10+
- Welcome first time contributors ([#782](https://github.com/jsonrainbow/json-schema/pull/782))
11+
912
### Changed
1013
- Used PHPStan's int-mask-of<T> type where applicable ([#779](https://github.com/jsonrainbow/json-schema/pull/779))
1114
- Fixed some PHPStan errors ([#781](https://github.com/jsonrainbow/json-schema/pull/781))

0 commit comments

Comments
 (0)