Skip to content

Commit

Permalink
feat: Add new request type for repo settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed Oct 17, 2023
1 parent bf23b63 commit 740f4e9
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/04-github-request---repo-settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: ⚙️ GitHub Request - Repository Settings
description: Make non-permissions settings changes to a repository in the openedx organization
title: "[GH Request] <ADD A REQUEST TITLE HERE>"
labels: ["github-request"]
body:
- type: markdown
attributes:
value: |
## GitHub Request - Repository Settings
Please leave [GH Request] in the title of your ticket!
Use this ticket to request specific settings changes or ask questions about
repository settings. Note that you can view all of the available settings
in your own repositories or forks in your personal account.
If you are not the maintainer on the repository we may add them to the
ticket to make sure the permissions make sense to the maintainers.
- type: input
id: repository
attributes:
label: Repository
description: Name of the repository you would like altered
placeholder: ""
validations:
required: true
- type: dropdown
id: urgent
attributes:
label: Urgency
description: How urgent is this request?
options:
- Low (2 weeks)
- Medium (< 2 weeks)
- High (< 3 days)
validations:
required: true
- type: textarea
id: request
attributes:
label: Requested Change
description: Describe what you want changed. Please provide as much detail as possible as to which settings should be changed, and how.
validations:
required: true
- type: textarea
id: reason
attributes:
label: Reasoning
description: Describe why you want this change to be made.
validations:
required: true
- type: markdown
attributes:
value: "## Once you create this request, the Axim engineering team will triage it and handle it as appropriate. If your request is especially urgent, please note that above!"

0 comments on commit 740f4e9

Please sign in to comment.