From c349c46240e5680f728d4cf3c73ac227888c3df0 Mon Sep 17 00:00:00 2001 From: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Date: Thu, 3 Feb 2022 08:55:11 +0900 Subject: [PATCH] chore: cleanup (#407) Signed-off-by: Kenji Miyake --- .github/sync-files.yaml | 2 +- CONTRIBUTING.md | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index a6629a707464d..7c3278cce6b3c 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -14,7 +14,7 @@ # - source: .pre-commit-config.yaml # TODO: Sync after yamllint and ansible-lint have passed - source: .pre-commit-config-optional.yaml - source: .prettierignore - - source: .prettierrc + - source: .prettierrc.yaml - source: .yamllint.yaml - source: CPPLINT.cfg - source: setup.cfg diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 66c1a911062c0..0000000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,7 +0,0 @@ -# How to contribute to AutowareArchitectureProposal - -Thank you for your interest in improving the AutowareArchitectureProposal repository! As this repository is simply a mirror of a private repository, created to propose a new Autoware reference implementation to the [Autoware Foundation](https://www.autoware.org/), issues and pull requests are not accepted. - -If you are interested in developing Autoware, then consider contributing to the [Autoware.Auto project](https://gitlab.com/autowarefoundation/autoware.auto) instead. All Autoware development and user discussion takes place within that repository, and everyone is welcome to create issues and merge requests! - -Before making any contributions to the Autoware.Auto project, please make sure to review the [contributor's guide](https://autowarefoundation.gitlab.io/autoware.auto/AutowareAuto/contributors-guide.html), and please refrain from asking questions about the AutowareArchitectureProposal repository via ROS Answers or an Autoware.Auto issue.