-
-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update readme :( * add sponsor button * disable issues and point to discussions instead (for improved triaging).
- Loading branch information
Showing
5 changed files
with
126 additions
and
0 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,64 @@ | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Create a bug report to help us improve, do not ignore the [REQUIRED] sections. | ||
We understand this can be frustrating, take your time and relax. We are usually | ||
pretty quick to answer. :) | ||
Valid bug report will be converted into proper issues to track their advancement. | ||
- type: input | ||
id: lychee-version | ||
attributes: | ||
label: Lychee version | ||
description: Which version of Lychee are you using? Please provide the full version, e.g. v3.2.6. | ||
placeholder: v5.1.2 | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: php-version | ||
attributes: | ||
label: Which PHP version are you using? | ||
options: | ||
- PHP 8.3 | ||
- PHP 8.2 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Detailed description of the problem | ||
description: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce the issue | ||
description: | | ||
Which steps do we need to take to reproduce the problem you are having? | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
- type: textarea | ||
attributes: | ||
label: Diagnostics [REQUIRED] | ||
description: | | ||
Paste here is the content of your diagnostics. | ||
*(Settings => Diagnostics or https://example.com/Diagnostics or `php artisan lychee:diagnostics`)* | ||
placeholder: | | ||
``` | ||
Paste result here | ||
``` | ||
- type: checkboxes | ||
attributes: | ||
label: Please confirm (incomplete submissions will not be addressed) | ||
options: | ||
- label: I have provided easy and step-by-step instructions to reproduce the bug. | ||
required: true | ||
- label: I understand my bug report will be removed if I haven't met the criteria above. | ||
required: true |
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,14 @@ | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Suggest an idea for this project. :) | ||
Valid ideas will be converted into proper issues to track their advancement. | ||
- type: textarea | ||
attributes: | ||
label: Enhancement | ||
description: Explain in a few words which functionality or improvements you would like to see in Lychee. | ||
validations: | ||
required: true |
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,13 @@ | ||
# These are supported funding model platforms | ||
|
||
github: LycheeOrg # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] | ||
# patreon: # Replace with a single Patreon username | ||
open_collective: LycheeOrg | ||
# ko_fi: # Replace with a single Ko-fi username | ||
# tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
# liberapay: # Replace with a single Liberapay username | ||
# issuehunt: # Replace with a single IssueHunt username | ||
# otechie: # Replace with a single Otechie username | ||
# lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry | ||
# custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] |
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,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: I think I found a bug! | ||
url: https://github.com/LycheeOrg/Lychee/discussions/new?category=bugs | ||
about: Please submit your a bug here. | ||
- name: I have an idea/suggestion. | ||
url: https://github.com/LycheeOrg/Lychee/discussions/new?category=ideas | ||
about: Please submit your ideas here. | ||
- name: I have a question. | ||
url: https://github.com/LycheeOrg/Lychee/discussions/new?category=q-a | ||
about: Please ask and answer questions here. |
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