From c9c2c1b4e75e302354723d56c5662b73fbc29a18 Mon Sep 17 00:00:00 2001 From: apiraino Date: Mon, 17 Aug 2026 12:29:57 +0200 Subject: [PATCH] Add a mention about project goals MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Beránek Co-authored-by: Rémy Rakic --- src/SUMMARY.md | 1 + src/governance/project-goals.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 src/governance/project-goals.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index df50a1a70..db1aa3f3a 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -85,6 +85,7 @@ - [Leadership Council](./governance/council.md) - [Moderation](./governance/moderation.md) - [Project groups](./governance/project-groups.md) + - [Project goals](./governance/project-goals.md) - [Policies](./policies/index.md) - [Crate ownership policy](./policies/crate-ownership.md) - [LLM usage policy](./policies/llm-usage.md) diff --git a/src/governance/project-goals.md b/src/governance/project-goals.md new file mode 100644 index 000000000..f71078165 --- /dev/null +++ b/src/governance/project-goals.md @@ -0,0 +1,30 @@ +# Project goals + +## Introduction + +Project goals is a program we run to help people from inside or outside the project proposing medium to big changes by providing resources and help. + +Having a goal can help find some funding: the Project [lists the goals that are looking for funding](https://rust-lang.github.io/goals/2026/funding.html), and the funding team and [RCN] are also places where potential funding partners can look for goals of interest to them. + +This page only provides a quick overview; full documentation is available at [this link][goals-docs]. + +## Structure and coordination + +Get in contact with the [goals team] on [Zulip][zulip-t-goals]. + +Project goal proposals are tracked on [GitHub][goals-issue-tracker]. + +## Funding + +Project goal proponents can ask to apply for funding. See [documentation][goals-funding] for more information. + +For more informations about how to get funding, get in contact with the [funding team] on [Zulip][zulip-t-funding]. + +[goals team]: https://rust-lang.org/governance/teams/#team-goals +[goals-docs]: https://rust-lang.github.io/goals/index.html +[funding team]: https://rust-lang.org/governance/teams/launching-pad/#team-funding +[zulip-t-funding]: https://rust-lang.zulipchat.com/#narrow/stream/funding +[goals-issue-tracker]: https://github.com/rust-lang/goals/issues +[zulip-t-goals]: https://rust-lang.zulipchat.com/#narrow/channel/435869-goals +[goals-funding]: https://rust-lang.github.io/goals/about/goal-format.html#funding +[RCN]: https://rustfoundation.org/rust-commercial-network