From 58a4540e21a58924e131472169d7faa84e24e5d2 Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Wed, 25 Sep 2024 14:06:58 +0100 Subject: [PATCH] Update NEW_LANGUAGE.MD --- .github/PULL_REQUEST_TEMPLATE/NEW_LANGUAGE.MD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/NEW_LANGUAGE.MD b/.github/PULL_REQUEST_TEMPLATE/NEW_LANGUAGE.MD index b496426..f508886 100644 --- a/.github/PULL_REQUEST_TEMPLATE/NEW_LANGUAGE.MD +++ b/.github/PULL_REQUEST_TEMPLATE/NEW_LANGUAGE.MD @@ -14,10 +14,10 @@ Before submitting your pull request, please ensure the following requirements ar - [ ] I have added the language to `syntax.json` with the language name matching that in GitHub's [Linguist `languages.yml` file](https://github.com/github-linguist/linguist/blob/main/lib/linguist/languages.yml). - [ ] I have added sample code to `test_new.diff` and `test_closed.diff`. -- [ ] I have added issue creation and closure tests to `test_todo_parser.py`. The test should check that the `ace_mode` of the issue matches that specified in the `languages.yml` file. If an existing check for that `ace_mode` exist, I have incremented that instead. -- [ ] I have updated the README to add the language. +- [ ] I have added issue creation and closure tests to `test_todo_parser.py`. The test should check that the `ace_mode` of the issue matches that specified in the `languages.yml` file. If an existing check for that `ace_mode` exists, I have incremented that instead. +- [ ] I have updated `README.md` to add the language. - [ ] I have run and verified all tests. -## Thank You! +## Thank You We appreciate your time and effort in improving this project!