Skip to content

Commit 74cd705

Browse files
Merge pull request #78 from communitiesuk/contribution-criteria-page
Contribution criteria page
2 parents fb72c03 + 921ded3 commit 74cd705

File tree

4 files changed

+1461
-5
lines changed

4 files changed

+1461
-5
lines changed

src/routes/+layout.svelte

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@
8585
text: "Share findings about your users",
8686
href: "/community/share-findings",
8787
},
88+
{
89+
text: "Contribution criteria",
90+
href: "/community/contribution-criteria",
91+
},
8892
{
8993
text: "Propose a component or pattern",
9094
href: "/community/propose-component",
@@ -107,11 +111,7 @@
107111
href: "/community/team-approach",
108112
},
109113
{ text: "Projects", href: "/community/projects" },
110-
{ text: "Community principles", href: "/community/principles" },
111-
{
112-
text: "Contribution approach",
113-
href: "/community/contribution-approach",
114-
},
114+
// { text: "Community principles", href: "/community/principles" },
115115
{
116116
text: "Blog posts, videos and podcasts",
117117
href: "/community/blog-posts",
@@ -246,6 +246,10 @@
246246
},
247247
{ text: "Projects", href: "/community/projects" },
248248
{ text: "Community principles", href: "/community/principles" },
249+
{
250+
text: "Contribution criteria",
251+
href: "/community/contribution-criteria",
252+
},
249253
{
250254
text: "Contribution approach",
251255
href: "/community/contribution-approach",

0 commit comments

Comments
 (0)