Some values, such as the commit title and message strings and the allowed URL prefixes, are currently hardcoded in the tool. Make a detailed pass through the code looking for things that would make sense to parameterize and make it possible to define them as data outside of the code, for instance, in a config file with default values that can be overridden with command-line options.
Some values, such as the commit title and message strings and the allowed URL prefixes, are currently hardcoded in the tool. Make a detailed pass through the code looking for things that would make sense to parameterize and make it possible to define them as data outside of the code, for instance, in a config file with default values that can be overridden with command-line options.