Skip to content

Commit

Permalink
rename template buttons (#340)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
adrianbr and rudolfix authored Mar 5, 2024
1 parent 53bcbaa commit 980e356
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</div>
<br>

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).
Expand All @@ -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).
Expand Down

0 comments on commit 980e356

Please sign in to comment.