EvilMindDevs / hms-unity-plugin

The HMS Unity Plugin makes it easy to include Huawei Mobile Services into Unity-based games. Authentication, in-app purchases, push alerts, ads, and interaction with gaming services are just a few of the basic capabilities that this formidable tool makes available to your applications.
https://evilminddevs.gitbook.io/hms-unity-plugin/
311 stars 43 forks source link

Enhancement: Git Hooks, Commit Message Templates, and Git Configuration Improvements #463

Closed Andronovo-bit closed 7 months ago

Andronovo-bit commented 8 months ago

Description

This pull request, identified as [HUP-785], introduces significant enhancements related to git hooks, commit message templates, and other git configurations. The key changes introduced in this PR are as follows:

Related Issues

N/A

Checklist

Before submitting this pull request, the following checks have been completed:

Screenshots / Visuals (if applicable)

N/A

Additional Context (if necessary)

N/A

Reviewer Guidance

Reviewers are encouraged to focus on the following aspects during the code review:

Test Plan

To test the changes made in this pull request, follow these steps:

  1. Verify that git hooks pre-commit and prepare-commit-msg are working as expected, enforcing branch name restrictions and commit message templates.
  2. Ensure that the git configuration settings align with the intended development workflow.
  3. Test the git hooks and configurations in a local development environment to validate their functionality.

Deployment Notes

N/A

Assignees

@alihan98ersoy