GitHub Issue, Pull Request, and Discussion Templates

Sources:

  • **
title: Contents 
style: nestedList # TOC style (nestedList|inlineFirstLevel)
minLevel: 1 # Include headings from the specified level
maxLevel: 4 # Include headings up to the specified level
includeLinks: true # Make headings clickable
debugInConsole: false # Print debug info in Obsidian console

Overview

Issue Templates

Configuration

NOTE

The .github/ISSUE_TEMPLATE/config.yml file configures the issue template chooser that people see when creating new issue.

  • Example .github/ISSUE_TEMPLATE/config.yml:
blank_issues_enabled: false
contact_links:
  - name: GitHub Community Support
    url: https://github.com/orgs/community/discussions
    about: Please ask and answer questions here.
  - name: GitHub Security Bug Bounty
    url: https://bounty.github.com/
    about: Please report security vulnerabilities here.

Feature

Bug

Documentation

Other