From a197a26335d073eccdeacec7fe9e778263f3af8d Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Wed, 14 Oct 2020 09:54:09 -0700 Subject: [PATCH] Change community meeting time And some other general cleanup --- CONTRIBUTING.md | 49 ++++++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 23 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 553a8745a..f3d5660ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,13 +2,13 @@ Contributions to Pinniped are welcome. Here are some things to help you get started. -1. Please see the [Code of Conduct](./CODE_OF_CONDUCT.md). -1. Learn about the [scope](doc/scope.md) of the project. -1. Coming soon: details about how to legally contribute to the project, including CLA/DCO details. -1. See below for how to [file a bug report](#bugs). -1. See below for how to [suggest a feature](#features). -1. See below for how to [build the code](#building). -1. See below for how to [run the tests](#testing). +## Code of Conduct + +Please see the [Code of Conduct](./CODE_OF_CONDUCT.md). + +## Project Scope + +Learn about the [scope](doc/scope.md) of the project. ## Meeting with the Maintainers @@ -20,10 +20,22 @@ A [public document](https://docs.google.com/document/d/1qYA35wZV-6bxcH5375vOnIGk tracks the agendas and notes for these meetings. These meetings are currently scheduled for the first and third Thursday mornings of each month -at 8 AM Pacific Time, using this [Zoom meeting](https://VMware.zoom.us/j/94638309756?pwd=V3NvRXJIdDg5QVc0TUdFM2dYRzgrUT09). +at 9 AM Pacific Time, using this [Zoom meeting](https://VMware.zoom.us/j/94638309756?pwd=V3NvRXJIdDg5QVc0TUdFM2dYRzgrUT09). If the meeting day falls on a US holiday, please consider that occurrence of the meeting to be canceled. -## Bugs +## Discussion + +Got a question, comment, or idea? Please don't hesitate to reach out via the GitHub [Discussions](https://github.com/vmware-tanzu/pinniped/discussions) tab at the top of this page. + +## Issues + +Need an idea for a project to get started contributing? Take a look at the open +[issues](https://github.com/vmware-tanzu/pinniped/issues). +Also check to see if any open issues are labeled with +["good first issue"](https://github.com/vmware-tanzu/pinniped/labels/good%20first%20issue) +or ["help wanted"](https://github.com/vmware-tanzu/pinniped/labels/help%20wanted). + +### Bugs To file a bug report, please first open an [issue](https://github.com/vmware-tanzu/pinniped/issues/new?template=bug_report.md). The project team @@ -35,11 +47,12 @@ can be opened to fix the bug. For specifics on what to include in your bug report, please follow the guidelines in the issue and pull request templates. -## Features +### Features To suggest a feature, please first open an [issue](https://github.com/vmware-tanzu/pinniped/issues/new?template=feature-proposal.md) -and tag it with `proposal`. The project team will work with you on your feature request. +and tag it with `proposal`, or create a new [Discussion](https://github.com/vmware-tanzu/pinniped/discussions). +The project team will work with you on your feature request. Once the feature request has been validated, a [pull request](https://github.com/vmware-tanzu/pinniped/compare) can be opened to implement the feature. @@ -47,17 +60,6 @@ can be opened to implement the feature. For specifics on what to include in your feature request, please follow the guidelines in the issue and pull request templates. -## Issues - -Github [issues](https://github.com/vmware-tanzu/pinniped/issues) can also be used for general -inquiries and discussion regarding the project. - -Need an idea for a project to get started contributing? Take a look at the open -[issues](https://github.com/vmware-tanzu/pinniped/issues). -Also check to see if any open issues are labeled with -["good first issue"](https://github.com/vmware-tanzu/pinniped/labels/good%20first%20issue) -or ["help wanted"](https://github.com/vmware-tanzu/pinniped/labels/help%20wanted). - ## CLA We welcome contributions from everyone but we can only accept them if you sign @@ -131,7 +133,8 @@ To destroy the local Kubernetes cluster, run `./hack/kind-down.sh`. ### Observing Tests on the Continuous Integration Environment -CI will not be triggered on a pull request until the pull request is reviewed and +[CI](https://hush-house.pivotal.io/teams/tanzu-user-auth/pipelines/pinniped-pull-requests) +will not be triggered on a pull request until the pull request is reviewed and approved for CI by a project [maintainer](MAINTAINERS.md). Once CI is triggered, the progress and results will appear on the Github page for that [pull request](https://github.com/vmware-tanzu/pinniped/pulls) as checks. Links