From 980e356c698b3c7498bf7ba1ce578fe588857d4d Mon Sep 17 00:00:00 2001 From: adrianbr Date: Tue, 5 Mar 2024 17:07:58 +0100 Subject: [PATCH] rename template buttons (#340) * Rename new-verified-source.md to build-new-verified-source.md * Rename source-request.md to request-new-source.md * Update request-new-source.md * fixes references --------- Co-authored-by: Marcin Rudolf --- .../{new-verified-source.md => build-new-verified-source.md} | 0 .../{source-request.md => request-new-source.md} | 0 CONTRIBUTING.md | 2 +- README.md | 4 ++-- 4 files changed, 3 insertions(+), 3 deletions(-) rename .github/ISSUE_TEMPLATE/{new-verified-source.md => build-new-verified-source.md} (100%) rename .github/ISSUE_TEMPLATE/{source-request.md => request-new-source.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/new-verified-source.md b/.github/ISSUE_TEMPLATE/build-new-verified-source.md similarity index 100% rename from .github/ISSUE_TEMPLATE/new-verified-source.md rename to .github/ISSUE_TEMPLATE/build-new-verified-source.md diff --git a/.github/ISSUE_TEMPLATE/source-request.md b/.github/ISSUE_TEMPLATE/request-new-source.md similarity index 100% rename from .github/ISSUE_TEMPLATE/source-request.md rename to .github/ISSUE_TEMPLATE/request-new-source.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 59439ac1e..21026e95c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ for that source. It is helpful to also read through the above section to see all part of source development. 1. Before starting development on a new source, please open a ticket - [here](https://github.com/dlt-hub/verified-sources/issues/new?assignees=&labels=verified+source&projects=&template=new-verified-source.md&title=%25source+name%5D+verified+source) + [here](https://github.com/dlt-hub/verified-sources/issues/new?assignees=&labels=verified+source&projects=&template=build-new-verified-source.md&title=%25source+name%5D+verified+source) and let us know what you have planned. 2. We will acknowledge your ticket and figure out how to proceed. **This mostly has to do with creating a test account for the desired source and providing you with the needed credentials**. We diff --git a/README.md b/README.md index fcd4565aa..8773c66a0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@
-This repository contains verified dlt sources and demo pipelines for each source that you can use as a starting point for your project. +This repository contains verified dlt sources and demo pipelines for each source that you can use as a starting point for your project. ## How to add a verified source to your dlt project `dlt` offers an `init` command that will clone and inject any source with an example pipeline from this repository into your project, setup the credentials and python dependencies. Please follow the step by step instructions in our [docs](https://dlthub.com/docs/walkthroughs/add-a-verified-source). @@ -29,7 +29,7 @@ Join our slack by following the [invitation link](https://dlthub.com/community) Follow this link: [bug report template](https://github.com/dlt-hub/verified-sources/issues/new?template=bug-report.md) ## Requesting a source implementation -Follow this link: [source request template](https://github.com/dlt-hub/verified-sources/issues/new?template=source-request.md) +Follow this link: [source request template](https://github.com/dlt-hub/verified-sources/issues/new?template=request-new-source.md) ## How to contribute Find step by step instruction as well as troubleshooting help in [CONTRIBUTING.md](CONTRIBUTING.md).