Skip to content

Commit f8b88fb

Browse files
authored
Discord (#7)
* update : issue template updated. * add : discord links added to readme. * log : changes logged.
1 parent 5178b4e commit f8b88fb

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
3+
- name: Discord
4+
url: https://discord.gg/hTPdYK2Qg5
5+
about: Ask questions and discuss with other IPForce community members
36
- name: Website
47
url: https://openscilab.com/
58
about: Check out our website for more information

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Changed
9+
- `README.md` updated
810
## [0.1] - 2026-02-16
911
### Added
1012
- `IPv6TransportAdapter` class

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/built%20with-Python3-green.svg" alt="built with Python3"></a>
66
<a href="https://github.com/openscilab/ipforce"><img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/openscilab/ipforce"></a>
77
<a href="https://codecov.io/gh/openscilab/ipforce"><img src="https://codecov.io/gh/openscilab/ipforce/graph/badge.svg?token=8EJBSMPZF1"></a>
8+
<a href="https://discord.gg/hTPdYK2Qg5"><img src="https://img.shields.io/discord/1064533716615049236.svg" alt="Discord Channel"></a>
89
</div>
910
1011
## Overview
@@ -101,6 +102,12 @@ Just fill an issue and describe it. We'll check it ASAP!
101102

102103
- Please complete the issue template
103104

105+
You can also join our discord server
106+
107+
<a href="https://discord.gg/hTPdYK2Qg5">
108+
<img src="https://img.shields.io/discord/1064533716615049236.svg?style=for-the-badge" alt="Discord Channel">
109+
</a>
110+
104111

105112
## Show Your Support
106113

0 commit comments

Comments
 (0)