forked from finos/open-source-readiness
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update placeholders
- Loading branch information
Showing
14 changed files
with
6,687 additions
and
413 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Code of Conduct for {project name} | ||
# Code of Conduct for Open Source Readiness | ||
|
||
Please see the [Community Code of Conduct](https://www.finos.org/code-of-conduct). |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
SPDXVersion: SPDX-2.0 | ||
DataLicense: CC0-1.0 | ||
Creator: {name of copyright owner} | ||
PackageName: {project name} | ||
PackageOriginator: {name of copyright owner} | ||
PackageHomePage: https://github.com/finos/{project slug} | ||
Creator: FINOS | ||
PackageName: Open Source Readiness | ||
PackageOriginator: FINOS | ||
PackageHomePage: https://github.com/finos/open-source-readiness | ||
PackageLicenseDeclared: Apache-2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
{project name} - FINOS | ||
Copyright {yyyy} - {current year} {name of copyright owner} {email of copyright holder} | ||
Open Source Readiness - FINOS | ||
Copyright 2018 FINOS - [email protected] | ||
|
||
This product includes software developed at the Fintech Open Source Foundation (https://www.finos.org/). | ||
|
||
{Other notices, as necessary} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
id: home | ||
title: {project name} docs | ||
title: Open Source Readiness docs | ||
--- | ||
|
||
## Getting started | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
id: roadmap | ||
title: {project name} Roadmap | ||
title: Open Source Readiness Roadmap | ||
--- | ||
|
||
.... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
id: team | ||
title: {project name} Team | ||
title: Open Source Readiness Team | ||
--- | ||
|
||
.... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,8 @@ $ npm -v | |
2. Install and run Docusaurus locally | ||
|
||
```sh | ||
$ git clone [email protected]:<your fork>/{project slug}.git | ||
$ cd {project slug} | ||
$ git clone [email protected]:<your fork>/open-source-readiness.git | ||
$ cd open-source-readiness | ||
|
||
# Download dependencies | ||
$ yarn --cwd website install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.