From 4555ff42e15df059e332e861f1c848361a893c81 Mon Sep 17 00:00:00 2001 From: "Michael J. Freedman" Date: Sat, 29 Feb 2020 13:11:52 -0500 Subject: [PATCH 1/3] Add contributing instructions --- CONTRIBUTING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..0f9c505 --- /dev/null +++ b/CONTRIBUTING.md @@ -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. From 068de1083a0be719c3713b5d609943a07d6380ea Mon Sep 17 00:00:00 2001 From: "Michael J. Freedman" Date: Sat, 29 Feb 2020 13:13:51 -0500 Subject: [PATCH 2/3] Move copyright info to NOTICE --- LICENSE | 15 --------------- NOTICE | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 NOTICE diff --git a/LICENSE b/LICENSE index d2a9d8d..d9a10c0 100644 --- a/LICENSE +++ b/LICENSE @@ -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. diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..46f5f1c --- /dev/null +++ b/NOTICE @@ -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. From 15e0ef29d67f2d0194aa8828daf50df632754249 Mon Sep 17 00:00:00 2001 From: "Michael J. Freedman" Date: Sat, 29 Feb 2020 13:16:41 -0500 Subject: [PATCH 3/3] Add license, contributing, additional resources to README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 36e5386..61815d0 100644 --- a/README.md +++ b/README.md @@ -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.