{"id":13594359,"url":"https://github.com/EmbarkStudios/opensource-template","last_synced_at":"2025-04-09T07:31:49.192Z","repository":{"id":38818144,"uuid":"195373130","full_name":"EmbarkStudios/opensource-template","owner":"EmbarkStudios","description":"🌻 Template for creating new repositories","archived":false,"fork":false,"pushed_at":"2022-11-19T19:06:52.000Z","size":74,"stargazers_count":88,"open_issues_count":5,"forks_count":19,"subscribers_count":11,"default_branch":"main","last_synced_at":"2024-08-02T16:51:53.720Z","etag":null,"topics":["code-of-conduct","opensource"],"latest_commit_sha":null,"homepage":"https://github.com/EmbarkStudios","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EmbarkStudios.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2019-07-05T08:41:24.000Z","updated_at":"2024-07-08T21:53:20.000Z","dependencies_parsed_at":"2022-09-19T13:00:15.471Z","dependency_job_id":null,"html_url":"https://github.com/EmbarkStudios/opensource-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fopensource-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fopensource-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fopensource-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fopensource-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmbarkStudios","download_url":"https://codeload.github.com/EmbarkStudios/opensource-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223375311,"owners_count":17135347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code-of-conduct","opensource"],"created_at":"2024-08-01T16:01:32.312Z","updated_at":"2024-11-06T16:31:13.649Z","avatar_url":"https://github.com/EmbarkStudios.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"\u003c!-- Allow this file to not have a first line heading --\u003e\n\u003c!-- markdownlint-disable-file MD041 no-emphasis-as-heading --\u003e\n\n\u003c!-- inline html --\u003e\n\u003c!-- markdownlint-disable-file MD033 --\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003c!--- FIXME: Pick an emoji and name your project! ---\u003e\n# `🌻 opensource-template`\n\n\u003c!--- FIXME: Write short catchy description/tagline of project ---\u003e\n**Template for creating new open source repositories that follow the Embark open source guidelines**\n\n\u003c!--- FIXME: Update crate, repo and CI workflow names here! Remove any that are not relevant ---\u003e\n\n[![Embark](https://img.shields.io/badge/embark-open%20source-blueviolet.svg)](https://embark.dev)\n[![Embark](https://img.shields.io/badge/discord-ark-%237289da.svg?logo=discord)](https://discord.gg/dAuKfZS)\n[![Crates.io](https://img.shields.io/crates/v/rust-gpu.svg)](https://crates.io/crates/rust-gpu)\n[![Docs](https://docs.rs/rust-gpu/badge.svg)](https://docs.rs/rust-gpu)\n[![Git Docs](https://img.shields.io/badge/git%20main%20docs-published-blue)](https://embarkstudios.github.io/presser/presser/index.html)\n[![dependency status](https://deps.rs/repo/github/EmbarkStudios/rust-gpu/status.svg)](https://deps.rs/repo/github/EmbarkStudios/rust-gpu)\n[![Build status](https://github.com/EmbarkStudios/physx-rs/workflows/CI/badge.svg)](https://github.com/EmbarkStudios/physx-rs/actions)\n\u003c/div\u003e\n\n## TEMPLATE INSTRUCTIONS\n\n1. Create a new repository under EmbarkStudios using this template.\n1. **Title:** Change the first line of this README to the name of your project, and replace the sunflower with an emoji that represents your project. 🚨 Your emoji selection is critical.\n1. **Badges:** In the badges section above, change the repo name in each URL. If you are creating something other than a Rust crate, remove the crates.io and docs badges (and feel free to add more appropriate ones for your language).\n1. **CI:** In `./github/workflows/` rename `rust-ci.yml` (or the appropriate config for your language) to `ci.yml`. And go over it and adapt it to work for your project\n    - If you aren't using or customized the CI workflow, also see the TODO in `.mergify.yml`\n    - If you want to use the automatic rustdoc publishing to github pages for git main, see `rustdoc-pages.yml`\n1. **Issue \u0026 PR Templates**: Review the files in `.github/ISSUE_TEMPLATE` and `.github/pull_request_template`. Adapt them\nto suit your needs, removing or re-wording any sections that don't make sense for your use case.\n1. **CHANGELOG.md:** Change the `$REPO_NAME` in the links at the bottom to the name of the repository, and replace the example template lines with the actual notes for the repository/crate.\n1. **release.toml:** in `./release.toml` change the `$REPO_NAME` to the name of the repository\n1. **Cleanup:** Remove this section of the README and any unused files (such as configs for other languages) from the repo.\n\n## Contributing\n\n[![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-v1.4-ff69b4.svg)](CODE_OF_CONDUCT.md)\n\nWe welcome community contributions to this project.\n\nPlease read our [Contributor Guide](CONTRIBUTING.md) for more information on how to get started.\nPlease also read our [Contributor Terms](CONTRIBUTING.md#contributor-terms) before you make any contributions.\n\nAny contribution intentionally submitted for inclusion in an Embark Studios project, shall comply with the Rust standard licensing model (MIT OR Apache 2.0) and therefore be dual licensed as described below, without any additional terms or conditions:\n\n### License\n\nThis contribution is dual licensed under EITHER OF\n\n- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or \u003chttp://opensource.org/licenses/MIT\u003e)\n\nat your option.\n\nFor clarity, \"your\" refers to Embark or any other licensee/user of the contribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEmbarkStudios%2Fopensource-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEmbarkStudios%2Fopensource-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEmbarkStudios%2Fopensource-template/lists"}