{"id":18686738,"url":"https://github.com/wayfair-incubator/oss-template","last_synced_at":"2025-11-08T00:30:32.421Z","repository":{"id":37600868,"uuid":"364372207","full_name":"wayfair-incubator/oss-template","owner":"wayfair-incubator","description":"Open Source Template by Wayfair","archived":false,"fork":false,"pushed_at":"2024-12-02T04:11:51.000Z","size":48,"stargazers_count":28,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-12-28T00:43:19.154Z","etag":null,"topics":["open-source","open-source-project","open-source-tooling","ospo","oss","project-template","template"],"latest_commit_sha":null,"homepage":"https://wayfair.github.io","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wayfair-incubator.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-04T20:02:26.000Z","updated_at":"2024-12-02T04:11:54.000Z","dependencies_parsed_at":"2024-11-07T10:34:10.506Z","dependency_job_id":"a52b1a31-db24-410d-84d5-004184ac96ba","html_url":"https://github.com/wayfair-incubator/oss-template","commit_stats":null,"previous_names":[],"tags_count":9,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayfair-incubator%2Foss-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayfair-incubator%2Foss-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayfair-incubator%2Foss-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayfair-incubator%2Foss-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wayfair-incubator","download_url":"https://codeload.github.com/wayfair-incubator/oss-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239541849,"owners_count":19656102,"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":["open-source","open-source-project","open-source-tooling","ospo","oss","project-template","template"],"created_at":"2024-11-07T10:28:47.915Z","updated_at":"2025-11-08T00:30:32.355Z","avatar_url":"https://github.com/wayfair-incubator.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Open Source Project Template\n\n[![Release](https://img.shields.io/github/v/release/wayfair-incubator/oss-template?display_name=tag)](CHANGELOG.md)\n[![Lint](https://github.com/wayfair-incubator/oss-template/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/wayfair-incubator/oss-template/actions/workflows/lint.yml)\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.md)\n[![Maintainer](https://img.shields.io/badge/Maintainer-Wayfair-7F187F)](https://wayfair.github.io)\n\n## Before You Start\n\nAs much as possible, we have tried to provide enough tooling to get you up and running quickly and with a minimum of effort. This includes sane defaults for documentation; templates for bug reports, feature requests, and pull requests; and [GitHub Actions](https://github.com/features/actions) that will automatically manage stale issues and pull requests. This latter defaults to labeling issues and pull requests as stale after 60 days of inactivity, and closing them after 7 additional days of inactivity. These [defaults](.github/workflows/stale.yml) and more can be configured. For configuration options, please consult the documentation for the [stale action](https://github.com/actions/stale).\n\nIn trying to keep this template as generic and reusable as possible, there are some things that were omitted out of necessity and others that need a little tweaking. Before you begin developing in earnest, there are a few changes that need to be made:\n\n- [ ] ✅ Select an appropriate license for your project. This can easily be achieved through the 'Add File' button on the GitHub UI, naming the file `LICENSE`, and selecting your desired license from the provided list.\n- [ ] Update the `\u003cLicense name\u003e` placeholder in this file to reflect the name of the license you selected above.\n- [ ] Replace `[INSERT CONTACT METHOD]` in [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) with a suitable communication channel.\n- [ ] Change references to `org_name` to the name of the org your repo belongs to (eg. `wayfair-incubator`):\n  - [ ] In [`README.md`](README.md)\n  - [ ] In [`CONTRIBUTING.md`](CONTRIBUTING.md)\n- [ ] Change references to `repo_name` to the name of your new repo:\n  - [ ] In [`README.md`](README.md)\n  - [ ] In [`CONTRIBUTING.md`](CONTRIBUTING.md)\n- [ ] Update the link to the contribution guidelines to point to your project:\n  - [ ] In [`.github/ISSUE_TEMPLATE/BUG_REPORT.md`](.github/ISSUE_TEMPLATE/BUG_REPORT.md)\n  - [ ] In [`.github/PULL_REQUEST_TEMPLATE.md`](.github/PULL_REQUEST_TEMPLATE.md)\n- [ ] Replace the `\u003cproject name\u003e` placeholder with the name of your project:\n  - [ ] In [`CONTRIBUTING.md`](CONTRIBUTING.md)\n  - [ ] In [`SECURITY.md`](SECURITY.md)\n- [ ] Add names and contact information for actual project maintainers to [`MAINTAINERS.md`](MAINTAINERS.md).\n- [ ] Delete the content of [`CHANGELOG.md`](CHANGELOG.md). We encourage you to [keep a changelog](https://keepachangelog.com/en/1.0.0/).\n- [ ] Configure [`renovate.json`](renovate.json) for your project's language and tooling dependencies.\n  - [ ] Note that the base `renovate.json` file included with this template inherits most of its configuration logic from Wayfair OSPO's recommended presets, hosted [here](https://github.com/wayfair/ospo-automation/blob/main/default.json). If your project does not require advanced dependency configuration, this may be sufficient for your needs.\n  - [ ] 💡 To learn more about using and configuring [Renovate](http://renovatebot.com/), check out our [wayfair.github.io](https://wayfair.github.io) article: **[Managing Project Dependencies](https://wayfair.github.io/docs/managing-dependencies/)**.\n- [ ] Replace the generic content in this file with the relevant details about your project.\n- [ ] Acknowledge that some features like [branch protection rules](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule) are only available when the repo is `public`.\n- [ ] 🚨 Delete this section of the `README`!\n\n## About The Project\n\nProvide some information about what the project is/does.\n\n## Getting Started\n\nTo get a local copy up and running follow these simple steps.\n\n### Prerequisites\n\nThis is an example of how to list things you need to use the software and how to install them.\n\n- npm\n\n  ```sh\n  npm install npm@latest -g\n  ```\n\n### Installation\n\n1. Clone the repo\n\n   ```sh\n   git clone https://github.com/org_name/repo_name.git\n   ```\n\n2. Install NPM packages\n\n   ```sh\n   npm install\n   ```\n\n## Usage\n\nUse this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.\n\n_For more examples, please refer to the [Documentation](https://example.com) or the [Wiki](https://github.com/org_name/repo_name/wiki)_\n\n## Roadmap\n\nSee the [open issues](https://github.com/org_name/repo_name/issues) for a list of proposed features (and known issues).\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. For detailed contributing guidelines, please see [CONTRIBUTING.md](CONTRIBUTING.md)\n\n## License\n\nDistributed under the `\u003cLicense name\u003e` License. See [LICENSE](LICENSE) for more information.\n\n## Contact\n\nYour Name - [@twitter_handle](https://twitter.com/twitter_handle) - email\n\nProject Link: [https://github.com/org_name/repo_name](https://github.com/org_name/repo_name)\n\n## Acknowledgements\n\nThis template was adapted from\n[https://github.com/othneildrew/Best-README-Template](https://github.com/othneildrew/Best-README-Template).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayfair-incubator%2Foss-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwayfair-incubator%2Foss-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayfair-incubator%2Foss-template/lists"}