Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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