Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug Report
about: Report a bug to help us improve
---

## Description
A clear description of the bug.

## Steps to Reproduce
1. Step one
2. Step two
3. ...

## Expected Behavior
What you expected to happen.

## Actual Behavior
What actually happened.

## Environment
- OS:
- Node version:
- Package version:
17 changes: 17 additions & 0 deletions CHANGELOG_COMMUNITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Community Changelog

## Recent Updates

### Documentation Improvements
- Added security best practices
- Added development setup guide
- Added testing documentation
- Added deployment guide

### Community Contributions
- Enhanced documentation
- Improved code comments
- Added usage examples

---
*This changelog tracks community contributions.*
16 changes: 16 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Code of Conduct

## Our Pledge
We pledge to make participation in our community a harassment-free experience for everyone.

## Our Standards
- Be respectful and inclusive
- Welcome diverse perspectives
- Accept constructive feedback
- Focus on the community good

## Enforcement
Violations may be reported to the maintainers.

## Attribution
Adapted from the Contributor Covenant.