├── README.md └── announcements └── muspan_announce.html /README.md: -------------------------------------------------------------------------------- 1 | # MuSpAn (Public) 2 | 3 | 4 |
5 | image 6 |
7 | 8 | 9 | This repository serves as the public-facing counterpart to our private repository for MuSpAn. While the core development happens in a private repository, this public space is designed to foster community engagement, track issues, and host open discussions. To stay updated, any announcements and updates to the project can be found at www.muspan.co.uk 10 | 11 | 12 | 13 | ## Purpose of This Repository 14 | 15 | In this repository you can: 16 | - Report Issues: Share bugs, feature requests, or other concerns for us to address. 17 | - Discuss Ideas: Engage in open discussions about the project’s goals, implementation, or potential applications. 18 | 19 | ## How to Get Involved 20 | We value community contributions and welcome your input. Here’s how you can participate: 21 | 22 | 1. Open an Issue: Use the Issues tab to report problems or suggest new features. 23 | 2. Join the Discussion: Share your thoughts or questions in the Discussions tab or on our [Gitter community channel](https://app.gitter.im/#/room/#muspan-community:gitter.im). 24 | 25 | 26 | ## A Note on Contributions 27 | Since this repository is primarily for issue tracking and discussion, we are not accepting direct code contributions here. If you have ideas for code changes, please open an issue or start a discussion—we’d love to hear your input! 28 | 29 | ## Thank You! 30 | Thank you for your interest in MuSpAn! Your feedback and participation are invaluable as we work together to make this project a success. 31 | -------------------------------------------------------------------------------- /announcements/muspan_announce.html: -------------------------------------------------------------------------------- 1 | 4 | --------------------------------------------------------------------------------