Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 2.23 KB

CONTRIBUTING.md

File metadata and controls

33 lines (21 loc) · 2.23 KB

Contributing

Development is a community effort, and we welcome participation.

Code of Conduct

By participating in this project, you agree to abide by the code of conduct.

Discussions

At https://github.com/ropensci-books/targets-design/discussions, you can post general questions, brainstorm ideas, and ask for help.

Issues

https://github.com/ropensci-books/targets-design/issues is for bug reports, performance issues, maintenance tasks, and feature requests.

Development

External code contributions are extremely helpful in the right circumstances. Here are the recommended steps.

  1. Prior to contribution, please propose your idea in a new issue thread so you and the maintainer can define the intent and scope of your work.
  2. Fork the repository.
  3. Follow the GitHub flow to create a new branch, add commits, and open a pull request.
  4. Discuss your code with the maintainer in the pull request thread.
  5. If everything looks good, the maintainer will merge your code into the project.

Please also follow these additional guidelines.

  • Respect the architecture and reasoning of the project.
  • If possible, keep contributions small enough to easily review manually. It is okay to split up your work into multiple pull requests.
  • Format your code according to the tidyverse style guide and check your formatting with the lint_package() function from the lintr package.
  • Describe your contribution in the project's NEWS.md file. Be sure to mention relevent GitHub issue numbers and your GitHub name as done in existing news entries.
  • If you feel contribution is substantial enough for official author or contributor status, please add yourself as an author in the index.Rmd file and `DESCRIPTION file.