-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup README and how to submit corrections, as well as remove unnee…
…ded files and connect in dependabot (#38) Signed-off-by: John Mertic <[email protected]>
- Loading branch information
Showing
11 changed files
with
99 additions
and
147 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 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Update project or member organization information | ||
url: https://members.linuxfoundation.org | ||
about: Make a request to have project or member organization information updated directly with the LF staff |
This file was deleted.
Oops, something went wrong.
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,15 +1 @@ | ||
### Pre-submission checklist: | ||
|
||
*Please check each of these after submitting your pull request:* | ||
|
||
* [ ] Are you including a `repo_url`? You need to pick the single best GitHub repository for your project, not a GitHub organization. | ||
* [ ] Is your project open source? | ||
* [ ] Has this project been used successfully in the production of a film, television program, animated content or other projects within the scope of the ASWF. Was it designed specifically for the entertainment industry? | ||
* [ ] Is the project currently and actively maintained (e.g., accepts pull requests, replies to issues, has been tested against / builds properly with the compilers for this year's VFX platform)? | ||
* [ ] Have you picked the single best (existing) category for your project? | ||
* [ ] Does it follow the other guidelines from the [new entries](https://github.com/AcademySoftwareFoundation/aswf-landscape#new-entries) section? | ||
* [ ] Have you added the SVG for your logo to `hosted_logos` and referenced it in the entry in `landscape.yml`? | ||
* [ ] Does your logo clearly state the name of the project/product and follow the other logo [guidelines](https://github.com/AcademySoftwareFoundation/aswf-landscape#logos)? | ||
* [ ] Does your project name match the text on the logo? | ||
* [ ] Have you verified that the Crunchbase data for your organization is correct (including headquarters and LinkedIn)? | ||
* [ ] ~5 minutes after opening the pull request, the CNCF-Bot will post the URL for your staging server. Have you confirmed that it looks good to you and then added a comment to the PR saying "LGTM"? | ||
# **NOTE: If you are requesting updates to project or member organization information, please [follow the instructions in the README.md file](https://github.com/jmertic/lf-landscape/blob/main/README.md). |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: weekly | ||
groups: | ||
all: | ||
dependency-type: "production" |
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 +1,61 @@ | ||
logs | ||
*.log* | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directory | ||
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git | ||
node_modules | ||
|
||
#dist folder | ||
dist | ||
|
||
# IDEA/Webstorm project files | ||
.idea | ||
*.iml | ||
|
||
#VSCode metadata | ||
.vscode | ||
|
||
# Mac files | ||
.DS_Store | ||
|
||
tmp | ||
data.json | ||
preview.json | ||
lookup.json | ||
landscapeapp | ||
missing.csv | ||
landscape.sqlite | ||
githubapi.sqlite | ||
missing-projects.csv | ||
build/ | ||
|
||
# data files used by scripts | ||
tooling/*.csv | ||
tooling/*.yml | ||
tooling/*.yaml | ||
tooling/*.txt | ||
tooling/*.json | ||
|
||
build/ | ||
landscape.sqlite | ||
githubapi.sqlite |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Code of Conduct | ||
|
||
We follow the [LF Events Code of Conduct](https://events.linuxfoundation.org/about/code-of-conduct/). |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Alliance of OpenUSD (AOUSD) Landscape | ||
|
||
![Landscape Logo](https://landscape.aousd.org/images/logo-horizontal-color.svg) | ||
|
||
This landscape is intended as a map to explore the member companies of the Alliance of OpenUSD (AOUSD). It is modeled after the Cloud Native Computing Foundation (CNCF) [landscape](https://landscape.cncf.io) and based on the same open-source code. | ||
|
||
This repository contains the data files and images required to generate the [CNCF landscape](https://landscape.cncf.io). The software that generates it can be found at the [cncf/landscape2](https://github.com/cncf/landscape2) repository. Please see its [README file](https://github.com/cncf/landscape2#landscape2) for more information about how it works. | ||
|
||
## New Entries and Corrections | ||
|
||
All the data in this repository is built nightly using the [LFX Landscape Tools](https://github.com/jmertic/lfx-landscape-tools). Any changes made directly in the data files in this repository will be overwritten. | ||
|
||
- For member entries, you can make these changes in [LFX Organization Dashboard](https://docs.linuxfoundation.org/lfx/organization-dashboard/organization-profile). | ||
|
||
If you cannot access the above resources, please [create a helpdesk ticket](https://members.linuxfoundation.org) to request those changes. | ||
|
||
## License | ||
|
||
The generated landscape contains data received from [Crunchbase](http://www.crunchbase.com). This data is not licensed pursuant to the Apache License. It is subject to Crunchbase’s Data Access Terms, available at [https://data.crunchbase.com/docs/terms](https://data.crunchbase.com/docs/terms), and is only permitted to be used with Linux Foundation landscape projects. | ||
|
||
Everything else is under the Apache License, Version 2.0, except for projects and products logos, which are generally copyrighted by the company that created them, and are simply cached here for reliability. The generated landscape and the [landscape.yml](landscape.yml) file are alternatively available under the [Creative Commons Attribution 4.0 license](https://creativecommons.org/licenses/by/4.0/). |
This file was deleted.
Oops, something went wrong.