Skip to content

Commit

Permalink
Merge branch 'master' into pketcham-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
peteketcham authored Nov 5, 2024
2 parents 175a34e + 338777c commit 9b2f4b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common-practices-tools/contribution/contrib-first.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Whenever we are building something that could be of use by more than one project
- **Reliability** - A solution built for contribution is often better designed, and better documented than a local solution meant to "just get it done". By putting our company and personal names on it publicly we commit to a quality product. Releasing a FOSS solution also increases the number of testers and edge cases that can surface and reduce bugs in the code.
- **Scalability** - Contributed FOSS is more scalable than one-off solutions and can grow with the power of the FOSS community.
- **Visibility** - CivicActions, our developers and clients earn positive representation as technology leaders and contributors.
- **Economy of tests** - Unit, Kernel and Functional tests for the module are run on the pipeline on Drupal.org. This translates into savings because they not slowing down custom tests running on client servers (human time savings). They run when the module is updated, not every time custom tests run (server cost savings).

## Examples of FOSS CivicActions built as Contrib First

Expand Down

0 comments on commit 9b2f4b8

Please sign in to comment.