Skip to content

Conversation

@CurroRodriguez
Copy link
Contributor

Summary

Add detailed CONTRIBUTING.md file that includes:

  • Development setup instructions with uv dependency manager
  • Test-Driven Development (TDD) workflow and requirements
  • Mandatory unit testing requirements with 75% minimum coverage
  • Code quality standards and Python style guidelines
  • Pull request process and commit message conventions
  • Bug reporting and enhancement suggestion templates
  • Documentation guidelines and community resources

Emphasizes TDD approach as a core requirement and makes it clear that all contributions must include appropriate unit tests. Links to uv installation page to support all operating systems.

Add detailed CONTRIBUTING.md file that includes:
- Development setup instructions with uv dependency manager
- Test-Driven Development (TDD) workflow and requirements
- Mandatory unit testing requirements with 75% minimum coverage
- Code quality standards and Python style guidelines
- Pull request process and commit message conventions
- Bug reporting and enhancement suggestion templates
- Documentation guidelines and community resources

Emphasizes TDD approach as a core requirement and makes it clear that all contributions must include appropriate unit
tests. Links to uv installation page to support all operating systems.
Copy link
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 comprehensive contributing guidelines that formalize the project's development workflow, with a strong emphasis on Test-Driven Development (TDD) and quality standards.

Purpose: Establish clear contribution guidelines to help new and existing contributors understand the development process, testing requirements, and code quality expectations for the Bolt task automation project.

Key Changes:

  • Adds detailed CONTRIBUTING.md with TDD workflow requirements and 75% minimum test coverage mandate
  • Documents development setup using uv dependency manager
  • Provides code examples, testing guidelines, and commit message conventions
  • Removes placeholder .github/CONTRIBUTING.md file

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
CONTRIBUTING.md Comprehensive new contributing guide covering development setup, TDD workflow, testing requirements (75% coverage minimum), coding standards, PR process, and community guidelines
.github/CONTRIBUTING.md Removed placeholder file in favor of the new root-level CONTRIBUTING.md

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Contributor

Copilot AI commented Nov 15, 2025

@CurroRodriguez I've opened a new pull request, #130, to work on those changes. Once the pull request is ready, I'll request review from you.

Copy link
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

Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.


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

CurroRodriguez and others added 3 commits November 15, 2025 14:25
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@github-actions
Copy link

Code Coverage

Package Line Rate Health
src.bolt 89%
src.bolt.tasks 87%
src.bolt.utils 81%
Summary 87% (647 / 741)

Minimum allowed line rate is 75%

1 similar comment
@github-actions
Copy link

Code Coverage

Package Line Rate Health
src.bolt 89%
src.bolt.tasks 87%
src.bolt.utils 81%
Summary 87% (647 / 741)

Minimum allowed line rate is 75%

@github-actions
Copy link

Code Coverage

Package Line Rate Health
src.bolt 89%
src.bolt.tasks 86%
src.bolt.utils 81%
Summary 87% (647 / 742)

Minimum allowed line rate is 75%

Copy link
Contributor

Copilot AI commented Nov 15, 2025

@CurroRodriguez I've opened a new pull request, #131, to work on those changes. Once the pull request is ready, I'll request review from you.

Copy link
Contributor

Copilot AI commented Nov 15, 2025

@CurroRodriguez I've opened a new pull request, #132, to work on those changes. Once the pull request is ready, I'll request review from you.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@github-actions
Copy link

Code Coverage

Package Line Rate Health
src.bolt 89%
src.bolt.tasks 87%
src.bolt.utils 81%
Summary 87% (647 / 741)

Minimum allowed line rate is 75%

1 similar comment
@github-actions
Copy link

Code Coverage

Package Line Rate Health
src.bolt 89%
src.bolt.tasks 87%
src.bolt.utils 81%
Summary 87% (647 / 741)

Minimum allowed line rate is 75%

@github-actions
Copy link

Code Coverage

Package Line Rate Health
src.bolt 89%
src.bolt.tasks 86%
src.bolt.utils 81%
Summary 87% (647 / 742)

Minimum allowed line rate is 75%

2 similar comments
@github-actions
Copy link

Code Coverage

Package Line Rate Health
src.bolt 89%
src.bolt.tasks 86%
src.bolt.utils 81%
Summary 87% (647 / 742)

Minimum allowed line rate is 75%

@github-actions
Copy link

Code Coverage

Package Line Rate Health
src.bolt 89%
src.bolt.tasks 86%
src.bolt.utils 81%
Summary 87% (647 / 742)

Minimum allowed line rate is 75%

@CurroRodriguez CurroRodriguez merged commit 91c427f into master Nov 15, 2025
5 checks passed
@CurroRodriguez CurroRodriguez deleted the docs/contributing-info branch November 15, 2025 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants