forked from shlinkio/shlink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request shlinkio#1933 from shlinkio/develop
Release 3.7.0
- Loading branch information
Showing
159 changed files
with
2,014 additions
and
734 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
title: 'Help wanted' | ||
body: | ||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: Shlink version | ||
placeholder: x.y.z | ||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: PHP version | ||
placeholder: x.y.z | ||
- type: dropdown | ||
validations: | ||
required: true | ||
attributes: | ||
label: How do you serve Shlink | ||
options: | ||
- Self-hosted Apache | ||
- Self-hosted nginx | ||
- Self-hosted openswoole | ||
- Self-hosted RoadRunner | ||
- Openswoole Docker image | ||
- RoadRunner Docker image | ||
- Other (explain in summary) | ||
- type: dropdown | ||
validations: | ||
required: true | ||
attributes: | ||
label: Database engine | ||
options: | ||
- MySQL | ||
- MariaDB | ||
- PostgreSQL | ||
- MicrosoftSQL | ||
- SQLite | ||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: Database version | ||
placeholder: x.y.z | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Summary | ||
value: '<!-- Describe your issue, question or request here. -->' | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
name: Bug report | ||
description: Something on Shlink is broken or not working as documented? | ||
labels: ['bug'] | ||
body: | ||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: Shlink version | ||
placeholder: x.y.z | ||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: PHP version | ||
placeholder: x.y.z | ||
- type: dropdown | ||
validations: | ||
required: true | ||
attributes: | ||
label: How do you serve Shlink | ||
options: | ||
- Self-hosted Apache | ||
- Self-hosted nginx | ||
- Self-hosted openswoole | ||
- Self-hosted RoadRunner | ||
- Openswoole Docker image | ||
- RoadRunner Docker image | ||
- Other (explain in summary) | ||
- type: dropdown | ||
validations: | ||
required: true | ||
attributes: | ||
label: Database engine | ||
options: | ||
- MySQL | ||
- MariaDB | ||
- PostgreSQL | ||
- MicrosoftSQL | ||
- SQLite | ||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: Database version | ||
placeholder: x.y.z | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Current behavior | ||
value: '<!-- How is it actually behaving (and it should not)? -->' | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Expected behavior | ||
value: '<!-- How did you expect it to behave? -->' | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: How to reproduce | ||
value: '<!-- Provide steps to reproduce the bug. -->' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Feature request | ||
description: Do you find Shlink is missing some important feature that would make it more useful? | ||
labels: ['feature'] | ||
body: | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Summary | ||
value: '<!-- Describe the new feature you would like to request. -->' | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Use case | ||
value: '<!-- Explain why do you think this feature would be useful, and what problems would it help to solve. -->' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Question - Support | ||
about: Do you need help setting up or using Shlink? | ||
url: https://github.com/shlinkio/shlink/discussions/new?category=help-wanted |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.