Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Durgesh4993 authored Apr 28, 2024
1 parent efb5cb9 commit 03bdef9
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 0 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/Community-Page/blob/main/.github/CODE_OF_CONDUCT.md)
options:
- label: I follow [CONTRIBUTING GUIDELINE]() of this project.
required: true
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/Community-Page/blob/main/.github/CODE_OF_CONDUCT.md)
options:
- label: I follow [CONTRIBUTING GUIDELINE]() of this project.
required: true
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/game_enhancement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
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:
- IWOC2024
- hacktoberfest
- GSSoC23
- 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/Community-Page/blob/main/.github/CODE_OF_CONDUCT.md)
options:
- label: I follow [CONTRIBUTING GUIDELINE]() of this project.
required: true
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/new_features_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: 🆕 new feature request
description: Suggest an idea and show your creativity to add new feature
title: "[New Feature]: "

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out your new feature issue
- type: textarea
id: new-feature
attributes:
label: 🎮 feature Request
description: Describe the feature logic and also give a brief about the features of the feature
placeholder: add all necessary details required for your new feature
value: "feature logic and basic description"
validations:
required: true
- type: textarea
id: features
attributes:
label: Point down the features
description: think about your the feature your feature will have
placeholder: Please include a summary, also include relevant motivation and context.
value: "feature 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/Community-Page/blob/main/.github/CODE_OF_CONDUCT.md)
options:
- label: I follow [CONTRIBUTING GUIDELINE]() 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/Community-Page/blob/main/.github/CODE_OF_CONDUCT.md)
options:
- label: I follow [CONTRIBUTING GUIDELINE]() of this project.
required: true

0 comments on commit 03bdef9

Please sign in to comment.