--- name: New checker about: Provide a new checker implementation title: 'Add syntax checker for XXX' labels: 'component: checkers' assignees: '' --- ## Checklist - [ ] I have read the [Contributor's guide][]. - [ ] I have documented this checker in the [manual][]. - [ ] I have added a test for this checker in [flycheck-test.el][]. - [ ] (*If you have written a test*) I have created a companion PR to add the checker tool in [flycheck/docker-tools][]. - [ ] I have mentioned the checker in the [Changelog][]. ## Description Describe the checker you added. ## Additional context Additional relevant information about the checker and its integration into Flycheck. [Changelog]: https://github.com/flycheck/flycheck/blob/master/CHANGES.rst [manual]: https://www.flycheck.org/en/latest/languages.html [flycheck-test.el]: https://github.com/flycheck/flycheck/blob/master/test/flycheck-test.el [flycheck/docker-tools]: https://github.com/flycheck/docker-tools [Contributor's guide]: https://www.flycheck.org/en/latest/contributor/contributing.html