mirror of
https://github.com/aaronsb/obsidian-mcp-plugin.git
synced 2026-07-22 06:45:14 +00:00
- 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>
28 lines
No EOL
635 B
Markdown
28 lines
No EOL
635 B
Markdown
## 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 |