Skip to content

Commit 1fb2aa2

Browse files
committed
docs
1 parent 7fda868 commit 1fb2aa2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,17 @@ The design and implementation of Compose is based on the following design princi
136136

137137
If you need to modify the functionality of standard ERC721 functions, then in that case you cannot use onchain composition. You can make your own custom ERC721 facet by copying the `ERC721Facet.sol` file in Compose and making the necessary changes, or you can inherit the ERC721Facet contract from that file.
138138

139-
140-
141-
142-
143-
144-
139+
## Compose
145140

141+
I am actively seeking contributors to Compose. If you want to work on this project then choose the [issues](https://github.com/Perfect-Abstractions/Compose/issues) you want to work on and leave comments describing what you want to do and how you want to do it. I'll answer you and assign you to issues and you can start.
142+
143+
Once you are assigned to an issue you can fork the repository, implement what you are working on, then submit a pull request and I will review it and merge it and/or give you feedback on the work.
146144

145+
You can also make new issues to suggest new functionality or work.
147146

147+
This is the beginning and we are still working out how this will all work. I am glad you are interested in this project and I want to make something great with you.
148148

149+
Nick
149150

150151

151152

0 commit comments

Comments
 (0)