{"id":15817220,"url":"https://github.com/rohitjmathew/probot-template-enforcer","last_synced_at":"2026-04-30T13:31:44.739Z","repository":{"id":115473649,"uuid":"299684515","full_name":"rohitjmathew/probot-template-enforcer","owner":"rohitjmathew","description":"GitHub App built with Probot that automatically adds a comment and label if the PR or Issue Template is not filled up or kept blank","archived":false,"fork":false,"pushed_at":"2022-07-09T08:26:54.000Z","size":105,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-04T08:18:21.203Z","etag":null,"topics":["bot","bots","github-app","issue-template","pr-template","probot","probot-app","probot-template-enforcer"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/templater","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rohitjmathew.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-29T17:06:18.000Z","updated_at":"2022-07-09T08:26:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"684621da-5599-45b5-a954-887be48936f5","html_url":"https://github.com/rohitjmathew/probot-template-enforcer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rohitjmathew/probot-template-enforcer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitjmathew%2Fprobot-template-enforcer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitjmathew%2Fprobot-template-enforcer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitjmathew%2Fprobot-template-enforcer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitjmathew%2Fprobot-template-enforcer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rohitjmathew","download_url":"https://codeload.github.com/rohitjmathew/probot-template-enforcer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitjmathew%2Fprobot-template-enforcer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32466333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","bots","github-app","issue-template","pr-template","probot","probot-app","probot-template-enforcer"],"created_at":"2024-10-05T05:22:56.804Z","updated_at":"2026-04-30T13:31:44.714Z","avatar_url":"https://github.com/rohitjmathew.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/apps/templater\"\u003e\n    \u003cimg alt=\"Templater\" src=\"https://user-images.githubusercontent.com/17832347/94602633-c192f500-02b2-11eb-8662-c7fe9ef5e0a7.jpg\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003eTemplater\u003c/h1\u003e\n\u003c/p\u003e\n\n\n\u003e A GitHub App built with [Probot](https://github.com/probot/probot) that requests more info from newly opened Pull Requests and Issues that contain either default titles, whose description is left blank or templates not followed. It does so by taking data from a `.github/config.yml`.\n\n\u003cimg width=\"1041\" alt=\"screen shot 2017-07-07 at 3 32 01 pm\" src=\"https://user-images.githubusercontent.com/17832347/94599643-59421480-02ae-11eb-98d1-bc2bb0bd5419.png\"\u003e\n\n\n**NOTE:** This is a customised implementation of [request-info](https://github.com/behaviorbot/request-info) and follows a lot of similar principles. The idea is to improve the code from request-info to stringently enforce the template. All code reused from request-info is subject to its own [License](https://github.com/behaviorbot/request-info/blob/master/LICENSE).\n\n## Usage\n\n1. Install the bot on the intended repositories. The plugin requires the following **Permissions and Events**:\n- Pull requests: **Read \u0026 Write**\n  - [x] check the box for **Pull Request** events\n- Issues: **Read \u0026 Write**\n  - [x] check the box for **Issue** events\n- Content: **Read**\n  - [x] check the box for **Content** events\n2. Add a `.github/config.yml` file that contains the following:\n\n```yml\n# Configuration for Templater - https://github.com/rohitjmathew/probot-template-enforcer\n\n# *OPTIONAL* Comment to reply with\n# Can be either a string :\nprobotTemplateEnforcerReplyComment: \u003e\n  We would appreciate it if you could provide us with more info about this issue/pr!\n\n# Or an array:\n# (In this case, a comment is chosen at random from the provided array)\n# probotTemplateEnforcerReplyComment:\n#  - Ah no! young blade! That was a trifle short!\n#  - Tell me more !\n#  - I am sure you can be more effusive\n\n\n# *OPTIONAL* default titles to check against for lack of descriptiveness\n# MUST BE ALL LOWERCASE\nprobotTemplateEnforcerDefaultTitles:\n  - update readme.md\n  - updates\n\n# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given\nprobotTemplateEnforcerLabelToAdd: needs-more-info\n\n# *OPTIONAL* Require Issues to contain more information than what is provided in the issue templates\n# Will fail if the issue's body is equal to a provided template\ncheckIssueTemplate: true\n\n# *OPTIONAL* Require Pull Requests to contain more information than what is provided in the PR template\n# Will fail if the pull request's body is equal to the provided template\ncheckPullRequestTemplate: true\n\n# *OPTIONAL* Only warn about insufficient information on these event types\n# Keys must be lowercase. Valid values are 'issue' and 'pullRequest'\nprobotTemplateEnforcerOn:\n  pullRequest: true\n  issue: true\n\n# *OPTIONAL* Add a list of people whose Issues/PRs will not be commented on\n# keys must be GitHub usernames\nprobotTemplateEnforcerUserstoExclude:\n  - hiimbex\n  - rohitjmathew\n```\n3. If you prefer not to add a `.github/config.yml` file, you can simply install the bot and it would comment on issues and pull requests that have empty bodies, with the comment:\n\n\u003e Thanks for opening this pull request! The owners of this repository would appreciate it if you could provide us with more info about this issue/pr!\n\n\n## Setup\n\n```\n# Install dependencies\nnpm install\n\n# Run the bot\nnpm start\n```\n\nSee [the probot deployment docs](https://github.com/probot/probot/blob/master/docs/deployment.md) if you would like to run your own instance of this plugin.\n\n## Contributing\n\nIf you have suggestions for how probot-template-enforcer could be improved, or want to report a bug, open an issue! We'd love all and any contributions.\n\nFor more, check out the [Contributing Guide](CONTRIBUTING.md).\n\n## License\n\n[MIT](LICENSE) © 2017 Bex Warner ([request-info](https://github.com/behaviorbot/request-info/blob/master/LICENSE)) \u0026 2022 Rohit Mathew ([probot-template-enforcer](https://github.com/rohitjmathew/probot-template-enforcer/blob/master/LICENSE))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitjmathew%2Fprobot-template-enforcer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohitjmathew%2Fprobot-template-enforcer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitjmathew%2Fprobot-template-enforcer/lists"}