Import AITURK IDE 1.0.0-beta.1 from Hermes 63279301; preserve MIT license
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
# Contributor email → GitHub login mappings
|
||||
|
||||
This directory replaces appending entries to `AUTHOR_MAP` in
|
||||
`scripts/release.py`. The old dict caused constant merge conflicts when
|
||||
several salvage PRs landed at once — every PR edited the same lines of the
|
||||
same file. Here, **each mapping is its own file**, and file additions never
|
||||
conflict.
|
||||
|
||||
## Adding a mapping
|
||||
|
||||
One file per commit-author email, under `emails/`:
|
||||
|
||||
```bash
|
||||
python3 scripts/add_contributor.py <email> <github-login>
|
||||
# or by hand:
|
||||
echo "<github-login>" > contributors/emails/<email>
|
||||
```
|
||||
|
||||
- File **name** = the exact commit-author email (as shown by `git log --format='%ae'`).
|
||||
- File **content** = the GitHub login on the first non-comment line.
|
||||
Lines starting with `#` are comments (use them for the PR reference).
|
||||
|
||||
Example — `contributors/emails/jane.doe@example.com`:
|
||||
|
||||
```
|
||||
janedoe
|
||||
# PR #12345 salvage (gateway: fix session key routing)
|
||||
```
|
||||
|
||||
## Rules
|
||||
|
||||
- Do NOT add new entries to `AUTHOR_MAP` in `scripts/release.py`. That dict
|
||||
is frozen legacy data; the release tooling merges it with this directory
|
||||
(directory entries win on duplicates).
|
||||
- GitHub noreply emails (`<id>+<login>@users.noreply.github.com` and
|
||||
`<login>@users.noreply.github.com`) auto-resolve — no file needed.
|
||||
- The `Contributor Attribution Check` CI job fails a PR whose commits carry
|
||||
an unmapped email; the failure message prints the exact command to run.
|
||||
@@ -0,0 +1,2 @@
|
||||
_placeholder
|
||||
# keeps the directory present in git; not a real mapping
|
||||
@@ -0,0 +1,2 @@
|
||||
0301chris
|
||||
# PR #71555 salvage (desktop: gated /api/health readiness probe)
|
||||
@@ -0,0 +1 @@
|
||||
0xarkstar
|
||||
@@ -0,0 +1 @@
|
||||
0xprincess
|
||||
@@ -0,0 +1 @@
|
||||
x1051445024
|
||||
@@ -0,0 +1,2 @@
|
||||
knoal
|
||||
# PR #64067 salvage
|
||||
@@ -0,0 +1 @@
|
||||
JeffStone69
|
||||
@@ -0,0 +1 @@
|
||||
LovePlayCode
|
||||
@@ -0,0 +1 @@
|
||||
Inspired-by-Atmosphere
|
||||
@@ -0,0 +1,2 @@
|
||||
steveonjava
|
||||
# PR #94036/#97292 salvage
|
||||
@@ -0,0 +1 @@
|
||||
baau
|
||||
@@ -0,0 +1 @@
|
||||
pittosporum-seu
|
||||
@@ -0,0 +1 @@
|
||||
wanglufei-567
|
||||
@@ -0,0 +1 @@
|
||||
2001Y
|
||||
@@ -0,0 +1 @@
|
||||
spiky02plateau
|
||||
@@ -0,0 +1 @@
|
||||
nbxuhk
|
||||
@@ -0,0 +1,2 @@
|
||||
Fatmylin
|
||||
# PR #95964 salvage
|
||||
@@ -0,0 +1 @@
|
||||
wanquanY
|
||||
@@ -0,0 +1 @@
|
||||
ZachariahChu
|
||||
@@ -0,0 +1 @@
|
||||
EMT5320
|
||||
@@ -0,0 +1 @@
|
||||
re-ITRT
|
||||
@@ -0,0 +1,2 @@
|
||||
amrrs
|
||||
# PR #28253 salvage (Nebius Token Factory provider)
|
||||
@@ -0,0 +1,2 @@
|
||||
monerostar
|
||||
# PR #71590 salvage
|
||||
@@ -0,0 +1,2 @@
|
||||
Christopher-Schulze
|
||||
# PR #85806 salvage
|
||||
@@ -0,0 +1,2 @@
|
||||
camaleonidas
|
||||
# PR #68452 salvage
|
||||
@@ -0,0 +1 @@
|
||||
xenodmc
|
||||
@@ -0,0 +1,2 @@
|
||||
markoub
|
||||
# PR #51097 C16 salvage
|
||||
@@ -0,0 +1 @@
|
||||
weisiwu
|
||||
@@ -0,0 +1,2 @@
|
||||
loulanyue
|
||||
# PR #75732 successor to #71997
|
||||
@@ -0,0 +1,2 @@
|
||||
vexclawx31
|
||||
# PR #33215 salvage
|
||||
@@ -0,0 +1,2 @@
|
||||
metamon-p
|
||||
# PR #36220 salvage (channel continuity hint)
|
||||
@@ -0,0 +1 @@
|
||||
maff-t2b
|
||||
@@ -0,0 +1 @@
|
||||
xaviersudre
|
||||
@@ -0,0 +1,2 @@
|
||||
Da7-Tech
|
||||
# PR #60420 salvage
|
||||
@@ -0,0 +1,2 @@
|
||||
ciabata-git
|
||||
# PR #96011 author email preserved by PR #97330
|
||||
@@ -0,0 +1,2 @@
|
||||
pierrenode
|
||||
# PR #84168 salvage
|
||||
@@ -0,0 +1 @@
|
||||
WeiYusc
|
||||
@@ -0,0 +1 @@
|
||||
ArcherQAQ
|
||||
@@ -0,0 +1 @@
|
||||
OmniaZ1
|
||||
@@ -0,0 +1 @@
|
||||
3Nya3
|
||||
@@ -0,0 +1 @@
|
||||
kael-odin
|
||||
@@ -0,0 +1 @@
|
||||
peetteerr
|
||||
@@ -0,0 +1,2 @@
|
||||
chuenchen309
|
||||
# PR #62915 salvage
|
||||
@@ -0,0 +1,2 @@
|
||||
tigercraft4
|
||||
# PR #74468 salvage
|
||||
@@ -0,0 +1 @@
|
||||
55nx954gn6-debug
|
||||
@@ -0,0 +1,2 @@
|
||||
LevSky22
|
||||
# PR #66069 salvage
|
||||
@@ -0,0 +1 @@
|
||||
GarlicGo
|
||||
@@ -0,0 +1 @@
|
||||
baihemax
|
||||
@@ -0,0 +1 @@
|
||||
xkam7ar
|
||||
@@ -0,0 +1,2 @@
|
||||
zyz619963502zyz
|
||||
# PR #73449 salvage → #78815
|
||||
@@ -0,0 +1 @@
|
||||
zhongwater123
|
||||
@@ -0,0 +1 @@
|
||||
Tommy00748
|
||||
@@ -0,0 +1 @@
|
||||
Bruce-anle
|
||||
@@ -0,0 +1 @@
|
||||
SayHell0W0rld
|
||||
@@ -0,0 +1,2 @@
|
||||
87degrees
|
||||
# PR #52923 salvage (slack ping/pong staleness)
|
||||
@@ -0,0 +1 @@
|
||||
RelaxJonh
|
||||
@@ -0,0 +1 @@
|
||||
Agi-Asi
|
||||
@@ -0,0 +1 @@
|
||||
Axmr1
|
||||
@@ -0,0 +1 @@
|
||||
BrunoBza
|
||||
@@ -0,0 +1 @@
|
||||
CheriWen
|
||||
@@ -0,0 +1 @@
|
||||
maff-t2b
|
||||
@@ -0,0 +1 @@
|
||||
DavidMetcalfe
|
||||
@@ -0,0 +1 @@
|
||||
EAbaracus
|
||||
@@ -0,0 +1,2 @@
|
||||
Enough1122
|
||||
# PR #73592 salvage
|
||||
@@ -0,0 +1 @@
|
||||
MarcoFernstaedt
|
||||
@@ -0,0 +1,2 @@
|
||||
Finn763
|
||||
# PR #94971 (issue #94895) attribution mapping
|
||||
@@ -0,0 +1,2 @@
|
||||
JackHunzicker
|
||||
# PR #98371 salvage
|
||||
@@ -0,0 +1 @@
|
||||
KHALIDagara
|
||||
@@ -0,0 +1 @@
|
||||
LauraGPT
|
||||
@@ -0,0 +1 @@
|
||||
Lesnak1
|
||||
@@ -0,0 +1 @@
|
||||
MaxFreedomPollard
|
||||
@@ -0,0 +1 @@
|
||||
NikolaRHristov
|
||||
@@ -0,0 +1 @@
|
||||
olympusbuildz
|
||||
@@ -0,0 +1 @@
|
||||
dromai
|
||||
@@ -0,0 +1 @@
|
||||
PavelTajdus
|
||||
@@ -0,0 +1 @@
|
||||
RaviTharuma
|
||||
@@ -0,0 +1 @@
|
||||
RichardGuan1
|
||||
@@ -0,0 +1 @@
|
||||
aider4ryder
|
||||
@@ -0,0 +1 @@
|
||||
StanleyStetson
|
||||
@@ -0,0 +1,2 @@
|
||||
Leathal1
|
||||
# PR #69711 salvage (deps: pyasn1 0.6.4)
|
||||
@@ -0,0 +1 @@
|
||||
Backroads4Me
|
||||
@@ -0,0 +1 @@
|
||||
TomAce7
|
||||
@@ -0,0 +1 @@
|
||||
Ufonik88
|
||||
@@ -0,0 +1 @@
|
||||
WojtekMR3
|
||||
@@ -0,0 +1 @@
|
||||
XiaoZAZA
|
||||
@@ -0,0 +1 @@
|
||||
YLChen-007
|
||||
@@ -0,0 +1,2 @@
|
||||
Zioywishing
|
||||
# PR #35705 salvage
|
||||
@@ -0,0 +1,2 @@
|
||||
ZundamonnoVRChatkaisetu
|
||||
# PR #62821 salvage
|
||||
@@ -0,0 +1 @@
|
||||
Ahmett101
|
||||
@@ -0,0 +1,2 @@
|
||||
4dlt
|
||||
# PR #98135 attribution repair
|
||||
@@ -0,0 +1 @@
|
||||
aneym
|
||||
@@ -0,0 +1 @@
|
||||
aweiker
|
||||
@@ -0,0 +1 @@
|
||||
A2chitect
|
||||
@@ -0,0 +1 @@
|
||||
75day
|
||||
@@ -0,0 +1,2 @@
|
||||
yingliang-zhang
|
||||
# attribution repair: commits authored with misconfigured local identity (a@l) belong to yingliang-zhang
|
||||
@@ -0,0 +1 @@
|
||||
a-espinoza
|
||||
@@ -0,0 +1 @@
|
||||
akattelu
|
||||
@@ -0,0 +1,2 @@
|
||||
francialisomlimoeiro
|
||||
# PR #82682 salvage (cron: load .env on no_agent path + delivery error diagnostics)
|
||||
@@ -0,0 +1 @@
|
||||
JabberELF
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user