Skip to content

Application

Templater

A GitHub App built with 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.

Usage

  1. Install the bot on the intended repositories. The plugin requires the following Permissions and Events:
  • Pull requests: Read & Write
    • [x] check the box for Pull Request events
  • Issues: Read & Write
    • [x] check the box for Issue events
  • Content: Read
    • [x] check the box for Content events
  1. Add a .github/config.yml file that contains the following:
# Configuration for Templater - https://github.com/rohitjmathew/probot-template-enforcer

probotTemplateEnforcerReplyComment: We would appreciate it if you could provide us with more info about this issue/pr!

# MUST BE ALL LOWERCASE
probotTemplateEnforcerDefaultTitles:
  - update readme.md
  - updates

# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
probotTemplateEnforcerLabelToAdd: needs-more-info
Templater screenshot

Pricing and setup

Templater logo preview
Templater

Free

The free version of Templater

  • Unlimited Enforcing of Pull Request Templates
  • Unlimited Enforcing of Issue Templates

Next: Confirm your installation location.

Templater is provided by a third-party and is governed by separate privacy policy and support documentation.