Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add issues template #105

Merged
merged 3 commits into from
Apr 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 请移步到 goravel 仓库提交 (Please submit to the goravel repository)
url: https://github.com/goravel/goravel/issues
about: 请移步到 goravel 仓库提交 (Please submit to the goravel repository)
35 changes: 35 additions & 0 deletions .github/workflows/welcome.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Welcome
on:
pull_request:
types: [opened, closed]
issues:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/welcome@v1
with:
FIRST_ISSUE: |
Hi @{{ author }}! 👋

感谢您向 Goravel 提出此问题! 💖
Thanks for opening this issue to Goravel! 💖

看起来这是您在 `Goravel` 的第一个问题。请确保遵循问题模板!
It looks like this is your first issue to `Goravel`. Please ensure to follow the issue template!

FIRST_PR: |
Hi @{{ author }}! 👋

感谢您向 Goravel 打开此拉取请求! 💖
Thanks for opening this pull request to Goravel! 💖

看起来这是您在 `Goravel` 的第一个拉取请求。不要忘记先查看我们的贡献指南。
It looks like this is your first pull request to `Goravel`. Don't forget to check out our contributing guidelines first.

FIRST_PR_MERGED: |
🎉 @{{ author }}
Congrats on merging your first pull request! We here at Goravel are proud of you!

STAR_MESSAGE: If you like this project, please ⭐star⭐ our repository to support us!