Skip to content

Commit

Permalink
git: Add commit template
Browse files Browse the repository at this point in the history
Issue: none

This commit adds a template that identifies commit message elements that
we find important. The Suricata development team requests that
contributions use the template to help improve commit messages. We
reserve the right to strictly enforce adherence to the template in the
future.

Configure git to use this template with:
    git config commit.template ..github/commit-template.txt
  • Loading branch information
jlucovsky committed Jul 18, 2024
1 parent 6598a69 commit 75001d9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/commit-template.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Suricata commit template
# See https://docs.suricata.io/en/latest/devguide/contributing/code-submission-process.html
# Commit Title

Issue: <Redmine issue number>

# Description
# Provide a description of the changes in this commit
# - List individual changes
# - List the motivation for each change

0 comments on commit 75001d9

Please sign in to comment.