-
Notifications
You must be signed in to change notification settings - Fork 22
RDKCOM-5524: Testing, not to merge #268
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,2 @@ | ||||||||||||||||||
| #Test file to check contribution workflow | ||||||||||||||||||
|
||||||||||||||||||
| #Test file to check contribution workflow | |
| # Documentation note for contribution workflow validation | |
| # This file was originally used to verify the contribution workflow. | |
| # If you are maintaining this repository: | |
| # - Move any long-term workflow docs into `.github/` (e.g., `.github/CONTRIBUTING.md`), or | |
| # - Move any test assets into an appropriate `test/` directory, and | |
| # - Remove this file once it is no longer needed as a placeholder. |
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.
PR title indicates this is only for testing (“not to merge”), but this commit adds a new root-level
test.txtfile to the repository. If this is truly a workflow test, please mark the PR as Draft/close it and/or remove this file before merging to avoid introducing non-product artifacts into the main branch.