From d6a13612f7367dc4421e928b6f5c4dd400a516dc Mon Sep 17 00:00:00 2001 From: Steffen Slavetinsky <30174043+steffenslavetinsky@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:30:39 +0200 Subject: [PATCH 1/5] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e774d543..54703128 100644 --- a/README.md +++ b/README.md @@ -153,3 +153,11 @@ We have added crash report and perfomance collection. We do NOT collect user dat - 🤗 [Huggingface](https://huggingface.co/renumics) example spaces and datasets - 🏀 [Playbook](https://renumics.com/docs/playbook/) for data-centric AI workflows - 🍰 [Sliceguard](https://github.com/Renumics/sliceguard) library for automatic slice detection + +## Contribute + +We are currently participating in the running [Hacktoberfest 2023](https://hacktoberfest.com/). + +If you would like to contribute to Spotlight, the easiest way is to have a look at our [Contribution Docs](https://renumics.com/docs/development) and the [CONTRIBUTION.md](./CONTRIBUTION.md). + +We are also equally happy about non-code contributions -- whether it's reporting bugs, suggesting features, contributing design ideas, or offering feedback, every non-code contribution is highly valued and helps make our project better for everyone. From 199b21b5b0c9931f3efd00f2ffa8074f0b50e69e Mon Sep 17 00:00:00 2001 From: Steffen Slavetinsky <30174043+steffenslavetinsky@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:40:02 +0200 Subject: [PATCH 2/5] Create CONTRIBUTING.md --- CONTRIBUTING.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..d76251d4 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,20 @@ +# Contribute to Spotlight + +Everyone is welcome to contribute, and we value everybody's contribution. Code +contributions are not the only way to help the community. +Reported bugs, suggested features, contributing design ideas, +or offering feedback are alse extremely valuable to us. + +Technical details on how to contribute can be found in our [documentation](https://renumics.com/docs/development). + +## Ways to contribute + +There are several ways you can contribute to Spotlight: + +* Fix outstanding issues. +* Implement new features. +* Submit issues related to bugs or desired new features. +* Share your use case + +If you don't know where to start, you might want to have a look at [hacktoberfest issues]() +and our guide on how to create a [new Lens](https://renumics.com/docs/development/lenses) From 2970bb91f61712b7801e0b8ef747bf08f6bccaa7 Mon Sep 17 00:00:00 2001 From: Steffen Slavetinsky <30174043+steffenslavetinsky@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:40:26 +0200 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54703128..1f324915 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,6 @@ We have added crash report and perfomance collection. We do NOT collect user dat We are currently participating in the running [Hacktoberfest 2023](https://hacktoberfest.com/). -If you would like to contribute to Spotlight, the easiest way is to have a look at our [Contribution Docs](https://renumics.com/docs/development) and the [CONTRIBUTION.md](./CONTRIBUTION.md). +If you would like to contribute to Spotlight, the easiest way is to have a look at our [Contribution Docs](https://renumics.com/docs/development) and the [CONTRIBUTING.md](./CONTRIBUTING.md). We are also equally happy about non-code contributions -- whether it's reporting bugs, suggesting features, contributing design ideas, or offering feedback, every non-code contribution is highly valued and helps make our project better for everyone. From 4da5d77c41fca16867a9108171f64ddf488d8e11 Mon Sep 17 00:00:00 2001 From: Steffen Slavetinsky <30174043+steffenslavetinsky@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:03:47 +0200 Subject: [PATCH 4/5] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d76251d4..f0b7fd73 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,5 +16,5 @@ There are several ways you can contribute to Spotlight: * Submit issues related to bugs or desired new features. * Share your use case -If you don't know where to start, you might want to have a look at [hacktoberfest issues]() +If you don't know where to start, you might want to have a look at [hacktoberfest issues](https://github.com/Renumics/spotlight/issues?q=is%3Aissue+is%3Aopen+label%3Ahacktoberfest) and our guide on how to create a [new Lens](https://renumics.com/docs/development/lenses) From dff73757b123bb841cdf4c51da3270d59d86a885 Mon Sep 17 00:00:00 2001 From: Steffen Slavetinsky <30174043+steffenslavetinsky@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:05:35 +0200 Subject: [PATCH 5/5] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f0b7fd73..d6628c4f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,4 +17,4 @@ There are several ways you can contribute to Spotlight: * Share your use case If you don't know where to start, you might want to have a look at [hacktoberfest issues](https://github.com/Renumics/spotlight/issues?q=is%3Aissue+is%3Aopen+label%3Ahacktoberfest) -and our guide on how to create a [new Lens](https://renumics.com/docs/development/lenses) +and our guide on how to create a [new Lens](https://renumics.com/docs/development/lenses).