cognite-utils Logo
  • Getting Started
  • Usage
  • API Reference
  • Development
    • Basics
    • Recommended Practices
      • Organize Each PR with Relevant Changes
    • Contributor Covenant Code of Conduct
cognite-utils
  • Development
  • Recommended Practices
  • View page source

Recommended Practices

Organize Each PR with Relevant Changes

To maintain a linear/cleaner project history, the project was set up to apply “squashing” when merging a PR. That is, if a PR contains more than one commit, GitHub will combine them into a single commit where the summary equals the PR title (followed by the PR number) and the description consists of commit messages for all squashed commits (in date order). Hence, we ask you to organize each PR with related changes only so that it can represent a single unit of meaningful change.

Previous Next

© Copyright 2022, Cognite AS.

Built with Sphinx using a theme provided by Read the Docs.