Short blurb about what your project does.
List the roadmap steps; alternatively link the Confluence Wiki page where the project roadmap is published.
- Item 1
- Item 2
- ....
All commits must be signed with a DCO signature to avoid being flagged by the DCO Bot. This means that your commit log message must contain a line that looks like the following one, with your actual name and email address:
Signed-off-by: John Doe <[email protected]>
Adding the -s
flag to your git commit
will add that line automatically. You can also add it manually as part of your commit log message or add it afterwards with git commit --amend -s
.
See CONTRIBUTING.md for more information
Copyright © 2025 Fintech Open Source Foundation
This work is licensed under a Creative Commons Attribution 4.0 International License.
SPDX-License-Identifier: CC BY 4.0.