From fa6e2a66c212160c02f78345e68ef606560a1fec Mon Sep 17 00:00:00 2001 From: Osama Jandali Date: Fri, 13 Sep 2024 07:40:22 +0300 Subject: [PATCH] Add community page --- docusaurus.config.js | 13 +++++++++---- src/pages/community.md | 14 ++++++++++++++ 2 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 src/pages/community.md diff --git a/docusaurus.config.js b/docusaurus.config.js index 2ab67e4..38cea6f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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", diff --git a/src/pages/community.md b/src/pages/community.md new file mode 100644 index 0000000..0fb571b --- /dev/null +++ b/src/pages/community.md @@ -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 [if-community@greensoftware.foundation](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. \ No newline at end of file