Skip to content

Commit d097010

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents ca04734 + 79bb3ac commit d097010

3 files changed

Lines changed: 240 additions & 215 deletions

File tree

CONTRIBUTING.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Contributing to Cortex
2+
3+
We love your input! We want to make contributing to Cortex as easy and transparent as possible, whether it's:
4+
5+
- Reporting a bug
6+
- Discussing the current state of the code
7+
- Submitting a fix
8+
- Proposing new features
9+
- Becoming a maintainer
10+
11+
## Quick Contribution Guide
12+
13+
1. Fork the repository
14+
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
15+
3. Commit your changes (`git commit -m 'feat: add amazing feature'`)
16+
4. Push to the branch (`git push origin feature/amazing-feature`)
17+
5. Open a Pull Request
18+
19+
## Development Workflow
20+
21+
- Follow Rust best practices and project conventions.
22+
- Ensure all tests pass: `just test`.
23+
- Run `just ci-local` before submitting a PR.
24+
- Update documentation as needed.
25+
26+
## Code of Conduct
27+
28+
This project follows the [Rust Code of Conduct](https://www.rust-lang.org/policies/code-of-conduct).
29+
30+
## Reporting Bugs
31+
32+
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/dallay/cortex/issues/new).
33+
34+
## License
35+
36+
By contributing to Cortex, you agree that your contributions will be licensed under the Cortex MIT License.

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024-present Cortex Team
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)