-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Igor Korsukov edited this page Oct 10, 2024
·
3 revisions
This is a repository for sharing the Muse framework.
We are in the process of transformation, this is a temporary repository and a temporary process of sharing the Muse framework.
At the moment, technically the Muse framework is located in the MuseScore repository, i.e. the MuseScore repository is currently the source of the framework.
At the same time, work has already been done to separate the framework from the MuseScore application itself.
- Need to fork MuseScore
- Make changes
- Test changes
- Make PR in MuseScore (everything as usual)
- Ask for a review (for information, approval from MuseScore team is required)
- After review and correction (if any), ask QA to check, that nothing is broken in MuseScore
- PR merge if reviewer and QA approved
- Get the latest MuseScore master
- Get the latest framework_tmp main (you don't have to fork)
- Remove all content from framework_tmp/framework
- Copy all content from MuseScore/src/framework/ to framework_tmp/framework as is
- Look at the changes, is there anything strange that might be confusing?
- Make a commit and push it to the remote
- Make a tag uMMDD and push it to the remote
- Use the new tag