Skip to content

Commit d3b8892

Browse files
authored
Add some CLO stuff (#158)
Signed-off-by: Doug Davis <[email protected]>
1 parent 2e5b96b commit d3b8892

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

CONTRIBUTING.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Contributing to CloudEvents sdk-python
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+
### Sign your work
17+
18+
Each PR must be signed. Be sure your `git` `user.name` and `user.email` are configured
19+
then use the `--signoff` flag for your commits.
20+
21+
```console
22+
git commit --signoff
23+
```

OWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
admins:
2+
- grant
3+
- denismakogon
4+
- cumason123

0 commit comments

Comments
 (0)