56075a25a3
feat(micro-fix): link discord github template
28 lines
918 B
YAML
28 lines
918 B
YAML
# Identity mapping: GitHub username -> Discord ID
|
|
#
|
|
# This file links GitHub accounts to Discord accounts for the
|
|
# Integration Bounty Program. When a bounty PR is merged, the
|
|
# GitHub Action uses this file to ping the contributor on Discord.
|
|
#
|
|
# HOW TO ADD YOURSELF:
|
|
# Open a "Link Discord Account" issue:
|
|
# https://github.com/aden-hive/hive/issues/new?template=link-discord.yml
|
|
# A GitHub Action will automatically add your entry here.
|
|
#
|
|
# To find your Discord ID:
|
|
# 1. Open Discord Settings > Advanced > Enable Developer Mode
|
|
# 2. Right-click your name > Copy User ID
|
|
#
|
|
# Format:
|
|
# - github: your-github-username
|
|
# discord: "your-discord-id" # quotes required (it's a number)
|
|
# name: Your Display Name # optional
|
|
|
|
contributors:
|
|
# - github: example-user
|
|
# discord: "123456789012345678"
|
|
# name: Example User
|
|
- github: TimothyZhang7
|
|
discord: "408460790061072384"
|
|
name: Timothy@Aden
|