Skip to content

Commit 1c29726

Browse files
authored
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>
1 parent 6681205 commit 1c29726

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

pr_guidelines.md renamed to CONTRIBUTING.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
# Pull Request Guidelines
1+
# Contributing to CloudEvents' Java SDK
2+
3+
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
4+
5+
We welcome contributions from the community! Please take some time to become
6+
acquainted with the process before submitting a pull request. There are just
7+
a few things to keep in mind.
8+
9+
# Pull Requests
10+
11+
Typically, a pull request should relate to an existing issue. If you have
12+
found a bug, want to add an improvement, or suggest an API change, please
13+
create an issue before proceeding with a pull request. For very minor changes
14+
such as typos in the documentation this isn't really necessary.
15+
16+
## Pull Request Guidelines
217

318
Here you will find step by step guidance for creating, submitting and updating
419
a pull request in this repository. We hope it will help you have an easy time
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Maintainers
2+
3+
Currently, active maintainers who may be found in the CNCF Slack.
4+
5+
- [Pierangelo Di Pilato](https://github.com/pierDipi)
6+
17
# Maintainer's Guide
28

39
## Release Process

0 commit comments

Comments
 (0)