Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for custom commit/merge message templates #223

Merged
merged 1 commit into from Apr 27, 2018

Conversation

codenamev
Copy link
Collaborator

@codenamev codenamev commented Apr 27, 2018

This introduces a new commit message template (MERGE_COMMIT_TEMPLATE ), and adds the ability to define {{ }} template tags in both this new template and PR templates. Anything inside of the {{ }} is sent to the GitReflow module using public_send; so any method available to GitReflow is available to templates 馃槃

* Adds ability to add mustache template tags to PR template and commit message templates
* Executes mustache template tags in the context of `GitReflow`
Copy link
Member

@nhance nhance left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

This is looking really great

@codenamev codenamev merged commit 8eb3391 into master Apr 27, 2018
@codenamev codenamev deleted the vs-custom-commit-messages branch April 27, 2018 15:18
@togume togume mentioned this pull request Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants