Skip to main content

Configuring Post Templates

You can customize the templates that are available for contributors to use when they create a new post in your board.

Updated this week

You can create a default post template for each category in your workspace. These post templates act as predefined texts that are inserted into the description part upon selection of a category. They help the user to define a structure for the posts of a certain category (feature request, issue, bug report).

Create a post template

  1. In your Admin dashboard go to Settings > Categories

  2. Select Templates at the bottom of the list of categories.

  3. Select a category from the drop down menu and add some predefined text.

  4. If you are ready, press Save

Example:

Below, you find an example of what a post template for a "bug report" might look like.

### Expected Behavior
<!--- Tell us what should happen -->

### Current Behavior
<!--- Tell us what happens instead of the expected behavior -->

### Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->

### Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.

### Context (Environment)
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
Did this answer your question?