Skip to content

Commit

Permalink
Mention new idea of dev versions in PR guidelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbartel committed Oct 11, 2024
1 parent 9f5d420 commit 9b403a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ The following guidelines are recommended for pull requests. Following these incr

* Make sure the PR has an informative and human-readable title
* Limit the scope of changes within a PR to a single goal (no scope creep)
* Make sure that [development versions](doc/RELEASE_MANAGEMENT.md#development-versions) are applied to packages if any existing dependency relationships with other packages will strictly require the proposed changes
* Ensure the resulting code can be automatically rebased into `master` without conflicts
* Make sure project coding standards, if/when defined, are followed
* Ensure resulting code passes all existing automated tests
Expand Down

0 comments on commit 9b403a3

Please sign in to comment.