diff --git a/src/routes/components/Icons.tsx b/src/routes/components/Icons.tsx index a921d4195..1c83db032 100644 --- a/src/routes/components/Icons.tsx +++ b/src/routes/components/Icons.tsx @@ -304,9 +304,9 @@ export default function IconsPage() { The extended icon set includes the full - {" "} - Ionicon library. + Ionicons library. {" "} When you need additional icons outside of the core icon set, use these icons to maintain a consistent visual language. diff --git a/src/routes/get-started/Contribute.tsx b/src/routes/get-started/Contribute.tsx index a322f6b49..6db946d4e 100644 --- a/src/routes/get-started/Contribute.tsx +++ b/src/routes/get-started/Contribute.tsx @@ -1,48 +1,55 @@ -import { GoabCallout, GoabContainer, GoabDetails, GoabDivider, GoabSpacer, GoabTable, } from "@abgov/react-components"; +import { + GoabCallout, + GoabContainer, + GoabDetails, + GoabDivider, + GoabSpacer, + GoabTable, + GoabText +} from "@abgov/react-components"; import { ComponentContent } from "@components/component-content/ComponentContent"; import { CodeSnippet } from "@components/code-snippet/CodeSnippet.tsx"; export default function ContributePage() { return ( -

Contribute

-

- Add to the components or patterns in the design system

-

The design system is a shared resource for product teams to use and contribute to. We encourage everyone, regardless of their role, to help improve the design system.

- - - Start by using what's in the design system to design and build services easier - + + Contribute + + + Add to the components or patterns in the design system + + The design system is a shared resource for product teams to use and + contribute to. We encourage everyone, regardless of their role, to help improve the design system. + + Start by using what's in the design system + Contribute - -

- + + View the full governance process in Figma -

+
-
- -

Did you know…

-

+ There are open contribution files in Figma for every component and pattern in the design system, including unpublished ideas and experiments. -

-
+

Design contribution process

- +
-

+ If a component or pattern doesn’t exist in production or doesn’t meet the needs of your users, please contact the design system team. We’ll discuss the issue to understand it better and decide on the next steps together. -

- -

1. Come talk to us:

+ + 1. Come talk to us: -

Be prepared to:

+ Be prepared to: +

Contribution criteria

-

2. Your contribution will be evaluated against the following contribution criteria:

-

Proposing a component or pattern

-

For something to be added or changed in the design system, it needs to be:

+ 2. Your contribution will be evaluated against the following + contribution criteria: + Proposing a component or pattern + For something to be added or changed in the design system, it needs to + be: @@ -88,9 +97,9 @@ export default function ContributePage() { - -

Standards for a given solution

-

For a new component or pattern to be published, a given solution has to be:

+ Standards for a given solution + For a new component or pattern to be published, a given solution has to + be: @@ -121,17 +130,20 @@ export default function ContributePage() { - -

3. Once approved, it will be added to the Design System's backlog

+ 3. Once approved, it will be added to the Design System's + backlog -

4. Contribute code to the component or pattern

+ 4. Contribute code to the component or pattern
@@ -139,8 +151,10 @@ export default function ContributePage() {

Code contribution process

-

In order to support all of the development frameworks that service teams use, we build and support a library of web components. Contributing entire components can be challenging and time-consuming, so we recommend and encourage smaller-scale contributions instead.

-

Recommended ways to contribute:

+ In order to support all of the development frameworks that service teams + use, we build and support a library of web components. Contributing entire components can be challenging and + time-consuming, so we recommend and encourage smaller-scale contributions instead. + Recommended ways to contribute: