Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 855 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 855 Bytes

Contributing

Thank you for your interest in contributing to the 30 Seconds of R-code. Basicaly its the collection of Base-R solution. Feel free to add more.

Issues

One of the best contributions is filing issues in the Issue tracker.

All contributions (feature or bug fix) should start with an issue first.

Pull requests

  • Fork the repository
  • Create a branch (git checkout -b issue-nnn)
  • If possible, add a failing test
  • Commit your fix/feature and tests (git commit -am "fixes for issue #nnn")
  • Push to the branch (git push -u origin issue-nnn)
  • Open a Pull request