openedx-unsupported / ease

EASE (Enhanced AI Scoring Engine) is a library that allows for machine learning based classification of textual content. This is useful for tasks such as scoring student essays.
GNU Affero General Public License v3.0
216 stars 96 forks source link

docs: add depr issue template & automation #101

Closed sarina closed 2 years ago

sarina commented 2 years ago

Description

As per the steps in OEP-21 there are now default templates for DEPR issues and a default config for all Issues that turns on DEPR issues, a Forums redirect, and an option for a blank ticket.

Since this repo has previously had Issues turned on, the new default behavior will be inherited. Only the automation will be put into this repo, since workflows don't directly inherit.

Background

Please see the discussion in https://github.com/openedx/open-edx-proposals/pull/280 if you would like detail on "how" we are rolling out this change.

Also see slack thread 1, slack thread 2.

sarina commented 2 years ago

I should not fail Python CI with these changes, but I have with 2/3 commits. Tips?