- Notifications
You must be signed in to change notification settings - Fork10
A configuration file for in-solidarity-bot that flags some of the terms in the NIST Technical Series Publications Author Instructions and the IETF's list of problematic terminology.
License
ietf/terminology
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Please see theIESG Statement on InclusiveLanguage,which documents the current IETF community consensus on encouraging to use theguidance inNISTIR8366 when makingcontributions to the IETF.
This repo contains aconfiguration file forin-solidarity-bot that flags some ofthe terms inthe NIST Technical Series Publications AuthorInstructionsin new commits and pull requests.
If you want to use this configuration, you will of course need to install andenable thein-solidarity-bot for yourrepo or organization, so do that first byclicking "Configure" on thispage and then enabling the botaccordingly.
After enablingin-solidarity-bot,execute these shell commands at the top-level directory of the target repo:
mkdir .githubecho"_extends: ietf/terminology"> .github/in-solidarity.ymlgit add .github/in-solidarity.ymlgit commit -m"Add in-solidarity-bot config"
This will create and commit a.github/in-solidarity.yml
file that uses theconfiguration provided in this repo to check future commits and pull requests inyour repo.
Please note that therewill be false positives due to the use of regularexpressions for the checks.
About
A configuration file for in-solidarity-bot that flags some of the terms in the NIST Technical Series Publications Author Instructions and the IETF's list of problematic terminology.