I would like to add some more paragraphs to both accept and reject messages.
Currently, there are three files that need to be kept in sync. I would like to reorganize these so that only one file needs to be updated to generate: the short prompt in the workbench, e.g. "invalid public name" the paragraph to the user, e.g. "- the public name should be a real name or pen name and not a user id" I'm proposing to add a file with all of the labels, short prompts, and paragraphs. Then the PR simply needs to update the file and voilá. Any ideas for the name of the file, and whether it should be simply a comma-separated raw text file or something with more structure? invpub, invalid public name, the public name should be a real name or pen name and not a user id or ["invpub", "invalid public name", "the public name should be a real name or pen name and not a user id"] How to tell whether the messages are applicable to the accept or reject process? Maybe two different files? WDYT? Craig L Russell c...@apache.org