Skip to content

docs: add contributor onboarding guide#144

Open
Ankit-Kotnala wants to merge 1 commit intoXortexAI:mainfrom
Ankit-Kotnala:docs/add-contributing-guide
Open

docs: add contributor onboarding guide#144
Ankit-Kotnala wants to merge 1 commit intoXortexAI:mainfrom
Ankit-Kotnala:docs/add-contributing-guide

Conversation

@Ankit-Kotnala
Copy link
Copy Markdown
Contributor

@ishaanxgupta please review this.

Summary

  • Added a root-level CONTRIBUTING.md as the centralized onboarding guide for new contributors.
  • Documented development setup, environment configuration, local server run command, testing, linting, coding standards, documentation standards, and PR expectations.

Notes

  • Documentation-only change.
  • No runtime code modified.

Comment thread CONTRIBUTING.md
Install the project with development dependencies:

```bash
pip install -e ".[dev]"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

pip install -e . is enough I think

Comment thread CONTRIBUTING.md

If you need the full local stack, use the Docker Compose files in `docker/`.

## Testing
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

lets leave this for now as we dont have a proper test suite

Comment thread CONTRIBUTING.md
- ...
```

## Review Process
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We can remove this section for now

@ishaanxgupta
Copy link
Copy Markdown
Member

Rest Looks good to me

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