Skip to content

docs: add How to Contribute section to README#215

Merged
SparkZou merged 1 commit intomainfrom
docs/add-contributing-section
Jan 10, 2026
Merged

docs: add How to Contribute section to README#215
SparkZou merged 1 commit intomainfrom
docs/add-contributing-section

Conversation

@SparkZou
Copy link
Copy Markdown
Contributor

  • Add detailed contribution guide with prerequisites
  • Document make install command and its functions
  • Document make check command and quality checks
  • Include quick tips for contributors
  • Reference CONTRIBUTING.md for detailed guidelines

- Add detailed contribution guide with prerequisites
- Document make install command and its functions
- Document make check command and quality checks
- Include quick tips for contributors
- Reference CONTRIBUTING.md for detailed guidelines
Copilot AI review requested due to automatic review settings January 10, 2026 18:40
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a comprehensive "How to Contribute" section to the README, making it easier for new contributors to get started with the project. The documentation includes setup instructions, prerequisites, and references to the detailed CONTRIBUTING.md file.

Changes:

  • Added a new "How to Contribute" section with development environment setup instructions
  • Documented the make install and make check commands with detailed explanations
  • Included quick contribution tips and references to CONTRIBUTING.md

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md

The `make check` command runs:
- **Lock file verification**: Ensures `pyproject.toml` consistency
- **Pre-commit hooks**: Lints code with Ruff, formats with Black
Copy link

Copilot AI Jan 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The documentation mentions "formats with Black" but the project actually uses "ruff-format" for code formatting, as seen in the .pre-commit-config.yaml file. This should be corrected to accurately reflect the tools used in the project.

Suggested change
- **Pre-commit hooks**: Lints code with Ruff, formats with Black
- **Pre-commit hooks**: Lints and formats code with Ruff (`ruff-format`)

Copilot uses AI. Check for mistakes.
@SparkZou SparkZou merged commit bf44de7 into main Jan 10, 2026
9 checks passed
@SparkZou SparkZou deleted the docs/add-contributing-section branch January 10, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants