diff --git a/.github/PULL_REQUEST_TEMPLATE/fork-repo.md b/.github/PULL_REQUEST_TEMPLATE/fork-repo.md deleted file mode 100644 index 144b051b..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/fork-repo.md +++ /dev/null @@ -1,26 +0,0 @@ -# 🔁 Fork a repository - -🚨 INSTRUCTIONS: Click the `Preview` tab above, then follow along below! - -## Description - -This PR template is intended for Wayfair developers requesting [repository forks](https://docs.github.com/en/get-started/quickstart/fork-a-repo) into the [`/wayfair-contribs`](https://github.com/wayfair-contribs) organization, to enable upstream contributions to existing open source projects. - -**You must already be a GitHub organization member of `/wayfair-contribs`** (and preferrably, [`/wayfair`](https://github.com/wayfair) + [`/wayfair-incubator`](https://github.com/wayfair-incubator) as well) **in order to use this workflow**. The repository you are requesting a fork of must also comply with our current list of approved open source licenses: **MIT**, **BSD** (3-clause, 2-clause, 0-clause), **Apache** (1.0, 1.1, 2.0). - -> 🚨 If you aren't already a member of Wayfair's open source GitHub organizations, please refer to internal Wayfair OSPO documentation on adding yourself to the `ospo-names` repository, or reach out on our internal Slack channel (`#open-source-forum`) if you need further assistance! - -## Instructions - -> **💡 Please follow all instructions in the [Fork a repository README](https://github.com/wayfair/ospo-automation/blob/main/requests/fork/README.md) before filing your Pull Request using this template!** - -## Checklist - -- [ ] I have confirmed that I am already a member of the `/wayfair-contribs` GitHub organization -- [ ] I have confirmed that the repository I wish to fork is compliant with our [approved list of licenses](#description) -- [ ] I have reviewed the [Fork a repository README](https://github.com/wayfair/ospo-automation/blob/main/requests/fork/README.md) and created a compliant `.yml` request file -- [ ] I have created a git branch name which follows the documented pattern of `fork-repo-` - -> 💡 During the beta rollout of this fully self-service workflow, you may encounter some errors or edge cases we have not accounted for yet. For any issues or feedback on using this workflow, please reach out to [Wayfair OSPO](https://wayfair.github.io) internally on Slack (`#open-source-forum`) and we can lend a hand! - -🚨 Not the PR template you wanted? Click the `Preview` tab above, then navigate to the [OSPO Automation PR Menu](?expand=1&template=pr-menu.md)! diff --git a/CHANGELOG.md b/CHANGELOG.md index 804f7309..1728b498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.4] - 2022-10-13 + +### Added + +- Multiple PR templates and support for template switching +- Individual READMEs for supporting different user requests +- Representative folder structure for Wayfair GitHub Orgs +- Additional linting coverage for YAML, Renovate, and Markdown +- Support for dependency management using Renovate + +### Changed + +- Full refactor of `fork.yml` workflow to enable self-service +- Substantial README updates for improved readability +- Several GitHub Action dependency updates +- Deprecated support for Dependabot + ## [0.0.3] - 2022-04-20 - Added manual `fork.yml` workflow for repository forks diff --git a/wayfair-contribs/agent/agent.yml b/wayfair-contribs/agent/agent.yml deleted file mode 100644 index e18eb879..00000000 --- a/wayfair-contribs/agent/agent.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -github_user: lelia -repo_owner: buildkite -repo_name: agent -admin_perms: false diff --git a/wayfair-contribs/filters/filters.yml b/wayfair-contribs/filters/filters.yml deleted file mode 100644 index 0b65cd1c..00000000 --- a/wayfair-contribs/filters/filters.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -github_user: lelia -repo_owner: pixijs -repo_name: filters -admin_perms: false diff --git a/wayfair-contribs/ort/ort.yml b/wayfair-contribs/ort/ort.yml deleted file mode 100644 index 1e60413d..00000000 --- a/wayfair-contribs/ort/ort.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -github_user: lelia -repo_owner: oss-review-toolkit -repo_name: ort -admin_perms: false diff --git a/wayfair-contribs/pixijs/pixijs.yml b/wayfair-contribs/pixijs/pixijs.yml deleted file mode 100644 index d0bb8f0a..00000000 --- a/wayfair-contribs/pixijs/pixijs.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -github_user: lelia -repo_owner: pixijs -repo_name: pixijs -admin_perms: false diff --git a/wayfair-contribs/typescript-action/typescript-action.yml b/wayfair-contribs/typescript-action/typescript-action.yml deleted file mode 100644 index 0ac85416..00000000 --- a/wayfair-contribs/typescript-action/typescript-action.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -github_user: lelia -repo_owner: actions -repo_name: typescript-action -admin_perms: true