Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit d371ad1

Browse files
authored
Merge DEPR automation workflow
docs: Add description to temporary .github/ISSUE_TEMPLATE files
2 parents 4a8b1ac + d630bc0 commit d371ad1

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## This configuration file overrides the inherited configuration file defined
2+
## in openedx/.github/.github/ISSUE_TEMPLATE because this repo currently does
3+
## not have Issues turned on, so we create this override to *only* show DEPR
4+
## issues to users creating Issues. Once Issues are turned on and the repo is
5+
## ready to accept Issues of all types, this file must be deleted so inheritance
6+
## of standard openedx configuration works properly.
7+
18
blank_issues_enabled: false
29
contact_links:
310
- name: Open edX Community Support

.github/ISSUE_TEMPLATE/depr-ticket.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## This configuration file overrides the inherited configuration file defined
2+
## in openedx/.github/.github/ISSUE_TEMPLATE because this repo currently does
3+
## not have Issues turned on, so we create this override to *only* show DEPR
4+
## issues to users creating Issues. Once Issues are turned on and the repo is
5+
## ready to accept Issues of all types, this file must be deleted so inheritance
6+
## of standard openedx configuration works properly.
7+
18
name: Deprecation (DEPR) Ticket
29
description: Per OEP-21, use this template to begin the technology deprecation process.
310
title: "[DEPR]: <Technology Name>"

0 commit comments

Comments
 (0)