| commit | 437eff918fa31d7461290dd20bad79eee975b686 | [log] [tgz] |
|---|---|---|
| author | Zongle Wang <wangzongler@gmail.com> | Mon Nov 25 22:03:12 2024 +0800 |
| committer | Slawomir Jaranowski <s.jaranowski@gmail.com> | Wed Nov 27 09:48:12 2024 +0100 |
| tree | 91e0fb30fae046b672f8638165bc5508915b8557 | |
| parent | 911de58f6f5cb0811cb40ce161afa5e9c9196338 [diff] |
Add test cases for .md supports in the Apache License and Notice transformers A small check for ba0cc3c317cd3545a5634339c6cd1bfc2491dd52.
You have found a bug or you have an idea for a cool new feature? Contributing code is a great way to give something back to the open source community. Before you dig right into the code, there are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things.
We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors.
There are some guidelines which will make applying PRs easier for us:
git diff --check before committing.[MSHADE-XXX] - Subject of the JIRA Ticket Optional supplemental description.
mvn -Prun-its verify to assure nothing else was accidentally broken.If you plan to contribute on a regular basis, please consider filing a contributor license agreement.
For changes of a trivial nature to comments and documentation, it is not always necessary to create a new ticket in JIRA. In this case, it is appropriate to start the first line of a commit with ‘(doc)’ instead of a ticket number.
If your machine is sufficiently powerful and you want to parallelise the IT execution to validate the build before a PR you can set the concurrency in MAVEN_OPTS:
MAVEN_OPTS=-Dinvoker.parallelThreads=2 mvn verify -Prun-its
You can also run a single IT test using:
mvn verify -Prun-its -Dinvoker.test=myitproject