Skip to content

Contributing

Getting Started

  1. Fork the repository
  2. Create a feature branch: git checkout -b my-feature
  3. Make your changes
  4. Run tests: bundle exec rake test
  5. Submit a pull request

Guidelines

  • Follow existing code style and patterns
  • Add tests for new functionality
  • Use debug_me instead of puts for debugging output
  • Keep commits focused and use conventional commit messages

Dependencies

Add runtime dependencies to my_news.gemspec. Development/test dependencies go in the Gemfile.

Reporting Issues

Open an issue at github.com/madbomber/my_news/issues.