aaronsb_obsidian-mcp-plugin/.github/pull_request_template.md
Aaron Bockelie 36301118a9 docs: Add comprehensive project documentation and security audit
- Add CONTRIBUTING.md with development guidelines
- Add SECURITY.md with vulnerability reporting policy
- Create GitHub issue templates for bugs and features
- Add PR template with checklist
- Set up GitHub Actions for testing and security scanning
- Document all security findings from code audit
- Create detailed GitHub issues for all vulnerabilities
- Update CHANGELOG with security audit results
- Add project structure documentation

This establishes proper open-source project structure and documents
all critical security issues that need to be addressed.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-12 00:14:45 -05:00

635 B

Description

Brief description of what this PR does.

Type of Change

  • Bug fix
  • New feature
  • Security fix
  • Performance improvement
  • Code refactoring
  • Documentation update

Testing

  • Built and tested locally
  • Tested with BRAT
  • All tests pass (npm test)

Security Considerations

Have you introduced any security-sensitive changes?

  • No security impact
  • Security improvements
  • Requires security review

Checklist

  • Code follows project style
  • Self-reviewed my code
  • Updated CHANGELOG.md
  • No console.log() left in code
  • Version bump if needed