Skip to content
Discussion options

You must be logged in to vote

GitHub Organization Discussion Templates Setup

Problem

Templates for organization-level discussions need a specific directory structure to be recognized.

Solution

For organization discussion templates to work correctly:

  1. Ensure your .github repository is public
  2. Use the nested structure:
    myorg/.github/.github/DISCUSSION_TEMPLATE/your-category-slug.yml
    
  3. Make filename match the category slug exactly (lowercase with hyphens)
  4. Follow standard YAML format for discussion templates

Example

For a category called "Product Feedback and Ideas":

myorg/.github/.github/DISCUSSION_TEMPLATE/product-feedback-and-ideas.yml

Common Issues

  • Missing the nested .github folder (needs to be .github/.github/)
  • Tem…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by amynic
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussions GitHub Discussions is a collaborative communication feature Question Ask and answer questions about GitHub features and usage
2 participants