Skip to content
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
127 changes: 0 additions & 127 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

155 changes: 0 additions & 155 deletions .github/CONTRIBUTING.md

This file was deleted.

44 changes: 44 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
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: |
πŸ‘‹ Hi there! Thank you for opening your first issue on this project!

We appreciate you taking the time to contribute to our community. πŸŽ‰

A maintainer will review your issue and respond as soon as possible. In the meantime, please make sure you've provided all the necessary information.

If you have any questions, feel free to ask in the comments below.

Happy coding! πŸš€

---
**Maintainers:** @HarshitPachori @ayushHardeniya
pr-message: |
πŸŽ‰ Congratulations on opening your first Pull Request!

Thank you for contributing to our project! We're excited to review your contribution. 🌟

**Before your PR is reviewed, please make sure:**
- βœ… Your code follows our style guidelines
- βœ… You've tested your changes
- βœ… You've updated relevant documentation
- βœ… All CI checks pass

A maintainer will review your PR soon. Please be patient and feel free to ask questions in the comments if needed.

Don't forget to add yourself to `Contributor.md` once your PR is merged! 🎊

---
**Maintainers:** @HarshitPachori @ayushHardeniya
Loading