mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
1.1 KiB
1.1 KiB
New Language Definition Contribution
Thank you for contributing a new language definition! Please follow the guidelines below to ensure that your contribution can be easily reviewed and integrated into the project.
Description
Language Name: (e.g., Python, JavaScript)
Fixes # (issue number, if applicable)
Checklist for Adding a New Language
Before submitting your pull request, please ensure the following requirements are met:
- I have added the language to
syntax.jsonwith the language name matching that in GitHub's Linguistlanguages.ymlfile. - I have added sample code to
test_new.diffandtest_closed.diff. - I have added issue creation and closure tests to
test_todo_parser.py. The test should check that theace_modeof the issue matches that specified in thelanguages.ymlfile. If an existing check for thatace_modeexist, I have incremented that instead. - I have updated the README to add the language.
- I have run and verified all tests.
Thank You!
We appreciate your time and effort in improving this project!