Skip to content

Commit 4652a48

Browse files
authored
add typing team (#651)
1 parent 6efbdad commit 4652a48

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ prepare: clean
2323
git submodule update --init
2424

2525
TEAMS_DIR = content/en/teams
26-
TEAMS = emeritus-maintainers maintainers triage-team web-team
26+
TEAMS = emeritus-maintainers maintainers triage-team web-team typing-team
2727
TEAMS_QUERY = python themes/scientific-python-hugo-theme/tools/team_query.py
2828

2929
$(TEAMS_DIR)/%.toml:

content/en/teams/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Contributors with merge rights on GitHub.
99

1010
{{< grid file="maintainers.toml" columns="2 3 4 5" />}}
1111

12+
### Typing team
13+
14+
Contributors with merge rights on `scipy-stubs`.
15+
16+
{{< grid file="typing-team.toml" columns="2 3 4 5" />}}
17+
1218
### Triage team
1319

1420
Contributors with triage rights on GitHub.

content/en/teams/triage-team.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ link = 'https://github.com/scottshambaugh'
122122
type = 'card'
123123
classcard = 'text-center'
124124
body = '''{{< image >}}
125-
src = 'https://avatars.githubusercontent.com/u/5774448?u=7c9c9b2854994aed2673ff4fdd3c4f2fda07f425&v=4"'
125+
src = 'https://avatars.githubusercontent.com/u/5774448?u=4cf0763f723b0966331b971e1de783b3a3e1b4a6&v=4"'
126126
alt = 'Avatar of Shekhar Prasad Rajak'
127127
{{< /image >}}
128128
Shekhar Prasad Rajak'''

content/en/teams/typing-team.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[[item]]
2+
type = 'card'
3+
classcard = 'text-center'
4+
body = '''{{< image >}}
5+
src = 'https://avatars.githubusercontent.com/u/6208662?u=f5b6702cd80c1cd85d9a9cdc84fee65bedae24ca&v=4"'
6+
alt = 'Avatar of Joren Hammudoglu'
7+
{{< /image >}}
8+
Joren Hammudoglu'''
9+
link = 'https://github.com/jorenham'
10+
11+
[[item]]
12+
type = 'card'
13+
classcard = 'text-center'
14+
body = '''{{< image >}}
15+
src = 'https://avatars.githubusercontent.com/u/98330?u=22a023f8d191ba200ab13d476c83860d015cc9fe&v=4"'
16+
alt = 'Avatar of Ralf Gommers'
17+
{{< /image >}}
18+
Ralf Gommers'''
19+
link = 'https://github.com/rgommers'

0 commit comments

Comments
 (0)