docs: Add description to temporary .github/ISSUE_TEMPLATE files
This commit is contained in:
7
.github/ISSUE_TEMPLATE/config.yml
vendored
7
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,3 +1,10 @@
|
||||
## This configuration file overrides the inherited configuration file defined
|
||||
## in openedx/.github/.github/ISSUE_TEMPLATE because this repo currently does
|
||||
## not have Issues turned on, so we create this override to *only* show DEPR
|
||||
## issues to users creating Issues. Once Issues are turned on and the repo is
|
||||
## ready to accept Issues of all types, this file must be deleted so inheritance
|
||||
## of standard openedx configuration works properly.
|
||||
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Open edX Community Support
|
||||
|
||||
7
.github/ISSUE_TEMPLATE/depr-ticket.yml
vendored
7
.github/ISSUE_TEMPLATE/depr-ticket.yml
vendored
@@ -1,3 +1,10 @@
|
||||
## This configuration file overrides the inherited configuration file defined
|
||||
## in openedx/.github/.github/ISSUE_TEMPLATE because this repo currently does
|
||||
## not have Issues turned on, so we create this override to *only* show DEPR
|
||||
## issues to users creating Issues. Once Issues are turned on and the repo is
|
||||
## ready to accept Issues of all types, this file must be deleted so inheritance
|
||||
## of standard openedx configuration works properly.
|
||||
|
||||
name: Deprecation (DEPR) Ticket
|
||||
description: Per OEP-21, use this template to begin the technology deprecation process.
|
||||
title: "[DEPR]: <Technology Name>"
|
||||
|
||||
Reference in New Issue
Block a user