From 039a2addcdf59b539bf32648ca45de6b391e9315 Mon Sep 17 00:00:00 2001 From: Sadra Sabouri Date: Tue, 17 Feb 2026 00:03:53 -0800 Subject: [PATCH 1/3] update : issue template updated. --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8299bbe..3b8cac4 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: Discord + url: https://discord.gg/hTPdYK2Qg5 + about: Ask questions and discuss with other IPForce community members - name: Website url: https://openscilab.com/ about: Check out our website for more information From 117d5c5d58355bfd41ec1547c1e1aff7bcf57603 Mon Sep 17 00:00:00 2001 From: Sadra Sabouri Date: Tue, 17 Feb 2026 00:04:05 -0800 Subject: [PATCH 2/3] add : discord links added to readme. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d77a9e4..2eab68a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ built with Python3 GitHub repo size +Discord Channel ## Overview @@ -101,6 +102,12 @@ Just fill an issue and describe it. We'll check it ASAP! - Please complete the issue template +You can also join our discord server + + + Discord Channel + + ## Show Your Support From 5b158c65aa37bfde29e59fe9241498d20d8da2a5 Mon Sep 17 00:00:00 2001 From: Sadra Sabouri Date: Tue, 17 Feb 2026 00:04:12 -0800 Subject: [PATCH 3/3] log : changes logged. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d498c..368cb9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- `README.md` updated ## [0.1] - 2026-02-16 ### Added - `IPv6TransportAdapter` class