Skip to content

Commit 322ac93

Browse files
authored
Merge branch 'main' into main
2 parents b554eea + ee9666d commit 322ac93

23 files changed

+56775
-7757
lines changed

.github/PR_Template.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<!-- Pull Request Template -->
2+
3+
## Related Issue*
4+
5+
Closes #issue_number
6+
7+
<!-- If there is no issue number, the PR will not be merged. Therefore, please ensure that the issue number is added -->
8+
9+
## Description
10+
11+
<!-- Write a brief description of the changes made in the PR. Explain the problem being addressed, or any relevant
12+
information. -->
13+
14+
## Screenshot Section
15+
16+
<!-- Include the screenshot to preview the changes done and their proper functionality -->
17+
18+
## Demo Video Section*
19+
20+
<!-- Include the demo video to preview the changes done and their proper functionality -->
21+
22+
## Checklist
23+
24+
<!-- [x] - To mark checked, put 'x' in place of ' '(space) -->
25+
<!-- [ ] - Keep unchecked using ' '(space) -->
26+
27+
- [ ] I have added image into screensort in "SinglePlayer - Games/Banner - image" in this section*
28+
- [ ] I have added game into "additionalpage/game.html"*
29+
- [ ] I have added Update main README.md file*
30+
31+
32+
## Task
33+
34+
- [ ] Follow Us On social media -
35+
- [ ] <a href="https://github.com/Recode-Hive" target="_blank">GitHub</a>
36+
37+
38+
## Enter you User Id's:
39+
LinkedIn:
40+
<br>GitHub:
41+
<br>YouTube:
42+
<br>Discord:
43+
44+
If you Follow us in both social medias we provide 'level2'
45+
*Only First time

.github/workflows/greetings.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Greetings
2+
3+
on: [pull_request_target, issues]
4+
5+
jobs:
6+
greeting:
7+
runs-on: ubuntu-latest
8+
permissions:
9+
issues: write
10+
pull-requests: write
11+
steps:
12+
- uses: actions/first-interaction@v1
13+
with:
14+
repo-token: ${{ secrets.GITHUB_TOKEN }}
15+
issue-message: "Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible."
16+
pr-message: "Welcome to Our repository.🎊 Thank you so much for taking the time to point this out."

0 commit comments

Comments
 (0)