Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Update module_request.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry authored Sep 3, 2024
1 parent 930a080 commit c7c688f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/module_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ body:
id: module-name
attributes:
label: Module Name
description: Provide a clear and concise name for the proposed module.
placeholder: e.g., Leaderboard Module
description: "Provide a clear and concise name for the proposed module."
placeholder: Example: Leaderboard Module
validations:
required: true

- type: textarea
id: use-case
attributes:
label: Use Case
description: Explain the primary use case for this module in game backends. Potentially include the relevant types of games and existing games with similar features.
description: "Explain the primary use case for this module in game backends. Potentially include the relevant types of games and existing games with similar features."
placeholder: This module would be used for...
validations:
required: true
Expand All @@ -26,7 +26,7 @@ body:
id: features
attributes:
label: Features
description: List the key features you'd like to see in this module.
description: "List the key features you'd like to see in this module."
placeholder: |
- [ ] Feature 1
- [ ] Feature 2
Expand All @@ -38,16 +38,16 @@ body:
id: integration
attributes:
label: Integration with Existing Modules
description: Describe how this module would integrate with existing OpenGB modules. Examples: friends integrates with users, parties integrates with lobbies.
placeholder: This module could integrate with...
description: "Describe how this module would integrate with existing OpenGB modules. Examples: friends integrates with users, parties integrates with lobbies."
placeholder: "This module could integrate with..."
validations:
required: false

- type: textarea
id: prior-art
attributes:
label: Prior Art
description: Add any other tools that you think are helpful for reference in designing this module.
placeholder: Similar implementations or relevant examples include...
description: "Add any other tools that you think are helpful for reference in designing this module."
placeholder: "Similar implementations or relevant examples include..."
validations:
required: false

0 comments on commit c7c688f

Please sign in to comment.