Skip to content

Commit

Permalink
Merge branch 'main' into ballshoot2
Browse files Browse the repository at this point in the history
  • Loading branch information
pallasivasai authored May 31, 2024
2 parents bc73e03 + 95ee1f0 commit da1c98c
Show file tree
Hide file tree
Showing 107 changed files with 5,647 additions and 203 deletions.
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
name: 🪲 Bug Report
description: Report your bug by filling teh information given below
title: "[Bug]: "

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: bug-description
attributes:
label: Give a brief about the bug ✍️
description: Enter a brief description about the bug report
placeholder: Please include a summary, also include relevant motivation and context.
value: "Description"
validations:
required: true
- type: textarea
id: behaviors
attributes:
label: What is the expected behavior? 🤔
description: Enter the expected behavior of bug
placeholder: Please include a summary, also include relevant motivation and context.
value: "Description"
validations:
required: true
- type: textarea
id: instructions
attributes:
label: Provide step by step information reproduce the bug 📄
description: Enter the description on how you plan to find the bug's solution
placeholder: Please include a summary, also include relevant motivation and context.
value: "Description"
validations:
required: true
- type: dropdown
id: contribution
attributes:
label: Select program in which you are contributing
multiple: true
options:
- GSSoC24
- Other
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [CODE OF CONDUCT](https://github.com/GameSphere-MultiPlayer/GameSphere/blob/main/.github/CODE_OF_CONDUCT.md)
options:
- label: I follow [CONTRIBUTING GUIDELINE](https://github.com/GameSphere-MultiPlayer/GameSphere/blob/main/.github/Contributor.md) of this project.
required: true
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/documentation.md

This file was deleted.

43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: 📚 Documentation or README.md issue report
description: Report an issue in the project's documentation or README.md file.
title: "[Documentation Bug]: "

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this documentation bug report!
- type: textarea
id: documentation-bug-description
attributes:
label: Describe the bug ✍️
description: Enter a brief description about the documentation bug report
placeholder: Please include a summary, also include relevant motivation and context.
value: "Describe your bug here"
validations:
required: true
- type: textarea
id: instructions
attributes:
label: Provide step by step information reproduce the bug 📄
description: Enter the description on how you plan to find the bug's solution
placeholder: Please include a summary, also include relevant motivation and context.
value: "Description"
validations:
required: true
- type: dropdown
id: contribution
attributes:
label: Select program in which you are contributing
multiple: true
options:
- GSSoC24
- Other
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [CODE OF CONDUCT](https://github.com/GameSphere-MultiPlayer/GameSphere/blob/main/.github/CODE_OF_CONDUCT.md)
options:
- label: I follow [CONTRIBUTING GUIDELINE](https://github.com/GameSphere-MultiPlayer/GameSphere/blob/main/.github/Contributor.md) of this project.
required: true
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/game_enhancement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: 🚀Game Enhancement Request
description: Suggest your enhancement for the existing game
title: "[Enhancement]: "

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this enhancement request form
- type: textarea
id: bug-description
attributes:
label: Do you want to have the enhancement of existing game ? 😀 Describe yourself..
description: Enter a brief description about the enhancement you need
placeholder: Give all the context of your enhancement as well as the existing game
value: "Game enhancement"
validations:
required: true
- type: textarea
id: behaviour
attributes:
label: Describe the solution you'd like
description: Give steps in which you will solve it
placeholder: Please include a summary, also include relevant motivation and context.
value: "Solution steps"
validations:
required: true
- type: dropdown
id: contribution
attributes:
label: Select program in which you are contributing
multiple: true
options:
- GSSoC24
- Other
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [CODE OF CONDUCT](https://github.com/GameSphere-MultiPlayer/GameSphere/blob/main/.github/CODE_OF_CONDUCT.md)
options:
- label: I follow [CONTRIBUTING GUIDELINE](https://github.com/GameSphere-MultiPlayer/GameSphere/blob/main/.github/Contributor.md) of this project.
required: true
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/new-game.md

This file was deleted.

43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/new_game_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: 🆕🎮 new game request
description: Suggest an idea and show your creativity to add new game
title: "[New game]: "

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out your new game issue
- type: textarea
id: new-game
attributes:
label: 🎮 Game Request
description: Describe the game logic and also give a brief about the features of the game
placeholder: add all necessary details required for your new game
value: "Game logic and basic description"
validations:
required: true
- type: textarea
id: features
attributes:
label: Point down the features
description: think about your the feature your game will have
placeholder: Please include a summary, also include relevant motivation and context.
value: "Game points"
validations:
required: true
- type: dropdown
id: contribution
attributes:
label: Select program in which you are contributing
multiple: true
options:
- GSSoC24
- Other
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [CODE OF CONDUCT](https://github.com/GameSphere-MultiPlayer/GameSphere/blob/main/.github/CODE_OF_CONDUCT.md)
options:
- label: I follow [CONTRIBUTING GUIDELINE](https://github.com/GameSphere-MultiPlayer/GameSphere/blob/main/.github/Contributor.md) of this project.
required: true
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/question_and_support.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: ❓ Question or Support Request
description: Questions and requests for support.
title: "[Question]: "

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this and letting us know your question
- type: textarea
id: description
attributes:
label: Describe your question or ask for support.❓
description: Enter a brief description about your question or support needed
placeholder: Please include a summary, also include relevant motivation and context.
value: "Description"
validations:
required: true
- type: dropdown
id: contribution
attributes:
label: Select program in which you are contributing
multiple: true
options:
- GSSoC24
- Other
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [CODE OF CONDUCT](https://github.com/GameSphere-MultiPlayer/GameSphere/blob/main/.github/CODE_OF_CONDUCT.md)
options:
- label: I follow [CONTRIBUTING GUIDELINE](https://github.com/GameSphere-MultiPlayer/GameSphere/blob/main/.github/Contributor.md) of this project.
required: true
53 changes: 0 additions & 53 deletions .github/ISSUE_TEMPLATE/styles.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/workflows/AutoGreeting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Auto Greeting

on:
issues:
types: [opened]

permissions:
issues: write

jobs:
greet:
runs-on: ubuntu-latest
steps:
- name: Add a greeting comment
uses: actions/github-script@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const issueComment = `Hey @${context.payload.issue.user.login}! 👋 \n\n 👉 Thanks for opening this issue. We appreciate your contribution and will look into it as soon as possible. \n 👉 Don’t forget to star our [GameSphere](https://github.com/GameSphere-MultiPlayer/GameSphere) and Follow Us on GitHub \n 👉 Make sure you join our [Discord](https://discord.gg/rZb46cCMmK), we have created separate channels for all projects`;
await github.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.issue.number,
body: issueComment
});
Loading

0 comments on commit da1c98c

Please sign in to comment.