Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update GUIDELINES.md
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
  • Loading branch information
haddasbronfman and pichlermarc authored Aug 9, 2023
commit f2b34c4fe0d9653577a262373502c116afccc48e
3 changes: 2 additions & 1 deletion GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ This document outlines the essential guidelines for contributing code to the Ope
## Dependencies

This section refers to `"dependencies"` and `"devDependencies"` entries in `package.json` file.
It's important to note that not all libraries follow the `semver` convention, and those who do, might occasionally introduce breaking changes due to human errors (like putting breaking API changes in a patch version).
> [!IMPORTANT]
> Not all libraries follow [Semantic Versioning](https://semver.org/). Even those who do might occasionally introduce breaking changes due to human errors. Exceptions to the guidelines in this document MAY be granted by Approvers or Maintainers to work around this.

### "DevDependencies"

Expand Down