Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 1.56 KB

CONTRIBUTING.md

File metadata and controls

53 lines (27 loc) · 1.56 KB

Contributing Guidelines

Guidelines for developing and contributing to this project.

List of project maintainers

Opening new issues

  • Before opening a new issue check if there are any existing FAQ entries (if one exists), issues or pull requests that match your case
  • Open an issue, and make sure to label the issue accordingly - bug, improvement, feature request, etc...
  • Be as specific and detailed as possible

Setting up the development environment

//TODO: This will differ for any project

  • Install dependencies: Docker, npm, etc..
  • Checkout the project
  • Create a DataRobot key, and add the credentials to your environment variables...
  • Run npm build
  • Make some tea

Project structure

TODO: This will differ for any project

Making a pull request

TODO: This might differ for some projects

  • Have a branch with a descriptive name
  • Squash / rebase your commits before opening your pull request
  • Pull the latest changes from master
  • Provide sufficient description of the pull request. Include whether it relates to an existing issue, and specify what the pull request does - (bug fix, documentation correction, dependency update, new functionality, etc...). When in doubt, overcommunicate

Responding to issues and pull requests

This project's maintainers will make every effort to respond to any open issues as soon as possible.

If you don't get a response within 7 days of creating your issue or pull request, please send us an email at [email protected].