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: CONTRIBUTING.md
-91Lines changed: 0 additions & 91 deletions
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,6 @@ Thank you for considering contributing to EigenLayer! This guide will help you s
4
4
5
5
## Setting Up Your Environment
6
6
7
-
We use fork base PR mechanism. Contributions that do not follow our fork base PR practices will be automatically immediately closed and deleted, preventing branch pollution, keeping our repository clean, tidy, more readable and searchable.
8
-
9
-
### Fork and Clone the Repository
10
-
11
-
1. Fork the repository following [GitHub's instructions](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo)
Copy file name to clipboardExpand all lines: MAINTENANCE.md
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -142,17 +142,6 @@ So our release branch and model must be flexible enough to solve it via cherry p
142
142
- all changes have to be deployed to testnet first, before mainnet. No skipping from preprod to mainnet directly
143
143
144
144
145
-
### Release Branches
146
-
147
-
Once release are created, corresponding release branches will live forever for future reference and NEVER be deleted.
148
-
149
-
Together with “**Fork-based PR**” defined in CONTRIBUTING.md, it means there are only 3 categories of branches in the repository:
150
-
151
-
1.`main`: live forever, never delete
152
-
2. release-dev branches `release-dev/*`: long living branch for release development with commits that should be all-or-nothing in `main`. They a period of time but will be deleted once their commits are merged back to `main`
153
-
3. official release branches `vx.y.z`: live forever, never delete after a release is officially create
154
-
155
-
156
145
### Changelog, Release Note, Release Announcement Blog
157
146
158
147
Each release in testnet and mainnet must have corresponding release note, changelog, and announcement blog
0 commit comments