Skip to content

Commit 27ac357

Browse files
authored
centralize contact emails (#170)
1 parent 1caca76 commit 27ac357

5 files changed

Lines changed: 20 additions & 10 deletions

File tree

content/about/code_of_conduct/_index.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title = "Code of Conduct"
44

55
# NUMFOCUS CODE OF CONDUCT
66

7-
You can find the whole document here https://numfocus.org/code-of-conduct.
7+
You can find the whole document [here][NumFOCUS Code of Conduct].
88

99
## THE SHORT VERSION
1010

@@ -22,15 +22,17 @@ Thank you for helping make this a welcoming, friendly community for all.
2222

2323
## LONG VERSION
2424

25-
You can find the long version of the Code of Conduct on the NumFOCUS website https://numfocus.org/code-of-conduct
25+
You can find the long version of the Code of Conduct on the [NumFOCUS Code of Conduct][] page.
2626

2727
## HOW TO REPORT
2828

29-
If you feel that the Code of Conduct has been violated, feel free to submit a report, by using the form: NumFOCUS Code of Conduct Reporting Form
29+
If you feel that the Code of Conduct has been violated, feel free to submit a report, by using the [NumFOCUS Code of Conduct Reporting Form](https://numfocus.typeform.com/to/ynjGdT).
3030

3131
## WHO WILL RECEIVE YOUR REPORT
3232

3333
Your report will be received and handled by NumFOCUS Code of Conduct Working Group; trained, and experienced contributors with diverse backgrounds.
34-
The group is making decisions independently from the project, PyData, NumFOCUS or any other organization.
34+
The group is making decisions independently from the project, PyData, NumFOCUS or any other organization.
3535

36-
You can learn more about the current group members, as well as the reporting procedure [HERE](https://numfocus.org/code-of-conduct).
36+
You can learn more about the current group members, as well as the reporting procedure on the [NumFOCUS Code of Conduct][] page.
37+
38+
[NumFOCUS Code of Conduct](https://numfocus.org/code-of-conduct)

content/about/roles/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This includes who gets commit rights to their projects.
4444

4545
The core team are community members who have demonstrated continued commitment to the project through ongoing contributions.
4646
They have shown they can be trusted to maintain scverse with care.
47-
Team members appear as organization members on the scverse [GitHub organization](https://github.com/orgs/scverse/people) and are on our [@scverse/core](https://github.com/orgs/scverse/teams/core) GitHub team.
47+
Team members appear as organization members on the scverse [GitHub organization](https://github.com/orgs/scverse/people) and are on our [@scverse/core](https://github.com/orgs/scverse/teams/core) GitHub team, but can also be reached by e-mail at [core@scverse.org](core@scverse.org).
4848

4949
There are sub-roles within the core team depending on the kinds covering different kinds of contributions and responsibilities.
5050

@@ -93,7 +93,7 @@ Nominees should have demonstrated long-term, continued commitment to the project
9393
A nomination will result in discussion that cannot take more than a month and then admission to the SC by consensus.
9494
During that time deadlocked votes of the SC will be postponed until the new member has joined and another vote can be held.
9595

96-
The `scverse` steering council may be contacted at `steering-council@scverse.org`, or via the [@scverse/steering-council](https://github.com/orgs/scverse/teams/steering-council) GitHub team.
96+
The `scverse` steering council may be contacted at [steering-council@scverse.org](mailto:steering-council@scverse.org).
9797

9898
### Management Committee
9999

content/join/_index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
+++
22
title = "Join scverse"
33

4-
email_stmt = "You can also reach the steering council at: [steering-council@scverse.org](steering-council@scverse.org)"
5-
64
[[resources]]
75
id = "github"
86
title = "GitHub"
@@ -39,3 +37,9 @@ email_stmt = "You can also reach the steering council at: [steering-council@scve
3937
text = "Subscribe to our YouTube channel"
4038
link = "https://www.youtube.com/channel/UCpsvsIAW3R5OdftJKKuLNMA"
4139
+++
40+
41+
You can also reach us by e-mail for certain matters:
42+
43+
- [core@scverse.org](core@scverse.org): [core team](/about/roles#core-team)
44+
- [conference@scverse.org](conference@scverse.org): for matters regarding the [next conference](/conference2025)
45+
- [steering-council@scverse.org](steering-council@scverse.org): [steering council](/about/roles#steering-council) (e.g. for questions about sponsorships)

layouts/join/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h5 class="card-title">
5959
</div>
6060
<div>
6161
<p>
62-
{{ .Params.email_stmt | markdownify }}
62+
{{ .Content }}
6363
</p>
6464
</div>
6565
</div>

layouts/partials/header.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@
103103
<li>
104104
<a class="dropdown-item" href="/about/code_of_conduct">Code of Conduct</a>
105105
</li>
106+
<li>
107+
<!-- This is just a second link to the /join page, but makes it more discoverable for people who think “I don’t want to join, just contact” -->
108+
<a class="dropdown-item" href="/join">Contact</a>
109+
</li>
106110
</ul>
107111
</li>
108112
<li class="nav-item">

0 commit comments

Comments
 (0)