Skip to content

[005] Add pull request and issue templates#75

Merged
xlabtg merged 3 commits intomainfrom
issue-34-c6c473c0b4fb
Apr 25, 2026
Merged

[005] Add pull request and issue templates#75
xlabtg merged 3 commits intomainfrom
issue-34-c6c473c0b4fb

Conversation

@konard
Copy link
Copy Markdown
Collaborator

@konard konard commented Apr 25, 2026

Summary

  • Add structured GitHub issue templates for bug reports and feature tasks.
  • Add a pull request template that prompts for issue links, tests, risks, screenshots, and secret redaction.
  • Document template expectations and extend foundation validation/tests so the templates remain required.

Issue

Fixes #34

Tests

  • npm test
  • npm run validate:foundation

Risk

  • Low. This adds repository metadata and documentation only.

Screenshots or recordings

Not applicable.

Security and privacy

  • This PR does not include secrets, production credentials, access tokens, Telegram API hashes, private keys, or private message content.
  • Templates explicitly warn contributors not to include secrets or private content.

Adding .gitkeep for PR creation (default mode).
This file will be removed when the task is complete.

Issue: #34
@konard konard self-assigned this Apr 25, 2026
@konard konard changed the title [WIP] [005] Add pull request and issue templates [005] Add pull request and issue templates Apr 25, 2026
@konard konard marked this pull request as ready for review April 25, 2026 05:24
@konard
Copy link
Copy Markdown
Collaborator Author

konard commented Apr 25, 2026

Solution summary

Implemented issue #34 and updated PR 75: #75

Changes made:

  • Added GitHub issue templates for bug reports and feature tasks.
  • Added a pull request template covering summary, issue link, tests, risks, screenshots, and secret redaction.
  • Documented template expectations in docs/contributing-templates.md and linked it from README.md.
  • Updated the subtask template with a secret/privacy warning.
  • Extended foundation tests and validation so these templates stay required.
  • Removed the generated placeholder .gitkeep.

Verification:

  • npm test passed.
  • npm run validate:foundation passed.
  • CI for commit cf86745 passed.
  • PR 75 is marked ready for review and the working tree is clean.

This summary was automatically extracted from the AI working session output.

@konard
Copy link
Copy Markdown
Collaborator Author

konard commented Apr 25, 2026

🤖 Solution Draft Log

This log file contains the complete execution trace of the AI solution draft process.

💰 Cost estimation:

  • Model: GPT-5.5
  • Provider: OpenAI
  • Public pricing estimate: $1.637364

📊 Context and tokens usage:

  • 698.1K / 1.1M (66%) input tokens, 6.8K / 130K (5%) output tokens

Total: (70.5K + 627.6K cached) input tokens, 6.8K output tokens, $1.637364 cost

🤖 Models used:

  • Tool: OpenAI Codex
  • Requested: gpt-5.5
  • Model: GPT-5.5 (gpt-5.5)

📎 Log file uploaded as Gist (11540KB)


Now working session is ended, feel free to review and add any feedback on the solution draft.

@konard
Copy link
Copy Markdown
Collaborator Author

konard commented Apr 25, 2026

🔄 Auto-restart triggered (iteration 1)

Reason: Merge conflicts detected

Starting new session to address the issues.


Auto-restart-until-mergeable mode is active. This run will stop after 5 restart iterations.

@konard
Copy link
Copy Markdown
Collaborator Author

konard commented Apr 25, 2026

Resolved the merge conflict by merging latest origin/main into issue-34-c6c473c0b4fb and keeping both foundation test additions: the issue/PR template coverage from this branch and the pre-commit hook contract test from main.\n\nVerification after the merge:\n- npm test passed locally: 15 tests passing.\n- npm run validate:foundation passed locally.\n- CI passed on commit fff8d5aff083e8e2dd374019366c2faa2f6fa0f7: runs 24923616717 and 24923616073.\n- PR merge state is now CLEAN.

@xlabtg xlabtg merged commit 151cd7d into main Apr 25, 2026
2 checks passed
@konard
Copy link
Copy Markdown
Collaborator Author

konard commented Apr 25, 2026

🔄 Auto-restart-until-mergeable Log (iteration 1)

This log file contains the complete execution trace of the AI solution draft process.

💰 Cost estimation:

  • Model: GPT-5.5
  • Provider: OpenAI
  • Public pricing estimate: $1.712611
  • Token usage: 81,825 input, 4,765 output, 679,936 cache read

🤖 Models used:

  • Tool: OpenAI Codex
  • Requested: gpt-5.5
  • Model: GPT-5.5 (gpt-5.5)

📎 Log file uploaded as Gist (17842KB)


Now working session is ended, feel free to review and add any feedback on the solution draft.

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.

[005] Add pull request and issue templates

2 participants