Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
5de5ad2
minor
jeffwilcox Feb 20, 2025
ed018e0
Next.js
jeffwilcox Mar 24, 2025
c7c04bd
Next: updated files
jeffwilcox Mar 24, 2025
18abd0f
Updated pages
jeffwilcox Mar 24, 2025
968db56
Plus page: Thanks
jeffwilcox Mar 24, 2025
30abf24
Adding empty blog page
jeffwilcox Mar 24, 2025
aea76eb
Moving around files
jeffwilcox Mar 24, 2025
ca3d7eb
Moving around files
jeffwilcox Mar 25, 2025
3f2fc44
Script: loose port of avatars
jeffwilcox Mar 25, 2025
9c9ffc4
Updating scripts
jeffwilcox Mar 25, 2025
3c9c4ad
Adding Projects to homepage
jeffwilcox Mar 25, 2025
6548e1e
Merge pull request #456 from jeffwilcox/next
JustinGOSSES Mar 25, 2025
1bf3393
Workflow: dev save
jeffwilcox Mar 25, 2025
b546c2d
Update build.yml
jeffwilcox Mar 25, 2025
c6523ac
Updated deps
jeffwilcox Mar 28, 2025
3970213
Add: upstream contributions
jeffwilcox Mar 28, 2025
94cfc8c
Projects page
jeffwilcox Mar 28, 2025
fff51a0
Good first issues
jeffwilcox Mar 28, 2025
6835d7c
Activity stream
jeffwilcox Mar 28, 2025
0554a01
Titles
jeffwilcox Mar 29, 2025
08bb41c
Program: energizing tabs
jeffwilcox Apr 16, 2025
ff65659
Updating pages
jeffwilcox Apr 16, 2025
7c7f8bb
Fix header links
jeffwilcox Apr 17, 2025
a5e5331
Updated paragraphs
jeffwilcox Apr 17, 2025
762d592
Paragraphs-CoC page
jeffwilcox Apr 17, 2025
6d98bf3
Paragraphs
jeffwilcox Apr 17, 2025
0c52e65
paragraphs
jeffwilcox Apr 17, 2025
f1698ff
Links
jeffwilcox Apr 17, 2025
eb2d1d9
Trailing slashes
jeffwilcox Apr 17, 2025
d983cd2
Spacing fix
jeffwilcox Apr 17, 2025
38b60a6
Adding legacy scripts
jeffwilcox Apr 17, 2025
2b142ae
Telemetry settings
jeffwilcox Apr 17, 2025
eacdfc7
Tel
jeffwilcox Apr 17, 2025
fb83821
err
jeffwilcox Apr 17, 2025
e5e06a6
next
jeffwilcox Apr 17, 2025
365c6a8
next
jeffwilcox Apr 17, 2025
313ab71
next
jeffwilcox Apr 17, 2025
e215603
Updated language-specific links
capfei Apr 18, 2025
a1400ea
Update Tools.tsx
capfei Apr 18, 2025
245ebc0
Merge pull request #461 from capfei/next
jeffwilcox Apr 18, 2025
6ae4940
Telemetry update
jeffwilcox Apr 19, 2025
5df83c5
Next: not prod build yet
jeffwilcox Apr 19, 2025
de783d4
Merge branch 'main' into next
jeffwilcox Apr 19, 2025
894ef3f
Removing devcontainer
jeffwilcox Apr 19, 2025
3349e9b
Fixing links
capfei Apr 22, 2025
350711d
Fixed spacing
capfei Apr 22, 2025
b23d4f2
Merge pull request #465 from capfei/next
jeffwilcox Apr 22, 2025
94db949
Merge branch 'main' into next
jeffwilcox Apr 22, 2025
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
2 changes: 1 addition & 1 deletion _fossfund/0-hikaya.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: hikaya
logo: hikaya.png
projectUrl: https://www.hikaya.io
projectUrl: https://hikaya.io
linkText: "https://github.com/hikaya-io"
description: "Hikaya, which means story in Arabic works with nonprofits to introduce a set of integrated tools that re-engineer how data are used within these organizations."
context: "By building open source solutions on common data standards,hikaya will be able to help nonprofits worldwide improve their delivery of goods and services to those most in need while making reporting to funders more transparent."
Expand Down
2 changes: 1 addition & 1 deletion _projects/graphengine.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title: Graph Engine
logo: graphengine.svg
description: Graph Engine is an open-source distributed in-memory graph processing engine.
linkText: About Graph Engine
projectUrl: https://www.graphengine.io
projectUrl: https://microsoft.github.io/GraphEngine/
---
14 changes: 9 additions & 5 deletions src/app/codeofconduct/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,13 @@ export default function CodeOfConduct() {
{`
We encourage all communities to resolve issues on their own whenever possible. Instances of
abusive, harassing, or otherwise unacceptable behavior should be reported to the community
leaders responsible for enforcement in a given project or to <a
href="mailto:opencode@microsoft.com">opencode@microsoft.com</a>. If you
are a Microsoft employee looking for support, please use the `}
leaders responsible for enforcement in a given project or to `}
<a
className="link-standard" href="mailto:opencode@microsoft.com">
opencode@microsoft.com
</a>.
{`
If you are a Microsoft employee looking for support, please use the `}
<a
href="https://aka.ms/community-911-landingpage" className="link-standard" target="_new">
Community 911 reporting process
Expand All @@ -159,12 +163,12 @@ export default function CodeOfConduct() {
</a>.
</p>
<p>
Community Impact Guidelines were inspired by <a href="https://github.com/mozilla/diversity"
Community Impact Guidelines were inspired by <a href="https://github.com/mozilla/inclusion"
className="link-standard" target="_new">Mozilla's code of conduct enforcement ladder</a>.
</p>
<p>
Expanding scope to include external impact on community health inspired by <a
href="https://opensource.facebook.com/code-of-conduct" className="link-standard"
href="https://opensource.fb.com/code-of-conduct/" className="link-standard"
target="_new">Facebook's Open Source Code of Conduct</a> and <a
href="https://www.mozilla.org/about/governance/policies/participation/"
className="link-standard" target="_new">Mozilla's Community Participation Guidelines</a>.
Expand Down
2 changes: 1 addition & 1 deletion src/app/collaborate/components/HelpWantedWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function HelpWantedSection() {
<li><a href="https://opensource.guide/how-to-contribute/" className="link-arrow text-brand" target="_new">How to Contribute to Open Source</a></li>
<li><Link href="/codeofconduct" className="link-arrow text-brand">Microsoft's Open Source Code of Conduct</Link></li>
<li><a href="https://opensource.com/life/14/2/exploring-open-source-beginners" className="link-arrow text-brand" target="_new">Getting Started in Open Source Online and Offline</a></li>
<li><a href="https://todogroup.org/guides/participating/" className="link-arrow text-brand" target="_new">TODO Group's Participating in Open Source Communities Guide</a></li>
<li><a href="https://todogroup.org/resources/guides/participating-in-open-source-communities/" className="link-arrow text-brand" target="_new">TODO Group's Participating in Open Source Communities Guide</a></li>
</ul>
</div>
</div>
Expand Down