From 4c4b38c35f8604623c607ae58df390f067c77fc5 Mon Sep 17 00:00:00 2001 From: Gabriel Tem Pass <41839984+gabrieltempass@users.noreply.github.com> Date: Thu, 9 May 2024 17:41:52 -0300 Subject: [PATCH] docs: Update URLs to GitHub Discussions --- CONTRIBUTING.md | 8 ++++---- README.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 477a65f..dcab043 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,10 +3,10 @@ Thanks for your interest in helping improve abtester! This guide is for people who want to contribute code to the project. There are other ways to contribute, such as [reporting a bug](https://github.com/gabrieltempass/ab-tester/issues/new?title=Your%20bug%20report%20title%20here&body=Your%20bug%20report%20description%20here) -or [requesting a feature](https://github.com/gabrieltempass/ab-tester/issues/new?title=Your%20feature%20request%20title%20here&body=Your%20feature%20request%20description%20here). -You can also just [ask a question](https://github.com/gabrieltempass/ab-tester/issues/new?title=Your%20question%20title%20here&body=Your%20question%20description%20here), -or join the discussions in the [community forum](https://discord.gg/RAt8XbRrKc). -Note that we have a [code of conduct](https://github.com/gabrieltempass/abtester/blob/main/CODE_OF_CONDUCT.md), +or [requesting a feature](https://github.com/gabrieltempass/abtester/discussions/categories/ideas). +You can also just [ask a question](https://github.com/gabrieltempass/abtester/discussions/categories/q-a), +or [join the discussions](https://github.com/gabrieltempass/abtester/discussions) with the community. +Note that we have a [code of conduct](https://github.com/gabrieltempass/abtester/discussions), please follow it in all your interactions with the project. ## Before starting diff --git a/README.md b/README.md index 4c89392..c39404f 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ In a properly designed A/B test, a difference between the groups is either due t You are welcome to help develop abtester! There are multiple ways to contribute, such as [reporting a bug](https://github.com/gabrieltempass/ab-tester/issues/new?title=Your%20bug%20report%20title%20here&body=Your%20bug%20report%20description%20here) -or [requesting a feature](https://github.com/gabrieltempass/ab-tester/issues/new?title=Your%20feature%20request%20title%20here&body=Your%20feature%20request%20description%20here). -You can also just [ask a question](https://github.com/gabrieltempass/ab-tester/issues/new?title=Your%20question%20title%20here&body=Your%20question%20description%20here), -or join the discussions in the [community forum](https://discord.gg/RAt8XbRrKc). +or [requesting a feature](https://github.com/gabrieltempass/abtester/discussions/categories/ideas). +You can also just [ask a question](https://github.com/gabrieltempass/abtester/discussions/categories/q-a), +or [join the discussions](https://github.com/gabrieltempass/abtester/discussions) with the community. To submit code for a pull request, make sure to read the [guide on how to contribute](https://github.com/gabrieltempass/abtester/blob/main/CONTRIBUTING.md).