mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-06 04:41:59 +02:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
884cb96a05 | ||
|
|
1dadbc1482 | ||
|
|
d3c249befe | ||
|
|
ba0aaac583 | ||
|
|
17fac672bf | ||
|
|
4276f6d168 | ||
|
|
592d7a4fc2 | ||
|
|
12d5693a61 | ||
|
|
d8b440691d |
40
.github/ISSUE_TEMPLATE/1_Bug_report.yaml
vendored
Normal file
40
.github/ISSUE_TEMPLATE/1_Bug_report.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
name: 🐛 Bug Report
|
||||
description: ⚠️ NEVER report security issues! Send us an email to security[at]cloudpanel.io
|
||||
labels: Bug
|
||||
|
||||
body:
|
||||
- type: input
|
||||
id: affected-versions
|
||||
attributes:
|
||||
label: CloudPanel version(s) affected
|
||||
placeholder: x.y.z
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: A clear and concise description of the problem
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: how-to-reproduce
|
||||
attributes:
|
||||
label: How to reproduce
|
||||
description: |
|
||||
⚠️ This is the most important part of the report ⚠️
|
||||
Without a way to easily reproduce your issue, there is little chance we will be able to help you and work on a fix.
|
||||
Please, take the time to show us some code and/or config that is needed for others to reproduce the problem easily.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: possible-solution
|
||||
attributes:
|
||||
label: Possible Solution
|
||||
description: |
|
||||
Optional: only if you have suggestions on a fix/reason for the bug
|
||||
- type: textarea
|
||||
id: additional-context
|
||||
attributes:
|
||||
label: Additional Context
|
||||
description: "Optional: any other context about the problem: log messages, screenshots, etc."
|
||||
17
.github/ISSUE_TEMPLATE/2_Feature_request.yaml
vendored
Normal file
17
.github/ISSUE_TEMPLATE/2_Feature_request.yaml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: 🚀 Feature Request
|
||||
description: RFC and ideas for new features and improvements
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: A clear and concise description of the new feature
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: example
|
||||
attributes:
|
||||
label: Example
|
||||
description: |
|
||||
A simple example of the new feature in action (include PHP code, YAML config, etc.)
|
||||
If the new feature changes an existing feature, include a simple before/after comparison.
|
||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Support Question
|
||||
url: https://discord.cloudpanel.io
|
||||
about: We use GitHub issues only to discuss about CloudPanel bugs and new features.
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
[CloudPanel](https://www.cloudpanel.io) is a free and modern server control panel to configure and manage a server with an obsessive focus on simplicity.
|
||||
|
||||
Run **PHP**, **Node.js**, **Static Websites**, and Python applications in no time on a **high-performance technology stack**.
|
||||
Run **PHP**, **Node.js**, **Static Websites**, and Python applications in no time on a **High-Performance Technology Stack**.
|
||||
|
||||
<p align="center">
|
||||
<a href="https://www.cloudpanel.io" target="_blank">
|
||||
@@ -19,7 +19,7 @@ Run **PHP**, **Node.js**, **Static Websites**, and Python applications in no tim
|
||||
- **Free**
|
||||
- **Easy to use**
|
||||
- **Community Driven**
|
||||
- **Modern**
|
||||
- **Blazing Fast Page Loads - Up to 250x faster**
|
||||
- **Secure (free SSL/TLS certificates)**
|
||||
- **Cloudflare integration**
|
||||
- **High Performance**
|
||||
|
||||
Reference in New Issue
Block a user