mirror of
https://github.com/nenadilic84/claudex.git
synced 2025-10-29 08:42:06 -07:00
- Update README with detailed usage instructions - Add GitHub community files (CONTRIBUTING, CODE_OF_CONDUCT, etc.) - Set up CI workflows for automated testing - Create CHANGELOG for version tracking - Add SECURITY guidelines - Update licensing and author information
21 lines
861 B
Markdown
21 lines
861 B
Markdown
## Description
|
|
<!--- Describe your changes in detail -->
|
|
|
|
## Motivation and Context
|
|
<!--- Why is this change required? What problem does it solve? -->
|
|
|
|
## How Has This Been Tested?
|
|
<!--- Please describe how you tested your changes. -->
|
|
|
|
## Types of changes
|
|
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
|
|
- [ ] Bug fix (non-breaking change which fixes an issue)
|
|
- [ ] New feature (non-breaking change which adds functionality)
|
|
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
|
|
|
|
## Checklist:
|
|
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
|
|
- [ ] My code follows the code style of this project.
|
|
- [ ] I have updated the documentation accordingly.
|
|
- [ ] I have added tests to cover my changes.
|
|
- [ ] All new and existing tests passed. |