audio_service icon indicating copy to clipboard operation
audio_service copied to clipboard

Handling PRs that update the platform interface

Open ryanheise opened this issue 3 years ago • 0 comments

Documentation request for the following page(s)

https://github.com/ryanheise/audio_service/blob/minor/CONTRIBUTING.md

Section(s) in question

Making a pull request

Suggested improvement

Changes to the platform interface need to be published in stages, and yet the major and minor branches should always be in a releasable state.

I think the only way out of this is to do pull requests like this as two separate pull requests, one for the platform interface changes and the other for the main plugin changes. The latter could branch off the former.

We might need a similar branching approach for major changes to the web implementation.

ryanheise avatar Mar 02 '22 14:03 ryanheise