From 73f15e4c648e198549ab76363c6fad3d61e2eeaa Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Fri, 10 Feb 2023 12:02:03 -0800 Subject: [PATCH] first commit --- CONTRIBUTING.md | 51 ++++++++++++++++++++++++++++++++++++++++++++ LICENSE | 27 +++++++++++++++++++++++ README.md | 18 ++++++++++++++++ mono_repo.yaml | 15 +++++++++++++ pkgs/placeholder.txt | 1 + 5 files changed, 112 insertions(+) create mode 100644 CONTRIBUTING.md create mode 100644 LICENSE create mode 100644 README.md create mode 100644 mono_repo.yaml create mode 100644 pkgs/placeholder.txt diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..3c2856369 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,51 @@ +# How to Contribute + +We'd love to accept your patches and contributions to this project. There are +just a few small guidelines you need to follow. + +## Contributor License Agreement + +Contributions to this project must be accompanied by a Contributor License +Agreement (CLA). You (or your employer) retain the copyright to your +contribution; this simply gives us permission to use and redistribute your +contributions as part of the project. Head over to + to see your current agreements on file or +to sign a new one. + +You generally only need to submit a CLA once, so if you've already submitted one +(even if it was for a different project), you probably don't need to do it +again. + +## Code Reviews + +All submissions, including submissions by project members, require review. We +use GitHub pull requests for this purpose. Consult +[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more +information on using pull requests. + +## Coding style + +The Dart source code in this repo follows the: + + * [Dart style guide](https://dart.dev/guides/language/effective-dart/style) + +You should familiarize yourself with those guidelines. + +## File headers + +All files in the Dart project must start with the following header; if you add a +new file please also add this. The year should be a single number stating the +year the file was created (don't use a range like "2011-2012"). Additionally, if +you edit an existing file, you shouldn't update the year. + + // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file + // for details. All rights reserved. Use of this source code is governed by a + // BSD-style license that can be found in the LICENSE file. + +## Community Guidelines + +This project follows +[Google's Open Source Community Guidelines](https://opensource.google/conduct/). + +We pledge to maintain an open and welcoming environment. For details, see our +[code of conduct](https://dart.dev/code-of-conduct). diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..4fd5739c6 --- /dev/null +++ b/LICENSE @@ -0,0 +1,27 @@ +Copyright 2023, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/README.md b/README.md new file mode 100644 index 000000000..2fad1791d --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ + + +## Overview + +This repository is home to tooling related Dart packages. + +## Packages + +| Package | Description | Version | +|---|---|---| + +## Publishing automation + +For information about our publishing automation and release process, see +https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. + +For additional information about contributing, see our +[contributing](CONTRIBUTING.md) page. diff --git a/mono_repo.yaml b/mono_repo.yaml new file mode 100644 index 000000000..78e7a55d4 --- /dev/null +++ b/mono_repo.yaml @@ -0,0 +1,15 @@ +# See https://github.com/google/mono_repo.dart +self_validate: analyze_format + +merge_stages: +- analyze_and_format + +github: + on: + push: + branches: + - main + pull_request: + schedule: + # Setting just `cron` keeps the defaults for `push` and `pull_request` + - cron: '0 0 * * 0' # “At 00:00 (UTC) on Sunday.” diff --git a/pkgs/placeholder.txt b/pkgs/placeholder.txt new file mode 100644 index 000000000..f77dac7ce --- /dev/null +++ b/pkgs/placeholder.txt @@ -0,0 +1 @@ +placeholder to create this directory in git