Skip to content

Add developer access request issue template - #1

Merged
SorynTech merged 2 commits into
mainfrom
copilot/add-issue-template-developer-request
Feb 14, 2026
Merged

Add developer access request issue template#1
SorynTech merged 2 commits into
mainfrom
copilot/add-issue-template-developer-request

Conversation

Copilot AI commented Feb 14, 2026

Copy link
Copy Markdown
Contributor

Adds a GitHub Issue Template for developer access and join requests to FischPond Studios, supporting onboarding of new Luau programmers and access provisioning for existing developers.

Changes

  • Created .github/ISSUE_TEMPLATE/developer_request.yml with form-based template
  • Template includes:
    • Dropdown for request type (new join vs. existing developer access)
    • Roblox username input for verification
    • Luau experience and portfolio textarea
    • Acknowledgement checkbox for review process
  • Pre-configured with developer-request label and sorynTech assignee

The template provides structured data collection for the organization's developer onboarding workflow as defined in the profile README.

Original prompt

Create a new GitHub Issue Template file at .github/ISSUE_TEMPLATE/developer_request.yml.

The content of the file should be as follows:

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

This template is based on the requirements found in the organization's profile README.

This pull request was created from Copilot chat.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: SorynTech <241397227+SorynTech@users.noreply.github.com>
@SorynTech
SorynTech marked this pull request as ready for review February 14, 2026 21:05
@SorynTech
SorynTech merged commit 12cba57 into main Feb 14, 2026
Copilot AI changed the title [WIP] Add GitHub issue template for developer requests Add developer access request issue template Feb 14, 2026
Copilot AI requested a review from SorynTech February 14, 2026 21:05
Copilot stopped work on behalf of SorynTech due to an error February 14, 2026 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants