Skip to content
Merged
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
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/developer_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
name: Developer Access or Join Request
description: Use this template to join FischPond Studios or request developer access.
title: "[Join/Access Request]: "
labels: ["developer-request"]
assignees: ["sorynTech"]
body:
- type: markdown
attributes:
value: |
### Welcome to FischPond Studios!
Thank you for your interest in joining our team. Please fill out the form below based on your status.
- type: dropdown
id: request-type
attributes:
label: Request Type
description: Are you joining for the first time or do you already have developer status?
options:
- "I want to join FischPond (Luau Programmer)"
- "Developer requiring access to FischPond"
validations:
required: true
- type: input
id: roblox-username
attributes:
label: Roblox Username
description: Please provide your Roblox username for verification.
placeholder: "e.g., RobloxDev123"
validations:
required: false
- type: textarea
id: experience
attributes:
label: Luau Experience & Portfolio
description: |
If you are applying to join, please describe your experience with the Luau programming language.
Include links to any games or scripts you have developed.
placeholder: "I have been using Luau for 2 years and worked on..."
validations:
required: false
- type: markdown
attributes:
value: |
**Note for existing developers:**
If you are already a developer and require access, please ensure the issue title is set to:
`Developer require accsess to fischpond`
- type: checkboxes
id: terms
attributes:
label: Acknowledgement
options:
- label: I understand that SorynTech will review this and add me to the organization if approved.
required: true