@@ -146,7 +146,7 @@ pub trait MyCustomExtension {
146146### Component Documentation
147147
148148- 📚 ** [ Development Guide] ( docs/development.md ) ** - Comprehensive development setup
149- - 🔧 ** [ Extension Development] ( docs/extensions.md ) ** - Creating custom extensions
149+ - 🔧 ** [ Extension Development] ( docs/extensions.md ) ** - Creating custom extensions
150150- 🏗️ ** [ Architecture Deep Dive] ( docs/architecture.md ) ** - System design and internals
151151- 📋 ** [ API Reference] ( docs/api.md ) ** - Complete API documentation
152152
@@ -200,46 +200,3 @@ cargo test -p pvq-executor
200200# Run example programs
201201make test-guests
202202```
203-
204- ## 🤝 Contributing
205-
206- We welcome contributions! Please see our [ Contributing Guide] ( CONTRIBUTING.md ) for details.
207-
208- ### Development Workflow
209-
210- 1 . Fork the repository
211- 2 . Create a feature branch (` git checkout -b feature/amazing-feature ` )
212- 3 . Make your changes and add tests
213- 4 . Ensure all tests pass (` cargo test --all ` )
214- 5 . Run formatting (` cargo fmt ` ) and linting (` cargo clippy ` )
215- 6 . Commit your changes (` git commit -am 'Add amazing feature' ` )
216- 7 . Push to the branch (` git push origin feature/amazing-feature ` )
217- 8 . Open a Pull Request
218-
219- ### Code Style
220-
221- - Follow Rust standard formatting (` cargo fmt ` )
222- - Ensure clippy passes (` cargo clippy ` )
223- - Add comprehensive tests for new features
224- - Document public APIs with rustdoc comments
225-
226- ## 📄 License
227-
228- This project is licensed under the Apache License 2.0 - see the [ LICENSE] ( LICENSE ) file for details.
229-
230- ## 🙏 Acknowledgments
231-
232- - [ PolkaVM] ( https://github.com/koute/polkavm ) - The underlying virtual machine
233- - [ Substrate] ( https://substrate.io/ ) - The blockchain development framework
234- - [ Polkadot] ( https://polkadot.network/ ) - The multi-chain protocol
235-
236- ## 🔗 Links
237-
238- - 🌐 ** Homepage** : [ https://acala.network ] ( https://acala.network )
239- - 📖 ** Documentation** : [ https://docs.pvq.dev ] ( https://docs.pvq.dev )
240- - 💬 ** Discord** : [ Join our community] ( https://discord.gg/acala )
241- - 🐦 ** Twitter** : [ @AcalaNetwork ] ( https://twitter.com/AcalaNetwork )
242-
243- ---
244-
245- ** Built with ❤️ by the Acala team**
0 commit comments