Skip to content

Add GitHub templates and improve .gitignore#2

Open
GhadiSaab wants to merge 2 commits into
mainfrom
forge/devx-templates
Open

Add GitHub templates and improve .gitignore#2
GhadiSaab wants to merge 2 commits into
mainfrom
forge/devx-templates

Conversation

@GhadiSaab

Copy link
Copy Markdown
Owner

Summary

Adds GitHub issue/PR templates and expands .gitignore to cover common dev artifacts.

Changes

  • Enhanced .gitignore — added sections for coverage, IDE/editor files, OS files, environment variables, logs, and temp directories
  • Bug report template — structured form with steps to reproduce, expected vs actual behavior, and environment checklist
  • Feature request template — lightweight template with problem, proposed solution, and alternatives
  • PR template — checklist covering testing, pure function discipline, NodeNext import conventions, and CLAUDE.md sync

GhadiSaab added 2 commits June 9, 2026 15:51
- Add npm run build step to verify TypeScript compiles
- Add npm run lint step (eslint --max-warnings 0)
- Install eslint and @typescript-eslint as dev dependencies
- Add eslint.config.js with TypeScript support
- Clean up pre-existing unused variable warnings so CI passes green
- Enhance .gitignore with coverage, IDE, OS, env, log, and temp sections
- Add bug report issue template with environment checklist
- Add feature request issue template
- Add PR template with testing and architecture checklist
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.

1 participant