Skip to content

Commit

Permalink
Add community page
Browse files Browse the repository at this point in the history
  • Loading branch information
osamajandali committed Sep 13, 2024
1 parent ebed8a8 commit fa6e2a6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,19 @@ const config = {
label: "Documentation",
},
{
href: "https://explorer.if.greensoftware.foundation/",
to: "/users/quick-start",
position: "left",
label: "Plugins",
label: "Quick Start",
},
{
to: "/users/quick-start",
to: "/community",
position: "left",
label: "Quick Start",
label: "Community",
},
{
href: "https://explorer.if.greensoftware.foundation/",
position: "left",
label: "Plugins",
},
{
href: "https://github.com/Green-Software-Foundation/if",
Expand Down
14 changes: 14 additions & 0 deletions src/pages/community.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: How can I contribute to Impact framework?
description: Contribute to the Impact Framework through bug reports, code, or documentation by following the guidelines, engaging with the community, and participating in discussions or issue boards.
hide_table_of_contents: true
---

## How can I contribute to Impact framework?
We welcome all kinds of contributions to Impact Framework, from bug reports to work on core features or documentation. For detailed instructions on how to start and what to expect when you contribute, please visit our [contributions guidelines](https://github.com/Green-Software-Foundation/if/blob/main/CONTRIBUTING.md). There you will find guidance on how to raise bug reports, how to contribute code and what processes we have in place for handling your issues and PRs.

To contribute to these docs, you can raise pull requests against our [Github repository](https://github.com/Green-Software-Foundation/if-docs).

In general, you can consider any ticket on our [issue board](https://github.com/Green-Software-Foundation/if/issues) open for community contributions if it does not have the core-only tag. We tag suitable introductory issues as good-first-issue - these are great places to get started.

You can also contribute by participating in discussions on our mailing list at [[email protected]](https://groups.google.com/u/1/a/greensoftware.foundation/g/if-community). We send out weekly updates that includes what we've shipped, what we're working on and how you can get involved each week.

0 comments on commit fa6e2a6

Please sign in to comment.