Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add contributing instructions #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Contributing to Timescale Examples

We appreciate any help the community can provide to make examples of using TimescaleDB better!

You can help in different ways:

* Open an [issue](https://github.com/timescale/examples/issues) with a
bug report, build issue, feature request, suggestion, etc.

* Fork this repository and submit a pull request

For any particular improvement you want to make, it can be beneficial to
begin discussion on the GitHub issues page.

Before we accept any code contributions, Timescale contributors need to sign
the [Contributor License
Agreement](https://cla-assistant.io/timescale/examples) (CLA). By signing a
CLA, we can ensure that the community is free and confident in its ability to
use your contributions.
15 changes: 0 additions & 15 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -174,18 +174,3 @@
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS


Copyright (c) 2019 Timescale, Inc. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
15 changes: 15 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
TimescaleDB (TM) Examples

Copyright (c) 2019-2020 Timescale, Inc. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,23 @@ Collection of technologies you can use with TimescaleDB.

- [Prometheus](https://docs.timescale.com/latest/tutorials/prometheus-adapter)
- [Zabbix](https://support.zabbix.com/browse/ZBXNEXT-4868)

## Additional documentation

- [Why use TimescaleDB?](https://tsdb.co/GitHubTimescaleIntro)
- [Installing TimescaleDB?](https://tsdb.co/GitHubTimescaleInstall)
- [Migrating data to TimescaleDB](https://tsdb.co/GitHubTimescalePostgresMigrate)
- [Tutorials and sample data](https://tsdb.co/GitHubTimescaleTutorials)

## Community & help

- [Slack Channel](https://slack.timescale.com)
- [Timescale Support](https://tsdb.co/GitHubTimescaleSupport): see support options (community & subscription)

## License

The examples in this repository are released under the [Apache 2.0 license](LICENSE).

## Contributing

If you wish to make contributions to this project, please refer to [Contributor Instructions](CONTRIBUTING.md) for more information.