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 authored and christophertubbs committed Oct 16, 2024
1 parent cedfa2b commit 218e303
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 218e303

Please sign in to comment.