gemini-commit-message

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 327eeb6df876ef678b659c2199bded91ed713f62
parent 108de4c4df581ffadf5b2c0eaec5847bc5059ab0
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Sat,  2 May 2026 13:57:59 +0900

docs: update commit message instructions (#8)
Diffstat:
Msrc/main.rs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/main.rs b/src/main.rs @@ -111,6 +111,7 @@ The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL 14. Types other than feat and fix MAY be used in your commit messages, e.g., docs: update ref docs. 15. The units of information that make up Conventional Commits MUST NOT be treated as case sensitive by implementors, with the exception of BREAKING CHANGE which MUST be uppercase. 16. BREAKING-CHANGE MUST be synonymous with BREAKING CHANGE, when used as a token in a footer. +17. Do not include ``` in the generated commit message. "#; fn create_prompt(diff: &str) -> String {