diff --git a/.github/COMMIT_MESSAGE_TEMPLATE/chore.md b/.github/COMMIT_MESSAGE_TEMPLATE/chore.md new file mode 100644 index 0000000..0760b84 --- /dev/null +++ b/.github/COMMIT_MESSAGE_TEMPLATE/chore.md @@ -0,0 +1,13 @@ +chore(scope): Summarize the change (updating grunt tasks etc; no production code change) in less than 50 characters + +Because: +- Explain the reasons you made this change +- Make a new bullet for each reason +- Each line should be under 72 characters + +Explain exactly what was done in this commit with more depth than the +50 character subject line. Remember to wrap at 72 characters! + +Include any additional notes, relevant links, or co-authors. + +(scope) is optional \ No newline at end of file diff --git a/.github/COMMIT_MESSAGE_TEMPLATE/docs.md b/.github/COMMIT_MESSAGE_TEMPLATE/docs.md new file mode 100644 index 0000000..399a634 --- /dev/null +++ b/.github/COMMIT_MESSAGE_TEMPLATE/docs.md @@ -0,0 +1,13 @@ +docs(scope): Summarize the change to the documentation in less than 50 characters + +Because: +- Explain the reasons you made this change +- Make a new bullet for each reason +- Each line should be under 72 characters + +Explain exactly what was done in this commit with more depth than the +50 character subject line. Remember to wrap at 72 characters! + +Include any additional notes, relevant links, or co-authors. + +(scope) is optional diff --git a/.github/COMMIT_MESSAGE_TEMPLATE/feat.md b/.github/COMMIT_MESSAGE_TEMPLATE/feat.md new file mode 100644 index 0000000..378bf02 --- /dev/null +++ b/.github/COMMIT_MESSAGE_TEMPLATE/feat.md @@ -0,0 +1,13 @@ +feat(scope): Summarize the change (new feature for the user, not a new feature for build script) in less than 50 characters + +Because: +- Explain the reasons you made this change +- Make a new bullet for each reason +- Each line should be under 72 characters + +Explain exactly what was done in this commit with more depth than the +50 character subject line. Remember to wrap at 72 characters! + +Include any additional notes, relevant links, or co-authors. + +(scope) is optional diff --git a/.github/COMMIT_MESSAGE_TEMPLATE/fix.md b/.github/COMMIT_MESSAGE_TEMPLATE/fix.md new file mode 100644 index 0000000..fa8d408 --- /dev/null +++ b/.github/COMMIT_MESSAGE_TEMPLATE/fix.md @@ -0,0 +1,13 @@ +fix(scope): Summarize the change (bug fix for the user, not a fix to a build script) in less than 50 characters + +Because: +- Explain the reasons you made this change +- Make a new bullet for each reason +- Each line should be under 72 characters + +Explain exactly what was done in this commit with more depth than the +50 character subject line. Remember to wrap at 72 characters! + +Include any additional notes, relevant links, or co-authors. + +(scope) is optional diff --git a/.github/COMMIT_MESSAGE_TEMPLATE/refactor.md b/.github/COMMIT_MESSAGE_TEMPLATE/refactor.md new file mode 100644 index 0000000..1684f97 --- /dev/null +++ b/.github/COMMIT_MESSAGE_TEMPLATE/refactor.md @@ -0,0 +1,13 @@ +refactor(scope): Summarize the change (refactoring production code, eg. renaming a variable) in less than 50 characters + +Because: +- Explain the reasons you made this change +- Make a new bullet for each reason +- Each line should be under 72 characters + +Explain exactly what was done in this commit with more depth than the +50 character subject line. Remember to wrap at 72 characters! + +Include any additional notes, relevant links, or co-authors. + +(scope) is optional \ No newline at end of file diff --git a/.github/COMMIT_MESSAGE_TEMPLATE/style.md b/.github/COMMIT_MESSAGE_TEMPLATE/style.md new file mode 100644 index 0000000..c9f99eb --- /dev/null +++ b/.github/COMMIT_MESSAGE_TEMPLATE/style.md @@ -0,0 +1,13 @@ +style(scope): Summarize the change (formatting, missing semi colons, typo, etc; no production code change) in less than 50 characters + +Because: +- Explain the reasons you made this change +- Make a new bullet for each reason +- Each line should be under 72 characters + +Explain exactly what was done in this commit with more depth than the +50 character subject line. Remember to wrap at 72 characters! + +Include any additional notes, relevant links, or co-authors. + +(scope) is optional \ No newline at end of file diff --git a/.github/COMMIT_MESSAGE_TEMPLATE/test.md b/.github/COMMIT_MESSAGE_TEMPLATE/test.md new file mode 100644 index 0000000..e1b4ceb --- /dev/null +++ b/.github/COMMIT_MESSAGE_TEMPLATE/test.md @@ -0,0 +1,13 @@ +test(scope): Summarize the change (adding missing tests, refactoring tests; no production code change) in less than 50 characters + +Because: +- Explain the reasons you made this change +- Make a new bullet for each reason +- Each line should be under 72 characters + +Explain exactly what was done in this commit with more depth than the +50 character subject line. Remember to wrap at 72 characters! + +Include any additional notes, relevant links, or co-authors. + +(scope) is optional \ No newline at end of file