Github user imduffy15 commented on the issue:
https://github.com/apache/any23/pull/47
> In the future if you would please open a JIRA issue over on the ANY23
JIRA issue tracker
Sure, can you please create a CONTRIBUTING.md file in the root of the
repository outlining these guidelines?
https://github.com/blog/1184-contributing-guidelines example:
https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md
Additionally, it might be useful to document the workflow on
https://any23.apache.org/project-info.html
> I pulled this PR tested locally and all looks good
It would be neat if we could get this automated for free by using
https://travis-ci.org/ and get the reports on PRs
I would imagine a `.travis.yml` as simple as this would work:
```
language: java
```
Ref: https://docs.travis-ci.com/user/languages/java
> I also re-read the W3C specification and it looks fine
Thank you for taking the time to review :)
---