Absolutely - I figured if we could get the workflow sorted out, I'd prepare a readme for the repo with the intended steps. Something like:
After identifying a possible issue with NHibernate, 1. Search JIRA <https://nhibernate.jira.com/browse/NH> to identify if the issue has already been identified, and if not create a new one. 1. Note the issue number, in the form *NH-####* 2. Create a local clone of this, the nhibernate-test-case repository 3. In the NHSpecificTest project folder, create a folder named NH#### as a container for the files specific to your issue 1. Any classes should be in the namespace NHibernate.Test.NHSpecificTest.NH#### 4. Archive the working test case and attach to the original JIRA issue.
