mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 13:56:44 +00:00
1.3 KiB
1.3 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 tests should check that theace_modeof the issue matches that specified in thelanguages.ymlfile. If existing checks for thatace_modeexists, I have incremented them instead. - I have updated
README.mdto add the language. - I have run and verified all tests.
Thank You
We appreciate your time and effort in improving this project!