Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

CONTRIBUTING.md 2.2 KB

You have to be logged in to leave a comment. Sign In

Contributing

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.

You can contribute in many ways:

Types of Contributions

Report Bugs

Report bugs at https://dagshub.com/Dean/RPPP/issues.

If you are reporting a bug, please include:

  • Your operating system name and version.
  • Any details about your local setup that might be helpful in troubleshooting.
  • Detailed steps to reproduce the bug.

Fix Bugs

Look through the DAGsHub issues for bugs. Anything tagged with "bug" is open to whoever wants to implement it.

Implement Features

Look through the DAGsHub issues for features. Anything tagged with "feature" is open to whoever wants to implement it.

Write Documentation

RPPP could always use more documentation.

Submit Feedback

The best way to send feedback is to file an issue at https://dagshub.com/Dean/RPPP/issues.

If you are proposing a feature:

  • Explain in detail how it would work.
  • Keep the scope as narrow as possible, to make it easier to implement.
  • Remember that this is a volunteer-driven project, and that contributions are welcome :)

Get Started!

Ready to contribute? Here's how to set up RPPP for local development.

  1. Fork the RPPP repo on DAGsHub.

  2. Clone your fork locally:

    $ git clone https://dagshub.com/your_name_here/RPPP.git

  3. Create a branch for local development::

    $ git checkout -b name-of-your-bugfix-or-feature

Now you can make your changes locally.

  1. Commit your changes and push your branch to DAGsHub:

    $ git add . $ git commit -m "Your detailed description of your changes." $ git push origin name-of-your-bugfix-or-feature

  2. Submit a pull request through the DAGsHub website – https://dagshub.com/Dean/RPPP/pulls.

Pull Request Guidelines

Before you submit a pull request, check that it meets these guidelines:

  1. If the pull request adds functionality, you should add or update documentatiuon appropriately. Put your new functionality into a function with a docstring, and add the feature to the list in README.rst.
  2. The pull request should work for Python 3.6, 3.7, and 3.8.
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...