Giter VIP home page Giter VIP logo

project-blueprint's Introduction

FINOS Software Project Blueprint

Project blueprint is a GitHub repository template for all Fintech Open Source Foundation (FINOS) hosted GitHub repositories, contributed and maintained by FINOS as part of the Open Developer Platform (ODP) initiative.

Using DCO to sign your commits

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.

Helpful DCO Resources

How to use this blueprint

  1. Clone this repository locally (git clone https://github.com/finos-labs/project-blueprint.git)
  2. Copy the LICENSE, LICENSE.spdx, and NOTICE files, as well as the entire .github directory, to your own repository (do not copy this README.md file).
  3. Copy the README.template.md file to your repository, and rename it to README.md.
  4. Search and replace the following tokens in the newly copied files:
Token Replace with
{project name} The name of the GitHub repository the project resides in.
{yyyy} The year you started working on the code.
{current_year} The current year.
{name of copyright owner} The copyright owner of the code (typically you or your employer).
{email of copyright owner} The email address of the copyright owner of the code (if known).
  1. Open the NOTICE file in a text editor and either remove the {Other notices, as necessary} token, or add attributions if required by your code's dependencies.
  2. Open the README.md file in a text editor and complete the content as appropriate for your project.
  3. Add the Apache license header to all of your source files.
  4. Commit all of your changes.

License

Copyright 2020 Fintech Open Source Foundation

Distributed under the Apache License, Version 2.0.

SPDX-License-Identifier: Apache-2.0

project-blueprint's People

Contributors

brooklynrob avatar copiesofcopies avatar finos-admin avatar maoo avatar mcleo-d avatar mindthegab avatar nikoganev avatar pmonks avatar rstuart-scottlogic avatar ssf-admin avatar vitorespindola avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.