mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-18 02:55:51 +00:00
Forward questions to the global discussions repo
This commit is contained in:
parent
979f002f0c
commit
ea420936fa
24
.github/DISCUSSION_TEMPLATE/q-a.yml
vendored
24
.github/DISCUSSION_TEMPLATE/q-a.yml
vendored
@ -1,24 +0,0 @@
|
|||||||
title: 'Q&A'
|
|
||||||
body:
|
|
||||||
- type: input
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
attributes:
|
|
||||||
label: shlink-web-client version
|
|
||||||
placeholder: x.y.z
|
|
||||||
- type: dropdown
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
attributes:
|
|
||||||
label: How do you use shlink-web-client
|
|
||||||
options:
|
|
||||||
- https://app.shlink.io
|
|
||||||
- Docker image
|
|
||||||
- Self-hosted
|
|
||||||
- Other (explain in summary)
|
|
||||||
- type: textarea
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
attributes:
|
|
||||||
label: Summary
|
|
||||||
value: '<!-- Describe your issue, question or request here. -->'
|
|
||||||
7
.github/ISSUE_TEMPLATE.md
vendored
7
.github/ISSUE_TEMPLATE.md
vendored
@ -1,7 +0,0 @@
|
|||||||
<!--
|
|
||||||
Before opening an issue, just take into account that this is a completely free of charge and open source project.
|
|
||||||
I'm always happy to help and provide support, but some understanding will be expected.
|
|
||||||
I do this in my own free time, so expect some delays when implementing new features and fixing bugs, and don't take it personal if an issue gets eventually closed.
|
|
||||||
You may also be asked to provide tests or ways to reproduce reported bugs.
|
|
||||||
Try to be polite, and understand it is impossible for an OSS project to cover all use cases.
|
|
||||||
-->
|
|
||||||
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -2,4 +2,4 @@ blank_issues_enabled: true
|
|||||||
contact_links:
|
contact_links:
|
||||||
- name: Question - Support
|
- name: Question - Support
|
||||||
about: Do you need help setting up or using shlink-web-client?
|
about: Do you need help setting up or using shlink-web-client?
|
||||||
url: https://github.com/shlinkio/shlink-web-client/discussions/new?category=q-a
|
url: https://github.com/orgs/shlinkio/discussions/new?category=help-wanted
|
||||||
|
|||||||
@ -4,14 +4,14 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).
|
||||||
|
|
||||||
## [Unreleased]
|
## [4.4.1] - 2025-06-23
|
||||||
### Added
|
### Added
|
||||||
* *Nothing*
|
* *Nothing*
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* [shlink-web-component#661](https://github.com/shlinkio/shlink-web-component/issues/661) and [#1571](https://github.com/shlinkio/shlink-web-client/issues/1571) Fully replace bootstrap with tailwind.
|
* [shlink-web-component#661](https://github.com/shlinkio/shlink-web-component/issues/661) and [#1571](https://github.com/shlinkio/shlink-web-client/issues/1571) Fully replace bootstrap with tailwind.
|
||||||
* Add the new light theme brand color.
|
* Add the new light theme brand color.
|
||||||
* Update to `@shlinkio/shlink-frontend-kit` 2.0.0 and `@shlinkio/shlink-web-component` 0.15
|
* Update to `@shlinkio/shlink-frontend-kit` 1.0.0 and `@shlinkio/shlink-web-component` 0.15
|
||||||
* Replace reactstrap nav bar with `NavBar` component from `@shlinkio/shlink-frontend-kit`
|
* Replace reactstrap nav bar with `NavBar` component from `@shlinkio/shlink-frontend-kit`
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user