Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 854 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 854 Bytes

Contributing to r-base-shortcuts

👍🎉 First off, thanks for taking your time to contribute! 🎉👍

You could contribute to this project by:

  1. Filing a report or request in an issue.
  2. Suggesting a change via a pull request.

Pull requests

To suggest a change via pull requests, please:

  1. Fork the repository into your GitHub account.
  2. Clone the forked repository to local machine, make the changes.
  3. Commit and push the changes to GitHub. Create a pull request.

Table of contents

To contribute new shortcuts or edit the existing headings, install the VSCode extension Markdown All in One first. It helps update the table of contents automatically.

R code style

All R code should be formatted using styler.