You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing/contribute.md
+14-20Lines changed: 14 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,14 +46,13 @@ If you're a developer, we need your help! Before you begin: Familiarize yourself
46
46
47
47
If you are interested in working on a specific project, check out the list of Yearn products in the [General Resources](#general-resources) section below or check out our list of repos [here](https://github.com/orgs/yearn/repositories).
48
48
49
+
If you're not sure where to start or have questions, it's best to join us on the #dev channel in [Discord](https://discord.gg/yearn).
49
50
50
-
Previously, progress was on our (now deprecated) [GitHub Project Board](https://contribute.yearn.farm/good-first-issue.html). Now, it's better if you join us on the #dev channel in [Discord](https://discord.gg/yearn).
51
-
52
-
If you want an overview of how our vaults work, please see the schema and accompanying descriptions in the [Vaults Overview](https://docs.yearn.fi/getting-started/products/yvaults/overview).
51
+
If you want an overview of how our vaults work, please see the schema and accompanying descriptions in the [Vaults Overview](/getting-started/products/yvaults/overview).
53
52
54
53
If you're wondering how **strategies** work, please check out [Yearn Vaults v2 Introduction](https://www.youtube.com/watch?v=C0fsYiCI54g) — hosted by our Yearn Devs. To start writing your own strategy, please check out our template [Yearn Brownie Mix](https://github.com/yearn/brownie-strategy-mix).
55
54
56
-
If you want to integrate with Yearn, please visit our [Integration Guide](https://docs.yearn.fi/partners/integration_guide) and check out our [data services](/developers/data-services/yearn-data/).
55
+
If you want to integrate with Yearn, please visit our [Integration Guide](/developers/v3/Integrating_v3) and check out our [data services](/developers/data-services/yearn-data/).
57
56
58
57
#### Designers
59
58
@@ -72,17 +71,9 @@ The best introduction to V2 is the workshop done for Gitcoin Kernel Sessions. Ev
72
71
73
72
When you decide to start, this reading material is going to come handy:
74
73
75
-
-[Template for Strategies](https://github.com/yearn/brownie-strategy-mix)
Copy file name to clipboardExpand all lines: docs/contributing/documentation/working-on-docs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Another simple way to contribute is through the built in 'Edit on GitHub' button
42
42
43
43

44
44
45
-
4. After you 'Propose changes' GitHub will create a branch of the yearn-devdocs repository for you and show a summary of the changes you made. If everything looks right and complies with the [Writing Style Guide](https://docs.yearn.fi/contributing/documentation/writing-style-guide), click 'Create pull request'
45
+
4. After you 'Propose changes' GitHub will create a branch of the yearn-devdocs repository for you and show a summary of the changes you made. If everything looks right and complies with the [Writing Style Guide](/contributing/documentation/writing-style-guide), click 'Create pull request'
46
46
47
47
5. In your pull request (PR), give enough context about your changes for the repo admin to understand why they should be accepted. Afterwards, click 'Create pull request' and the admins will either merge, deny or make a comment.
48
48
@@ -89,4 +89,4 @@ Cloning a repository is ideal if you are working on more than one page.
89
89

90
90
91
91
15. Make sure the base repository is 'yearn/yearn-devdocs' and the base is 'master'. (unless you are contributing to translated versions, in which case, the base should be the name of the language you are translating) The head repository should be 'your-username/yearn-devdocs' and the compare should be 'your-branch-name'
92
-
16. Make sure that your PR has all of the information needed to contextualize the change and that your changes comply with the [Writing Style Guide](https://docs.yearn.fi/contributing/documentation/writing-style-guide). Once you create a pull request, it will be sent to the repo admins who can approve it to be merged into the live site.
92
+
16. Make sure that your PR has all of the information needed to contextualize the change and that your changes comply with the [Writing Style Guide](/contributing/documentation/writing-style-guide). Once you create a pull request, it will be sent to the repo admins who can approve it to be merged into the live site.
Copy file name to clipboardExpand all lines: docs/contributing/documentation/writing-style-guide.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ As such, Writers should focus on communicating concepts as clearly and succinctl
57
57
- Exclamation points.
58
58
- Footnotes.
59
59
- References to deprecated names for Yearn Components.
60
-
-**Examples:** yyCRV or yUSD instead of yvCurve-Y (see: [Yearn Naming Conventions](https://docs.yearn.fi/developers/v2/naming-convention))
60
+
-**Examples:** yyCRV or yUSD instead of yvCurve-Y
61
61
- Parentheses for stating additional information
62
62
-**Incorrect:** Development Grants are larger sized ($5,000 to $50,000) grants aimed at individuals or teams building projects around vaults and the broader Yearn ecosystem.
63
63
-**Correct:** Development Grants are generally larger sized grants, ranging from $5,000 to $50,000, aimed at individuals or teams building projects around vaults and the broader Yearn ecosystem.
@@ -118,10 +118,6 @@ The examples below use dollars, but the same rules apply to all global currencie
118
118
- Similarly, when referring to exchange pairs:
119
119
- Use: `wETH/DAI`
120
120
121
-
#### Yearn Products
122
-
123
-
Please see [Yearn Naming Conventions](https://docs.yearn.fi/developers/v2/naming-convention).
124
-
125
121
#### Yearn
126
122
127
123
- When referring to Yearn as a smart contract system, use "The Yearn Protocol."
@@ -256,7 +252,7 @@ Review the respective Contribute.md for each repository where pertinent before s
256
252
257
253
#### Contributor Tools
258
254
259
-
- The [Contributor Tools Guide](https://docs.yearn.fi/contributing/contributor-tools) guide introduces the tools regularly used by Yearn contributors.
255
+
- The [Contributor Tools Guide](/contributing/contributor-tools) guide introduces the tools regularly used by Yearn contributors.
Copy file name to clipboardExpand all lines: docs/contributing/governance/governance-and-operations.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,15 @@ A simplified flow of governance would look like this:
19
19
3. yTx creates a delegated transaction and send it to the Multisig
20
20
4. Multisig executes or vetos the transaction
21
21
22
-
With [veYFI](https://docs.yearn.fi/contributing/governance/veyfi) launch, governance moved from using YFI to veYFI as voting power.
22
+
With [veYFI](/contributing/governance/veyfi) launch, governance moved from using YFI to veYFI as voting power.
23
23
24
24
## DAO Responsibilities
25
25
26
26

27
27
28
28
### Token Holders
29
29
30
-
[YFI](https://docs.yearn.fi/contributing/governance/yfi) token-holders duty is to create and vote for proposals that improve the protocol.
30
+
[YFI](/contributing/governance/yfi) token-holders duty is to create and vote for proposals that improve the protocol.
31
31
32
32
33
33
| Proposals | Descriptions |
@@ -81,7 +81,7 @@ Each yTeam is assigned specific decision-making powers, defined by YIP-61:
81
81
82
82
### Multisig
83
83
84
-
Decisions issued by yTeams will be executed on-chain by the Multisig until a more decentralized system is approved for implementation. In the meantime, the [Multisig](https://docs.yearn.fi/developers/security/multisig#members) controls the following:
84
+
Decisions issued by yTeams will be executed on-chain by the Multisig until a more decentralized system is approved for implementation. In the meantime, the [Multisig](/developers/security/multisig#members) controls the following:
Copy file name to clipboardExpand all lines: docs/contributing/governance/proposal-process.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Proposal Process
2
2
3
-
[veYFI](https://docs.yearn.fi/contributing/governance/veyfi) token holders control the Yearn ecosystem through off-chain proposals and votes via [Snapshot](https://snapshot.org/#/ybaby.eth). Proposals that generate majority support (>50% of the vote) are implemented by a 9-member multi-signature wallet, and 6 out of 9 wallet signers must sign for a change to be implemented. The [members of the multi-signature wallet](https://docs.yearn.fi/developers/security/multisig#members) were voted in by YFI holders and are subject to change from future governance votes.
3
+
[veYFI](/contributing/governance/veyfi) token holders control the Yearn ecosystem through off-chain proposals and votes via [Snapshot](https://snapshot.org/#/ybaby.eth). Proposals that generate majority support (>50% of the vote) are implemented by a 9-member multi-signature wallet, and 6 out of 9 wallet signers must sign for a change to be implemented. The [members of the multi-signature wallet](/developers/security/multisig#members) were voted in by YFI holders and are subject to change from future governance votes.
4
4
5
5
## Discussion
6
6
@@ -22,7 +22,7 @@ Getting as much feedback as possible from the various communication channels is
@@ -49,7 +49,7 @@ The default template for proposals can be found on [GitHub](https://github.com/y
49
49
50
50
#### How do I vote?
51
51
52
-
- Holding [veYFI](https://docs.yearn.fi/contributing/governance/veyfi) enables you to vote on Yearn's [Snapshot](https://snapshot.org/#/ybaby.eth) page
52
+
- Holding [veYFI](/contributing/governance/veyfi) enables you to vote on Yearn's [Snapshot](https://snapshot.org/#/ybaby.eth) page
53
53
54
54
#### What’s the difference between voting for a poll on the forum and an off-chain vote?
55
55
@@ -61,4 +61,4 @@ Once a Snapshot votes have passed, changes will be implemented by Yearn's protoc
61
61
62
62
## Guardian Role
63
63
64
-
Per [YIP-81](https://snapshot.box/#/s:veyfi.eth/proposal/0x6f3082db2cef3e0c254e569580d063cb14130a92d0bf1729bef342a386e419f2), the [Yearn Multisig](https://docs.yearn.fi/developers/security/multisig) (AKA yChad) serves in the Guardian role to steward and protect the Yearn Protocol and its participants. The Guardian role is defined as being able to **"nullify a proposal or governance decision but cannot make proposals"**.
64
+
Per [YIP-81](https://snapshot.box/#/s:veyfi.eth/proposal/0x6f3082db2cef3e0c254e569580d063cb14130a92d0bf1729bef342a386e419f2), the [Yearn Multisig](/developers/security/multisig) (AKA yChad) serves in the Guardian role to steward and protect the Yearn Protocol and its participants. The Guardian role is defined as being able to **"nullify a proposal or governance decision but cannot make proposals"**.
*This document is intended to provide a detailed understanding of the veYFI and dYFI mechanisms within Yearn Finance. Users are encouraged to participate actively in governance and stay informed about ongoing developments.*
Copy file name to clipboardExpand all lines: docs/contributing/governance/veYFI-intro.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Locking YFI for veYFI has 3 main benefits: Voting power, Yield boosts on funds d
8
8
9
9
### veYFI Voting
10
10
11
-
veYFI is the governance token of Yearn. It is used to vote on YFI emissions distributions and other governance items in [snapshot](https://snapshot.org/#/veyfi.eth). For more information on Yearn's governance process, head over to the [governance section of the docs](https://docs.yearn.fi/contributing/governance/proposal-process).
11
+
veYFI is the governance token of Yearn. It is used to vote on YFI emissions distributions and other governance items in [snapshot](https://snapshot.org/#/veyfi.eth). For more information on Yearn's governance process, head over to the [governance section of the docs](/contributing/governance/proposal-process).
Copy file name to clipboardExpand all lines: docs/contributing/introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,4 @@ Yearn is a collective of developers, users, thinkers, and doers all working towa
6
6
7
7
## Governance
8
8
9
-
The Yearn ecosystem is controlled by YFI token holders who submit and vote on off-chain proposals that govern the ecosystem. Proposals that generate majority support \(>50% of the vote\) are implemented by a 9-member multi-signature wallet. Changes must be signed by 6 out of the 9 wallet signers to be implemented. The members of the multi-signature wallet were voted in by YFI holders and are subject to change from future governance votes. Please refer to the [multisig documentation](https://docs.yearn.fi/developers/security/multisig) for the list of multisig signers. For more info about the governance process, please consult the [Governance FAQ](/resources/faq#governance) and [YIP-61: Governance 2.0](https://gov.yearn.fi/t/yip-61-governance-2-0/10460).
9
+
The Yearn ecosystem is controlled by YFI token holders who submit and vote on off-chain proposals that govern the ecosystem. Proposals that generate majority support \(>50% of the vote\) are implemented by a 9-member multi-signature wallet. Changes must be signed by 6 out of the 9 wallet signers to be implemented. The members of the multi-signature wallet were voted in by YFI holders and are subject to change from future governance votes. Please refer to the [multisig documentation](/developers/security/multisig) for the list of multisig signers. For more info about the governance process, please consult the [multisig members list](/developers/security/multisig) and [YIP-61: Governance 2.0](https://gov.yearn.fi/t/yip-61-governance-2-0/10460).
0 commit comments