Skip to content

deagentic/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributing to Deagentic Projects

Thank you for your interest in contributing! We follow the "Deagentic Way".

1. Fork & Branch

  • Fork the repository (if external) or create a branch (if internal).
  • Branch names: feat/my-feature, fix/my-bug.

2. Environment Setup

Most Data Science projects use kedro.

pip install -r requirements.txt
pip install behave pre-commit

3. Code Standards

We use Ruff for linting and formatting.

ruff check .
ruff format .

Ensure all tests pass:

```bash
pytest
behave

4. Pre-commit Hooks

We use pre-commit to ensure consistency.

pip install pre-commit
pre-commit install

Now, every time you git commit, our checks will run automatically.

4. Commit Messages

Use Conventional Commits:

  • feat: New feature
  • fix: Bug fix
  • docs: Documentation
  • test: Adding tests

5. Submit PR

  • Open a Pull Request against main.
  • Fill out the PR template.
  • Wait for CI checks to pass.

About

The Onboarding for DeAcero AI team :)

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages