Skip to content

[BUG] Erase Blazor.Demo project . #1

[BUG] Erase Blazor.Demo project .

[BUG] Erase Blazor.Demo project . #1

name: πŸ‘‹ Greet New Contributors
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
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: |
πŸ‘‹ **Welcome to JsonViewer.Blazor!**
Thank you for opening your first issue! We're excited to have you here.
A maintainer will review your issue soon. In the meantime, please make sure you've provided all the necessary information.
**Helpful Resources:**
- πŸ“– [Documentation](https://jsonviewer-component.github.io/Blazor/)
- 🀝 [Contributing Guide](https://github.com/JsonViewer-Component/Blazor/blob/main/CONTRIBUTING.md)
- πŸ’¬ [Discussions](https://github.com/JsonViewer-Component/Blazor/discussions)
Happy coding! πŸš€
pr-message: |
πŸŽ‰ **Awesome! Your first pull request!**
Thank you for contributing to JsonViewer.Blazor! We really appreciate your effort.
**What happens next:**
- βœ… Automated checks will run
- πŸ‘€ A maintainer will review your PR
- πŸ’¬ We may ask for changes or clarifications
- πŸš€ Once approved, your PR will be merged!
**Tips for a smooth review:**
- Make sure all tests pass
- Follow our [coding standards](https://github.com/JsonViewer-Component/Blazor/blob/main/CONTRIBUTING.md#coding-standards)
- Keep commits focused and descriptive
Thank you for making open source better! πŸ™