Open celestehorgan opened 3 years ago
We should probably consider taking our inspiration for format(s) from other similar technologies such as translators, spell-checkers, syntax checkers, linters -- none of those really represent a perfect match for the kinds of replacements or substitutions we need in INI but they are ascii/text processing adjacent.
From the developer standpoint, for example, I have a GitHub Action that is expected to be used for flagging the issues that consist the non-inclusive language.
From this scenario, I would expect to have machine-readable data that has the non-inclusive language and set of recommendations to it.
Link to the Actions Repo: https://github.com/gkarthiks/nil-issue-reporter
The problem
Define a machine-readable data format for language recommendations so that recommendations can be used in linting, AI, and other applications.
This task should also include
Requirements
Other considerations:
Blockers
The Language WS needs to produce at least 3 recommendations to work off of.