Skip to content

Commit 967d16e

Browse files
authored
Merge pull request #762 from polkadot-fellows/nik-add-new-changes-on-membership
add new membership changes on evidence term; add subsquare linking
2 parents 5423714 + 166198a commit 967d16e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

src/pages/Membership/index.tsx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Button } from '@/components/ui/button'
22
import { openInNewTab } from '@/lib/utils'
3-
import PolkassemblyInduction from './polkassembly-inductions.png'
3+
import SubsquareApplication from './subsquare-application.png'
44
import SubsquareInduction from './subsquareInduction.png'
55
import Evidence1 from './evidence1.png'
66
import Evidence2 from './evidence2.png'
@@ -73,7 +73,7 @@ export const Membership = () => {
7373
</p>
7474
<p className="my-4">
7575
Members of the Polkadot Fellowship are expected to provide
76-
periodic evidence to retain their current rank or get promoted
76+
periodic arguments to retain their current rank or get promoted
7777
to a higher rank.
7878
</p>
7979
<Button
@@ -85,7 +85,7 @@ export const Membership = () => {
8585
)
8686
}
8787
>
88-
Find out more in the Evidences repo
88+
Find out more in the Evaluations repo
8989
</Button>
9090
</AccordionContent>
9191
</AccordionItem>
@@ -99,16 +99,16 @@ export const Membership = () => {
9999
<p>
100100
Prospective candidates can{' '}
101101
<ThemedLink
102-
to="https://collectives.polkassembly.io/join-fellowship?network=collectives"
102+
to="https://collectives.subsquare.io/fellowship/applications"
103103
target="_blank"
104104
>
105105
join the Polkadot Technical Fellowship
106106
</ThemedLink>{' '}
107107
by submitting their application on a public forum, as shown
108-
below (Polkassembly UI).
108+
below (Subsquare UI).
109109
</p>
110110

111-
<img className="w-[45rem] py-10" src={PolkassemblyInduction} />
111+
<img className="w-[45rem] py-10" src={SubsquareApplication} />
112112

113113
<p className="my-4">
114114
As a minimum, applicants need to provide the following
@@ -194,14 +194,14 @@ export const Membership = () => {
194194
<div>
195195
<p className="my-4">
196196
To retain their current rank, members of the Polkadot
197-
Technical Fellowship must submit evidence of the work they
197+
Technical Fellowship must submit proofs of the work they
198198
have undertaken in recent months. As a minimum, members need
199199
to provide the following information in their{' '}
200200
<ThemedLink
201201
to="https://github.com/polkadot-fellows/Evidences?tab=readme-ov-file#process"
202202
target="_blank"
203203
>
204-
evidence report:
204+
argument report:
205205
</ThemedLink>
206206
<ul className="ml-4 list-disc">
207207
<li>General membership details</li>
@@ -225,7 +225,7 @@ export const Membership = () => {
225225
</ul>
226226
</p>
227227
<p className="mt-4">
228-
Evidences need to be submitted on-chain{' '}
228+
Arguments need to be submitted on-chain{' '}
229229
<ThemedLink
230230
to="https://github.com/polkadot-fellows/Evidences?tab=readme-ov-file#timelines"
231231
target="_blank"
@@ -265,14 +265,14 @@ export const Membership = () => {
265265
to="https://github.com/polkadot-fellows/Evidences"
266266
target="_blank"
267267
>
268-
evidence
268+
proofs
269269
</ThemedLink>{' '}
270270
to sustain their request, any member of the Polkadot Technical
271271
Fellowship of Rank 1-4 can be promoted to the next rank by
272272
approval voting of members who are 2 ranks higher. For
273273
instance, a proposal to promote a member from rank 1 to rank 2
274274
can only be approved by members of ranks greater than or equal
275-
to 4, as shown below (Polkassembly UI).
275+
to 4, as shown below.
276276
</p>
277277

278278
<p>
492 KB
Loading

0 commit comments

Comments
 (0)