Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.17 KB

File metadata and controls

42 lines (33 loc) · 1.17 KB

Contributing to Studi.io

First off, thank you for considering contributing to Studi.io! 🎉

How Can I Contribute?

Reporting Bugs

  • Use the GitHub issue tracker
  • Describe the bug in detail
  • Include steps to reproduce
  • Add screenshots if applicable

Suggesting Enhancements

  • Open an issue with the "enhancement" label
  • Clearly describe your idea
  • Explain why it would be useful

Pull Requests

  1. Fork the repo
  2. Create a new branch (git checkout -b feature/AmazingFeature)
  3. Make your changes
  4. Commit with clear messages (git commit -m 'Add some AmazingFeature')
  5. Push to your fork (git push origin feature/AmazingFeature)
  6. Open a Pull Request

Development Setup

See README.md for setup instructions

Code Style

  • Follow existing code patterns
  • Use meaningful variable names
  • Comment complex logic
  • Keep functions small and focused

Commit Messages

  • Use present tense ("Add feature" not "Added feature")
  • Use imperative mood ("Move cursor to..." not "Moves cursor to...")
  • Limit first line to 72 characters
  • Reference issues and PRs when relevant

Need Help?

Feel free to ask questions in GitHub Discussions or email studi.io2907@gmail.com