From 2eab110218e29656d309eea249399a159e22ee6a Mon Sep 17 00:00:00 2001 From: Michael Jalkio Date: Sat, 13 Oct 2018 14:45:41 -0700 Subject: [PATCH 1/3] Add instructions for adding new words --- readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/readme.md b/readme.md index 2825ec0..3864848 100644 --- a/readme.md +++ b/readme.md @@ -47,6 +47,13 @@ any license information on that page. Another list is based on the [`List of ethnic slurs` from WikiPedia][racial-slurs]. +### Adding Words + +New words should be added to [racial.txt][racial-list] if they are racial +slurs; all other profanities should be added to [rest.txt][rest-list]. + +After adding a word, run `npm test` to update [support.md][support]. + ## Related * [buzzwords](https://github.com/words/buzzwords) @@ -85,3 +92,7 @@ WikiPedia][racial-slurs]. [racial-slurs]: https://en.wikipedia.org/wiki/List_of_ethnic_slurs [cuss]: https://github.com/wooorm/cuss + +[racial-list]: script/racial.txt + +[rest-list]: script/rest.txt From 95670c62239ea084d6964cd74137eb30f0c9e820 Mon Sep 17 00:00:00 2001 From: Michael Jalkio Date: Wed, 17 Oct 2018 19:42:36 -0700 Subject: [PATCH 2/3] Tweaks to the contributing section --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 3864848..4b67dda 100644 --- a/readme.md +++ b/readme.md @@ -47,12 +47,14 @@ any license information on that page. Another list is based on the [`List of ethnic slurs` from WikiPedia][racial-slurs]. -### Adding Words +## Contributing + +Thanks, contributions are greatly appreciated! :+1: New words should be added to [racial.txt][racial-list] if they are racial slurs; all other profanities should be added to [rest.txt][rest-list]. -After adding a word, run `npm test` to update [support.md][support]. +After adding a word, run `npm test` to update [support.md][support] and open a Pull Request. ## Related From e5b602570cd304479f2227f63e9d73891b77cb16 Mon Sep 17 00:00:00 2001 From: Michael Jalkio Date: Wed, 17 Oct 2018 21:34:07 -0700 Subject: [PATCH 3/3] Fix long line in README --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4b67dda..3328cef 100644 --- a/readme.md +++ b/readme.md @@ -54,7 +54,8 @@ Thanks, contributions are greatly appreciated! :+1: New words should be added to [racial.txt][racial-list] if they are racial slurs; all other profanities should be added to [rest.txt][rest-list]. -After adding a word, run `npm test` to update [support.md][support] and open a Pull Request. +After adding a word, run `npm test` to update [support.md][support] +and open a Pull Request. ## Related