-
Notifications
You must be signed in to change notification settings - Fork 3
Contributing to load test in a box
Erik Ostermueller edited this page Nov 12, 2022
·
5 revisions
Creating a new github repo for load-test-in-a-box? Names for repos should be broken down into at least two parts separated by an underscore.
The first part is the project name 'load-test-in-a-box' The second part is the architectural purpose. Examples: sut (for system under test), agent, m2-plugin, etc... An optional third part is a disambiguator, for multiple components that fit the same purpose.
Examples:
Two parts:
load-test-in-a-box_agent
Three parts:
load-test-in-a-box_sut_my-sample
load-test-in-a-box_sut_your-sample
load-test-in-a-box_m2-plugin_h2
Inspired by github semantic naming conventions