From 740f4e96f349a5697ec840c9067c2641798ce202 Mon Sep 17 00:00:00 2001 From: Brian Mesick Date: Tue, 17 Oct 2023 14:38:44 -0400 Subject: [PATCH] feat: Add new request type for repo settings --- .../04-github-request---repo-settings.yml | 53 +++++++++++++++++++ ...=> 05-systems-request---uncategorized.yml} | 0 ...ng-task.md => 06-axim-engineering-task.md} | 0 3 files changed, 53 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/04-github-request---repo-settings.yml rename .github/ISSUE_TEMPLATE/{04-systems-request---uncategorized.yml => 05-systems-request---uncategorized.yml} (100%) rename .github/ISSUE_TEMPLATE/{05-axim-engineering-task.md => 06-axim-engineering-task.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/04-github-request---repo-settings.yml b/.github/ISSUE_TEMPLATE/04-github-request---repo-settings.yml new file mode 100644 index 0000000..4ba1de8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04-github-request---repo-settings.yml @@ -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] " +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!" diff --git a/.github/ISSUE_TEMPLATE/04-systems-request---uncategorized.yml b/.github/ISSUE_TEMPLATE/05-systems-request---uncategorized.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/04-systems-request---uncategorized.yml rename to .github/ISSUE_TEMPLATE/05-systems-request---uncategorized.yml diff --git a/.github/ISSUE_TEMPLATE/05-axim-engineering-task.md b/.github/ISSUE_TEMPLATE/06-axim-engineering-task.md similarity index 100% rename from .github/ISSUE_TEMPLATE/05-axim-engineering-task.md rename to .github/ISSUE_TEMPLATE/06-axim-engineering-task.md