Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Meta Issue (Moderation / Policy Action)
description: Use this ONLY for specific meta actions such as moderation policy changes or ban/unban requests
title: "[META] <short description>"
labels:
- meta
assignees: []

body:
- type: markdown
attributes:
value: |
## Purpose

This repository is for **specific, actionable meta issues only**, such as:
- Proposing or modifying moderation policies
- Requesting a user to be banned or unbanned

It is **not** for general discussion, brainstorming, or open-ended questions.

All other topics should be posted in **GitHub Discussions**:
https://github.com/bitcoin-core/meta/discussions

- type: checkboxes
id: type
attributes:
label: Type of Request
description: Select one
options:
- label: Moderation policy change
- label: Ban request
- label: Unban request
validations:
required: true

- type: textarea
id: details
attributes:
label: Details
description: |
Provide all relevant context, justification, and links.

- For policy changes: explain the current issue and the proposed change
- For ban/unban requests: include history, evidence, and rationale
placeholder: Enter full details here
validations:
required: true