- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.6k
Closed
Description
The contribution guidelines documentation (docs/contribute.md) appears to contain outdated information regarding the development workflow, potentially hindering new contributors.
Context of the issue
The current contribution guidelines documentation needs updating to reflect the actual development practices observed in the repository. Specifically:
- Target Branch: The guide (docs/contribute.md, lines 27, 69) instructs contributors to target thedevordevelopmentbranch for pull requests. However, recent activity suggestsmainis the active development branch, asdevdoesn't seem to exist anddevelopmentis inactive.
- Developer Setup: There's conflicting advice. docs/contribute.md(line 43) advises against installing TPOT for development, whiledocs/installation.md(Developer/Latest Branch Installation section) recommendspip install -e ..
Clarifying these points will ensure contributors can set up their environment correctly and submit PRs to the appropriate branch.]
Recommendations
Update docs/contribute.md to:
- Specify mainas the target branch for development and PRs.
- Align the developer setup instructions with docs/installation.md, likely recommendingpip install -e .in a suitable virtual environment.
 Remove references to thedevanddevelopmentbranches if they are indeed deprecated.
Metadata
Metadata
Assignees
Labels
No labels