Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Add contribution notice #95

Merged
merged 2 commits into from Sep 28, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -32,6 +32,8 @@ This is a rough outline of what the workflow for code contributions looks like:
- Submit a pull request to [zalando-incubator/tessellate](https://github.com/zalando-incubator/tessellate)
- Your pull request must receive a :thumbsup: from at least one [maintainer](https://github.com/zalando-incubator/tessellate/blob/master/MAINTAINERS)

Unless you explicitly state otherwise in advance, any non trivial contribution intentionally submitted for inclusion in this project by you to the steward of this repository (Zalando SE, Berlin) shall be under the terms and conditions of the [MIT License](LICENSE), without any additional copyright information, terms or conditions.

Thanks for your contributions!

### Commit messages
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -55,8 +55,12 @@ apm install nuclide
npm install -g flow-bin
```

## Contributing

For details on pull requests, commit messages and contributing please see [CONTRIBUTING.md](CONTRIBUTING.md)

Unless you explicitly state otherwise in advance, any non trivial contribution intentionally submitted for inclusion in this project by you to the steward of this repository (Zalando SE, Berlin) shall be under the terms and conditions of the [MIT License](LICENSE), without any additional copyright information, terms or conditions.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want that paragraph in BOTH files (CONTRIBUTIN.md and README.md)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I followed the recommendations from another Zalando OS repository. Technically we don't need the notice here as well, CONTRIBUTING.md should be enough.

## Documentation

Go to [zalando-incubator.github.io/tessellate](https://zalando-incubator.github.io/tessellate) for detailed documentation.
Expand Down