commit | 94fb8bcae113e51070c1312bfff94597cb8bf173 | [log] [tgz] |
---|---|---|
author | Konrad Windszus <kwin@apache.org> | Wed Feb 12 13:14:09 2025 +0100 |
committer | Konrad Windszus <konrad@windszus.net> | Wed Mar 05 18:48:02 2025 +0100 |
tree | 0dd192ae7ede37c00857d651a326681d36ad087a | |
parent | b8f8ab4d1f5bdeaf40d944e9d7d93fc13ebed4a0 [diff] |
[DOXIASITETOOLS-359] Support site directories where duplicates are skipped Usually a duplicate relative file path in multiple site directories lead to a RendererException (because only one can end up in the built site). For some cases it is beneficial to add source directories where duplicates should be just silently skipped (for example to allow overwriting certain files in previous sources).
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.[DOXIASITETOOLS-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.