How to send Pull Request to drone/docs

Hello.

I want to send Pull Request to GitHub - drone/docs: Documentation for the Drone Continuous Integration project.
I have updated many files (26).

        modified:   build/build_approve.md
        modified:   build/build_decline.md
        modified:   build/build_info.md
        modified:   build/build_list.md
        modified:   build/build_logs.md
        modified:   build/build_start.md
        modified:   build/build_stop.md
        modified:   registry/registry_create.md
        modified:   registry/registry_delete.md
        modified:   registry/registry_info.md
        modified:   registry/registry_list.md
        modified:   registry/registry_update.md
        modified:   repo/repo_chown.md
        modified:   repo/repo_create.md
        modified:   repo/repo_delete.md
        modified:   repo/repo_info.md
        modified:   repo/repo_repair.md
        modified:   repo/repo_update.md
        modified:   secret/secret_create.md
        modified:   secret/secret_delete.md
        modified:   secret/secret_info.md
        modified:   secret/secret_list.md
        modified:   secret/secret_update.md
        modified:   users/users_delete.md
        modified:   users/users_info.md
        modified:   users/users_list.md

Should I send Pull Request per file?
Or should I include all changes in a Pull Request?

Best regards.

Feel free to send it in one PR if you think they are all good to go.

If you have questions about any section, send them separately so that parts that look good can be merged without being held up.

It’s up to you :slight_smile:

Thank you for reply.
I see. I will send some Pull Requests separately.
Thank you again.