First off, thank you for considering contributing to Data-Pup! It's people like you that make Data-Pup such a great tool.
This project and everyone participating in it is governed by the Data-Pup Code of Conduct. By participating, you are expected to uphold this code.
Before creating bug reports, please check existing issues as you might find out that you don't need to create one. When you are creating a bug report, please include as many details as possible:
- Use a clear and descriptive title
- Describe the exact steps to reproduce the problem
- Provide specific examples to demonstrate the steps
- Describe the behavior you observed after following the steps
- Explain which behavior you expected to see instead and why
- Include screenshots and animated GIFs if possible
- Include your environment details (OS, Node version, etc.)
Enhancement suggestions are tracked as GitHub issues. When creating an enhancement suggestion, please include:
- Use a clear and descriptive title
- Provide a step-by-step description of the suggested enhancement
- Provide specific examples to demonstrate the steps
- Describe the current behavior and explain which behavior you expected to see instead
- Explain why this enhancement would be useful
- Fork the repo and create your branch from
main - If you've added code that should be tested, add tests
- If you've changed APIs, update the documentation
- Ensure the test suite passes
- Make sure your code follows the existing code style
- Issue that pull request!
-
Set up your development environment:
git clone https://github.com/YOUR_USERNAME/data-pup.git cd data-pup npm install npm run dev -
Make your changes:
- Write meaningful commit messages
- Follow the existing code style
- Add tests for new features
- Update documentation as needed
-
Test your changes:
npm run build npm run preview
-
Submit your PR:
- Provide a clear description of the problem and solution
- Include the relevant issue number if applicable
- Screenshots/GIFs for UI changes are helpful
- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
- Limit the first line to 72 characters or less
- Reference issues and pull requests liberally after the first line
- Use TypeScript for all new code
- Follow the existing code style (we use Prettier)
- Use meaningful variable and function names
- Add types rather than using
any - Document complex logic with comments
- Use functional components with hooks
- Keep components small and focused
- Use Radix UI components for consistency
- Follow accessibility best practices
src/
├── main/ # Electron main process code
├── preload/ # Preload scripts
└── renderer/ # React application
├── components/ # React components
├── App.tsx # Main App component
├── main.tsx # React entry point
└── index.html # HTML template
- Discord: Join our community (coming soon)
- Issues: Check existing issues or create a new one
- Discussions: Use GitHub Discussions for questions
Contributors will be recognized in our README and release notes. We appreciate every contribution, no matter how small!
By contributing, you agree that your contributions will be licensed under the MIT License.
Thank you for contributing to Data-Pup! 🐶✨