mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Update NEW_LANGUAGE.MD
This commit is contained in:
parent
58a4540e21
commit
17b2e1bc4a
@ -14,7 +14,7 @@ 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 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 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` exists, I have incremented that instead.
|
- [ ] I have added issue creation and closure tests to `test_todo_parser.py`. The tests should check that the `ace_mode` of the issue matches that specified in the `languages.yml` file. If existing checks for that `ace_mode` exists, I have incremented them instead.
|
||||||
- [ ] I have updated `README.md` to add the language.
|
- [ ] I have updated `README.md` to add the language.
|
||||||
- [ ] I have run and verified all tests.
|
- [ ] I have run and verified all tests.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user