From 0d0c7bee6e4de9875b9c76ea4748432f0e736c66 Mon Sep 17 00:00:00 2001 From: Almar Klein Date: Tue, 1 Dec 2020 15:00:40 +0100 Subject: [PATCH 1/2] update contributing.md to remove reference to outdated components archetype --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 760d92301..015538c5b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Refer to the [readme](README.md) for installation and development instructions. ## Contributions -[Dash Core Components][] consist of pluggable components for creating interactive user interfaces. For generic HTML5 elements, see [Dash HTML Components][]. Contributions are welcome! This repository's open [issues][] are a good place to start. Another way to contribute is to [write your own components][] using the [Dash Components Archetype][]. +[Dash Core Components][] consist of pluggable components for creating interactive user interfaces. For generic HTML5 elements, see [Dash HTML Components][]. Contributions are welcome! This repository's open [issues][] are a good place to start. Another way to contribute is to [write your own components][]. ## Coding Style From 1854d6bab1e13b3faa10631e108791fd0b08723c Mon Sep 17 00:00:00 2001 From: Almar Klein Date: Tue, 1 Dec 2020 15:42:57 +0100 Subject: [PATCH 2/2] Mention component boilerplate instead --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 015538c5b..25bad6f60 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Refer to the [readme](README.md) for installation and development instructions. ## Contributions -[Dash Core Components][] consist of pluggable components for creating interactive user interfaces. For generic HTML5 elements, see [Dash HTML Components][]. Contributions are welcome! This repository's open [issues][] are a good place to start. Another way to contribute is to [write your own components][]. +[Dash Core Components][] consist of pluggable components for creating interactive user interfaces. For generic HTML5 elements, see [Dash HTML Components][]. Contributions are welcome! This repository's open [issues][] are a good place to start. Another way to contribute is to [write your own components][] using for instance the [component boilerplate](https://github.com/plotly/dash-component-boilerplate). ## Coding Style