Hello nimaosen,
The OpenHarmony PMC hereby offers you committer privileges to multimedia project.
These privileges are offered on the understanding that you'll use them reasonably and with common sense.
You have made great contributions to multimedia related project. Here are your contributions:
PR contributions:
https://gitee.com/openharmony/multimedia_camera_framework/pulls/1425
https://gitee.com/openharmony/multimedia_camera_framework/pulls/1416
https://gitee.com/openharmony/multimedia_camera_framework/pulls/1399
https://gitee.com/openharmony/multimedia_camera_framework/pulls/1247
https://gitee.com/openharmony/multimedia_camera_framework/pulls/1243
https://gitee.com/openharmony/multimedia_camera_framework/pulls/1236
https://gitee.com/openharmony/multimedia_camera_framework/pulls/1224
https://gitee.com/openharmony/multimedia_camera_framework/pulls/1071
https://gitee.com/openharmony/multimedia_camera_framework/pulls/1040
https://gitee.com/openharmony/multimedia_camera_framework/pulls/797
https://gitee.com/openharmony/multimedia_camera_framework/pulls/1066
https://gitee.com/openharmony/multimedia_camera_framework/pulls/804
https://gitee.com/openharmony/multimedia_camera_framework/pulls/424
PR Review:
https://gitee.com/openharmony/docs/pulls/33807
https://gitee.com/openharmony/multimedia_camera_framework/pulls/1355
https://gitee.com/openharmony/multimedia_camera_framework/pulls/1295
https://gitee.com/openharmony/multimedia_camera_framework/pulls/1201
https://gitee.com/openharmony/multimedia_camera_framework/pulls/1042
https://gitee.com/openharmony/multimedia_camera_framework/pulls/795
https://gitee.com/openharmony/interface_sdk-js/pulls/6400
All of them contributed to OpenHarmony and we're excited to have Nimaosen join the project.
If you accept, please follow your guidelines:
1. Register an DCO
2. Provide your personal information as following format and sent to email: pmc@openharmony.io
3. OpenHarmony Repository:
4. your name:
5. gitee id url: https://www.gitee.com/xxx
6. gitee id associated email:
if __name__ == "__main__":
# Command line argument
if len(sys.argv) != 2:
print("Usage: python script.py <repo_parent_path>")
sys.exit(1)
repo_parent_path = sys.argv[1]
# Call merge_manifests function
output_manifest_path = merge_manifests(repo_parent_path)
print(f"Merged manifest saved to: {output_manifest_path}")