Merge branch 'next' of github.com:coollabsio/coolify into next
This commit is contained in:
		
							
								
								
									
										82
									
								
								.github/ISSUE_TEMPLATE/BUG_REPORT.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										82
									
								
								.github/ISSUE_TEMPLATE/BUG_REPORT.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,46 +1,70 @@
 | 
				
			|||||||
name: Bug report
 | 
					name: Bug Report
 | 
				
			||||||
description: "Create a new bug report."
 | 
					description: "File a new bug report"
 | 
				
			||||||
title: "[Bug]: "
 | 
					title: "[Bug]: "
 | 
				
			||||||
 | 
					labels: ["🐛 Bug", "🔍 Triage"]
 | 
				
			||||||
body:
 | 
					body:
 | 
				
			||||||
  - type: markdown
 | 
					  - type: markdown
 | 
				
			||||||
    attributes:
 | 
					    attributes:
 | 
				
			||||||
      value: >-
 | 
					      value: |
 | 
				
			||||||
        # 💎 Bounty program (with
 | 
					        # Important
 | 
				
			||||||
        [algora.io](https://console.algora.io/org/coollabsio/bounties/new))
 | 
					        - **Ensure you are using the latest version of Coolify before reporting a bug.**
 | 
				
			||||||
 | 
					        - If you would like to prioritize the issue resolution, consider adding a bounty to this issue through our [Bounty Program](https://console.algora.io/org/coollabsio/bounties/new).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
        If you would like to prioritize the issue resolution, you can add bounty
 | 
					 | 
				
			||||||
        to this issue.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        Click [here](https://console.algora.io/org/coollabsio/bounties/new) to
 | 
					 | 
				
			||||||
        get started.
 | 
					 | 
				
			||||||
  - type: textarea
 | 
					  - type: textarea
 | 
				
			||||||
 | 
					    id: error-and-logs
 | 
				
			||||||
    attributes:
 | 
					    attributes:
 | 
				
			||||||
      label: Description
 | 
					      label: Error Message and Logs
 | 
				
			||||||
      description: A clear and concise description of the problem
 | 
					      description: Provide a detailed description of the error or exception you encountered, along with any relevant log output.
 | 
				
			||||||
  - type: textarea
 | 
					 | 
				
			||||||
    attributes:
 | 
					 | 
				
			||||||
      label: Minimal Reproduction (if possible, example repository)
 | 
					 | 
				
			||||||
      description: Please provide a step by step guide to reproduce the issue.
 | 
					 | 
				
			||||||
    validations:
 | 
					    validations:
 | 
				
			||||||
      required: true
 | 
					      required: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - type: textarea
 | 
					  - type: textarea
 | 
				
			||||||
 | 
					    id: reproduction-steps
 | 
				
			||||||
    attributes:
 | 
					    attributes:
 | 
				
			||||||
      label: Exception or Error
 | 
					      label: Steps to Reproduce
 | 
				
			||||||
      description: Please provide error logs if possible.
 | 
					      description: Provide a step-by-step guide to reproduce the issue (please do this in detail otherwise we will not be able to help you).
 | 
				
			||||||
 | 
					      value: |
 | 
				
			||||||
 | 
					        1. 
 | 
				
			||||||
 | 
					        2. 
 | 
				
			||||||
 | 
					        3.
 | 
				
			||||||
 | 
					        4.
 | 
				
			||||||
 | 
					    validations:
 | 
				
			||||||
 | 
					      required: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - type: input
 | 
					  - type: input
 | 
				
			||||||
 | 
					    id: example-repo
 | 
				
			||||||
    attributes:
 | 
					    attributes:
 | 
				
			||||||
      label: Version
 | 
					      label: Example Repository URL
 | 
				
			||||||
      description: Coolify's version (see top of your screen).
 | 
					      description: If applicable, provide a URL to a repository demonstrating the issue.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - type: input
 | 
				
			||||||
 | 
					    id: coolify-version
 | 
				
			||||||
 | 
					    attributes:
 | 
				
			||||||
 | 
					      label: Coolify Version
 | 
				
			||||||
 | 
					      description: Please provide the coolify version you are using. Found in the top left corner of your Coolify dashboard.
 | 
				
			||||||
 | 
					      placeholder: "v4.0.0-beta.335"
 | 
				
			||||||
    validations:
 | 
					    validations:
 | 
				
			||||||
      required: true
 | 
					      required: true
 | 
				
			||||||
  - type: checkboxes
 | 
					
 | 
				
			||||||
 | 
					  - type: dropdown
 | 
				
			||||||
 | 
					    id: cloud-version
 | 
				
			||||||
    attributes:
 | 
					    attributes:
 | 
				
			||||||
      label: Cloud?
 | 
					      label: Are you using Coolify Cloud?
 | 
				
			||||||
      description: "Are you using the cloud version of Coolify?"
 | 
					 | 
				
			||||||
      options:
 | 
					      options:
 | 
				
			||||||
        - label: 'Yes'
 | 
					        - "No (self-hosted)"
 | 
				
			||||||
          required: false
 | 
					        - "Yes (Coolify Cloud)"
 | 
				
			||||||
        - label: 'No'
 | 
					    validations:
 | 
				
			||||||
          required: false
 | 
					      required: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - type: input
 | 
				
			||||||
 | 
					    id: os-version
 | 
				
			||||||
 | 
					    attributes:
 | 
				
			||||||
 | 
					      label: Operating System and Version (self-hosted)
 | 
				
			||||||
 | 
					      description: Run `cat /etc/os-release` or `lsb_release -a` in your terminal and provide the operating system and version.
 | 
				
			||||||
 | 
					      placeholder: "Ubuntu 22.04"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - type: textarea
 | 
				
			||||||
 | 
					    id: additional-info
 | 
				
			||||||
 | 
					    attributes:
 | 
				
			||||||
 | 
					      label: Additional Information
 | 
				
			||||||
 | 
					      description: Any other relevant details about the issue.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -45,7 +45,7 @@
 | 
				
			|||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        <div class="pt-4">
 | 
					        <div class="pt-4">
 | 
				
			||||||
            If you have any problem, please <a class="underline dark:text-white" href="{{ config('coolify.contact') }}"
 | 
					            If you have any problems, please <a class="underline dark:text-white" href="{{ config('coolify.contact') }}"
 | 
				
			||||||
                target="_blank">contact us.</a>
 | 
					                target="_blank">contact us.</a>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    @endif
 | 
					    @endif
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user