Thank you for your interest in contributing to Repstack! We're excited to build an open source hypertrophy training application together with the community.
If you find a bug, please create an issue with:
- A clear, descriptive title
- Steps to reproduce the behavior
- Expected behavior vs. actual behavior
- Screenshots if applicable
- Your environment (browser, OS, device)
We welcome feature suggestions! Please create an issue with:
- A clear description of the feature
- Why this feature would be useful
- Any relevant examples or mockups
- Consider the scope: should this be core (free) or SaaS (paid)?
We welcome code contributions! Here's how to get started:
- Fork the repository
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/Repstack.git - Create a feature branch:
git checkout -b feature/your-feature-name - Make your changes
- Test your changes thoroughly
- Commit with clear messages
- Push to your fork
- Open a Pull Request
- Keep it simple: Write clear, maintainable code
- Test your changes: Ensure existing tests pass and add new tests for new features
- Follow conventions: Match the existing code style
- Document your code: Add comments for complex logic
- Small PRs: Break large changes into smaller, focused PRs
Use clear, descriptive commit messages:
feat: Add exercise filtering by equipment
fix: Correct volume calculation for drop sets
docs: Update installation instructions
refactor: Simplify mesocycle state management
test: Add unit tests for auto-regulation logic
Good documentation is crucial! You can help by:
- Fixing typos or unclear explanations
- Adding examples and tutorials
- Creating video guides
- Translating documentation
Help build the exercise library:
- Add new exercises with descriptions
- Provide form cues and safety tips
- Suggest exercise variations
- Link to demonstration videos (properly licensed)
- Be respectful: Treat everyone with respect and kindness
- Be constructive: Provide helpful feedback and suggestions
- Be patient: Remember that contributors have varying experience levels
- Be inclusive: Welcome diverse perspectives and backgrounds
- All contributions will be reviewed by maintainers
- We may suggest changes or improvements
- Once approved, your PR will be merged
- Your contribution will be recognized in release notes
- Requirements Definition: Help define user stories and acceptance criteria
- Architecture Design: Input on technology choices and system design
- UI/UX Design: Create mockups and user flows
- Research: Investigate hypertrophy training best practices
- Documentation: Set up documentation structure
- Frontend development (React/Vue/Svelte)
- Backend development (if needed for SaaS layer)
- PWA implementation
- Testing and QA
- Performance optimization
- Accessibility improvements
New to open source? Check out:
New to hypertrophy training? Check out:
This project uses GitHub Copilot to assist with development. See .github/copilot-instructions.md for guidelines on working with Copilot on this project.
- General questions: Use GitHub Discussions
- Bug reports: Create an issue
- Security issues: See SECURITY.md (coming soon)
- Feature ideas: Create an issue with the "enhancement" label
Not sure where to start? Look for issues labeled:
good first issue- Great for newcomershelp wanted- We need assistance on thesedocumentation- Help improve docsenhancement- New features to implement
By contributing to Repstack, you agree that your contributions will be licensed under the MIT License.
Every contribution, no matter how small, helps make Repstack better for everyone. Thank you for being part of our community!
Questions about contributing? Open an issue and we'll help you get started!