Add `CONTRIBUTING.md` and `MAINTAINERS.md` files (#454)

These 2 new files are based on the existing `pr_guidelines.md`
and `maintainers_guide.md`

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
This commit is contained in:
Pierangelo Di Pilato 2022-04-01 19:00:37 +02:00 committed by GitHub
parent 6681205733
commit 1c29726e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 1 deletions

View File

@ -1,4 +1,19 @@
# Pull Request Guidelines
# Contributing to CloudEvents' Java SDK
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
We welcome contributions from the community! Please take some time to become
acquainted with the process before submitting a pull request. There are just
a few things to keep in mind.
# Pull Requests
Typically, a pull request should relate to an existing issue. If you have
found a bug, want to add an improvement, or suggest an API change, please
create an issue before proceeding with a pull request. For very minor changes
such as typos in the documentation this isn't really necessary.
## Pull Request Guidelines
Here you will find step by step guidance for creating, submitting and updating
a pull request in this repository. We hope it will help you have an easy time

View File

@ -1,3 +1,9 @@
# Maintainers
Currently, active maintainers who may be found in the CNCF Slack.
- [Pierangelo Di Pilato](https://github.com/pierDipi)
# Maintainer's Guide
## Release Process