chore: open-source contribution workflow — tests, CI, contributing guide#36
Merged
Conversation
- 52 pytest tests covering routes, helpers, clip operations, cutting pipeline, project management, speakers, and audio endpoints - CONTRIBUTING.md with fork/setup/test/PR instructions - PR template with checklist and change type categories
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Sets up a proper open-source contribution workflow for FieldCut:
1. Test Suite (52 tests)
merge_segments,friendly_error,get_clip_speakerlogic2. GitHub Actions CI
workflowscope. Please create.github/workflows/ci.ymlmanually (content below) or re-push with a PAT that has workflow permissions.3. CONTRIBUTING.md
Clear instructions for contributors: fork, setup, run tests, branch naming, commit conventions, PR guidelines.
4. PR Template
Consistent format with checklist: change type, testing steps, screenshots for UI changes.
5. Branch Protection (manual)
After merging, enable branch protection on
main:mainType of change
How to test
Checklist