Skip to content

Commit

Permalink
Creates initial landing page and CONTRIBUTING.md skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
zmackie committed Jan 14, 2020
1 parent a1f4b84 commit fb44ef4
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Contributing to the Cloud Native Buildpacks (CNB) project

## Before you get started
- Code of conduct
- https://probot.github.io/apps/dco/
- Review of governance and RFC process. IE should I start with an RFC?

## Development environment

## How to find something to work on

## Filing issues

## Filing PRs
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Cloud Native Buildpacks (CNB) community
---
Welcome to the CNB community! We're happy to have you.

This document is an entry-point for joining and contributing to the CNB community, be it through improving documentation, code, etc.

## Communication

We meet twice weekly on Zoom. WG meetings. We need to work out the details of moderation in order to publish those meetings widely. https://github.com/kubernetes/community/blob/master/communication/zoom-guidelines.md#setting-up-your-meeting-and-moderation might be a good place to start

For more day-to-day communications, we use [Slack](https://slack.buildpacks.io/).

## Contributing

The [Contributor Guide](CONTRIBUTING.md) provides detailed instruction on how to get your ideas and bug fixes seen and accepted, including:

1. How to file an issue
2. How to find something to work on
3. How to open a pull request


## Governance
We make decisions as a group in a variety of public forums. Our governance practices are documented in [GOVERNANCE.md](GOVERNANCE.md)

## Roadmap
Our roadmap, which discusses our current themes and priorities can be found at [ROADMAP.md](ROADMAP.md)

0 comments on commit fb44ef4

Please sign in to comment.