@@ -16,7 +16,7 @@ Before creating bug reports, please check the [issue tracker](https://github.com
1616* Exact steps to reproduce the problem
1717* Expected vs actual behavior
1818* Screenshots (if applicable)
19- * Environment details (OS, Python version, DSPy version)
19+ * Environment details (OS, Python version, RLM Code version)
2020
2121### Suggesting Enhancements
2222
@@ -39,7 +39,7 @@ See [AI-GENERATED-CODE-POLICY.md](AI-GENERATED-CODE-POLICY.md) for our rules abo
3939
4040### Prerequisites
4141
42- * Python 3.10 or higher (we support Python 3.10, 3.11, 3.12, and 3.13)
42+ * Python 3.11 or higher (we support Python 3.11, 3.12, and 3.13)
4343* [ uv] ( https://github.com/astral-sh/uv ) (recommended) or pip
4444* Git
4545
@@ -166,7 +166,7 @@ Then create a pull request on GitHub.
166166
167167** CI/CD Expectations:**
168168* All PRs must pass CI checks (linting, formatting, tests)
169- * Tests must pass on all supported Python versions (3.10, 3. 11, 3.12, 3.13)
169+ * Tests must pass on all supported Python versions (3.11, 3.12, 3.13)
170170* Code must pass Ruff linting and formatting checks
171171* Coverage should not decrease significantly
172172* Fix any CI failures before requesting review
@@ -398,15 +398,15 @@ Instead, please report them via email to **team@super-agentic.ai** with:
398398
399399We will acknowledge receipt within 48 hours and provide a timeline for addressing the issue.
400400
401- For more details, see our [ Security documentation] ( https://superagenticai.github.io/rlm-code/reference/ security/ ) .
401+ For more details, see our [ Security documentation] ( https://superagenticai.github.io/rlm-code/security/ ) .
402402
403403## Dependency Management
404404
405405* We use ` uv ` (recommended) or ` pip ` for dependency management
406406* Dependencies are managed in ` pyproject.toml `
407407* When adding new dependencies:
408408 * Justify why it's needed
409- * Check for license compatibility (MIT -compatible preferred)
409+ * Check for license compatibility (Apache-2.0 -compatible preferred)
410410 * Consider the dependency's maintenance status
411411 * Update version constraints appropriately
412412* Security updates are handled via Dependabot
@@ -453,7 +453,7 @@ All contributors are recognized in:
453453
454454## License
455455
456- By contributing, you agree that your contributions will be licensed under the MIT License.
456+ By contributing, you agree that your contributions will be licensed under the Apache-2.0 License.
457457
458458---
459459
0 commit comments