Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 2.72 KB

CONTRIBUTING.md

File metadata and controls

34 lines (17 loc) · 2.72 KB

Filing Bugs

If you're experiencing behavior that appears to be a bug in RStudio, you're welcome to file an issue. Before you do, please go through this pre-flight checklist:

  1. Is the source of the error or problem the RStudio IDE itself? Many errors you see inside RStudio come from R or R packages. If you're having trouble with R, read Getting Help with R for pointers.

  2. Is your issue a bug rather than a question? If you're having general trouble with RStudio or have questions for the RStudio community, the RStudio Community Forum is an excellent resource.

  3. Are you the first person to report this issue? Search the issue list to find out. If you aren't, the most helpful thing you can do is vote for the existing issue (add a +1 reaction to it), and optionally add a comment describing your own experience.

When you're ready to file an issue, see our guide to writing good bug reports for more on how to write a great bug report.

Enhancements

You're also welcome to submit ideas for enhancements to RStudio. When doing so, please search the issue list to see if the enhancement has already been filed. If it has, vote for it (add a reaction to it) and optionally add a comment with your perspective on the idea.

See our guide to writing feature requests for more on how to write a great feature request.

RStudio Pro

This repo contains the code for the open source version of RStudio and RStudio Server, and its issues page is for issues pertaining specifically to the open source version of the software. To report issues or request new features for the professional version of RStudio, please get in touch with the RStudio support team at [email protected].

Contributing Code

We welcome contributions to RStudio. To submit a contribution:

  1. Fork the repository and make your changes.

  2. Ensure that you have signed the individual or corporate contributor agreement as appropriate. You can send the signed copy to [email protected].

  3. Submit a pull request.

We'll try to be as responsive as possible in reviewing and accepting pull requests. Appreciate your contributions very much!