-
Notifications
You must be signed in to change notification settings - Fork 309
Added documentation explaining contrib and outlining process around it #1378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added documentation explaining contrib and outlining process around it #1378
Conversation
38bf358
to
eeaaec1
Compare
This is great! Could you put a link to it in place of the "Registering Your Contrib Adapter" here: https://github.com/AcademySoftwareFoundation/OpenTimelineIO/blob/main/docs/tutorials/write-an-adapter.md |
@jminor good note on the other adapter page - I opted to reproduce the instructions a bit there so when the contrib area migration is done we won't have to update any links over there. I also reshuffled/touched it up so that it highlighted the preferred route of cloning the template repo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor wordsmithing
Signed-off-by: Eric Reinecke <[email protected]>
…pter contribution Signed-off-by: Eric Reinecke <[email protected]>
Co-authored-by: Nick Porcino <[email protected]> Signed-off-by: Eric Reinecke <[email protected]>
Co-authored-by: Nick Porcino <[email protected]> Signed-off-by: Eric Reinecke <[email protected]>
3b52de7
to
cc382d4
Compare
As part of the ongoing outlining process of contrib adapters, this removes the Kdenlive adapter from the core repository. As discussed with the Kdenlive team (of which @vpinon, the original author, is part), the code has been moved to the KDE GitLab https://invent.kde.org/multimedia/kdenlive-opentimelineio Related AcademySoftwareFoundation#1378 Signed-off-by: Julius Künzel <[email protected]>
As part of the ongoing outlining process of contrib adapters, this removes the Kdenlive adapter from the core repository. As discussed with the Kdenlive team (of which @vpinon, the original author, is part), the code has been moved to the KDE GitLab https://invent.kde.org/multimedia/kdenlive-opentimelineio Related AcademySoftwareFoundation#1378 Signed-off-by: Julius Künzel <[email protected]>
As part of the ongoing outlining process of contrib adapters, this removes the Kdenlive adapter from the core repository. As discussed with the Kdenlive team (of which @vpinon, the original author, is part), the code has been moved to the KDE GitLab https://invent.kde.org/multimedia/kdenlive-opentimelineio Related AcademySoftwareFoundation#1378 Signed-off-by: Julius Künzel <[email protected]>
As part of the ongoing outlining process of contrib adapters, this removes the Kdenlive adapter from the core repository. As discussed with the Kdenlive team (of which @vpinon, the original author, is part), the code has been moved to the KDE GitLab https://invent.kde.org/multimedia/kdenlive-opentimelineio Related AcademySoftwareFoundation#1378 Signed-off-by: Julius Künzel <[email protected]>
As part of the ongoing outlining process of contrib adapters, this removes the Kdenlive adapter from the core repository. As discussed with the Kdenlive team (of which @vpinon, the original author, is part), the code has been moved to the KDE GitLab https://invent.kde.org/multimedia/kdenlive-opentimelineio Related #1378 Signed-off-by: Julius Künzel <[email protected]>
AcademySoftwareFoundation#1378) * Added documentation explaining contrib and outlining process around it * Updated the "Write an Adapter" section to reflect new process for adapter contribution Signed-off-by: Eric Reinecke <[email protected]> Signed-off-by: Michele Spina <[email protected]>
As part of the ongoing outlining process of contrib adapters, this removes the Kdenlive adapter from the core repository. As discussed with the Kdenlive team (of which @vpinon, the original author, is part), the code has been moved to the KDE GitLab https://invent.kde.org/multimedia/kdenlive-opentimelineio Related AcademySoftwareFoundation#1378 Signed-off-by: Julius Künzel <[email protected]> Signed-off-by: Michele Spina <[email protected]>
Adds a README.md to the contrib area to explain the break-out process in-progress.