You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: added #15
* Close issue #16
* Close issue #15
* Close issue #17
* Fix: Use template when creating new issues
Modified NewIssue function to read and use the template body from
.issues/template.md when creating new issues. The template sections
(Description, Requirements, Success Criteria) are now included in
all newly created issues.
Fixes#15
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
The `gi create` command is not using the `.issues/template.md` file when creating new issues. New issues are created with minimal content instead of the structured template that includes Description, Requirements, and Success Criteria sections.
14
+
15
+
## Current Behavior
16
+
17
+
When running `gi create`, new issues are created with only:
3. Observe that the file does not contain the template sections
36
+
37
+
## Impact
38
+
39
+
Users must manually add common sections (Description, Requirements, Success Criteria) to each new issue, reducing productivity and consistency across issues.
40
+
41
+
## Success Criteria
42
+
43
+
-[ ]`gi create` command reads `.issues/template.md` when creating new issues
44
+
-[ ] Template sections (Description, Requirements, Success Criteria) appear in new issues
0 commit comments