File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
1
+ # How to Contribute:
2
+
3
+ 1 . Fork the project
4
+
5
+ 2 . Clone it to your local system
6
+
7
+ 3 . Checkout a separate branch to make your changes
8
+
9
+ 4 . Make your changes
10
+
11
+ 5 . Push the changes back to your repo
12
+
13
+ 6 . Click the Compare & pull request button
14
+
15
+ 7 . Click Create pull request to open a new pull request to the ** _ development_ ** branch
16
+
17
+ ___
18
+
19
+ Your pull request with be viewed, and merged into the development branch if it passes all of the tests.
20
+
21
+ If you have any questions, please don't hesitate to reach out to the developers.
22
+
Original file line number Diff line number Diff line change 23
23
<li><a href="#usage">Usage</a></li>
24
24
<li><a href="#uninstallation">Uninstallation</a></li>
25
25
<li><a href="#roadmap">Roadmap</a></li>
26
+ <li><a href="#contribution">Contribution</a></li>
26
27
</ol >
27
28
</details >
28
29
@@ -141,7 +142,7 @@ Uninstall the package like any other Python package using the pip uninstall comm
141
142
pip uninstall alpha-homora-v2
142
143
` ` `
143
144
144
- # # Feature Roadmap :
145
+ # # Features :
145
146
146
147
- [ ] Avalanche:
147
148
- [x] Get all open positions by owner wallet address
@@ -162,3 +163,7 @@ pip uninstall alpha-homora-v2
162
163
- [ ] Get current pool APY
163
164
- [ ] Add Liquidity
164
165
- [ ] Remove Liquidity
166
+
167
+ # # Contribution:
168
+
169
+ Contributions are welcome! Please read the [contribution guidelines](CONTRIBUTING.rst) to learn more about how to contribute to this project.
You can’t perform that action at this time.
0 commit comments