You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`main`| Contains a snapshot of the latest development code.<br>**Not intended for production use and may be unstable.**| Daily |
30
+
|`main`| Contains a snapshot of the latest development code.<br>**Not intended for production use and contains code from a merge snapshot.**| Daily |
31
31
|`beta`| Contains a snapshot of the next version which is currently in testing.<br>**Not intended for production but should be highly stable.**| Weekly |
32
-
|`release`| Contains a snapshot of the latest stable release.<br>**Intended for production use. Same code as packages in repository.**| Monthly |
32
+
|`release`| Contains a snapshot of the latest stable release.<br>**Intended for production use. This repository contains the same code as our compiled packages.**| Monthly |
33
33
34
34
### Creating a new branch and submitting pull requests
35
35
The first step is to create a fork of the `hestiacp/hestiacp` repository under your account so that you may submit pull requests and patches via GitHub.
36
36
37
37
Once you've created your fork, clone the repository to your computer and make sure that you've checked out the `main` branch. **Always** create a new topic branch for you work. When submitting pull requests it is important that you target the correct branch to ensure that your changes are properly integrated and tested based on our release schedule. When creating a new branch, we ask that you please adhere to the following naming conventions as much as possible:
38
38
39
39
### Branch naming convention:
40
-
-**Prefix:**`topic/` (such as **bugfix**, **feature**, **refactor**, etc.)
40
+
-**Prefix:**`topic/` (such as **fix**, **feature**, **refactor**, etc.)
41
41
-**ID**: `888` (GitHub Issue ID if an issue exists) -or- `2020-07` (Year-Month if an issue does not already exist)
42
42
-**Separator:**`_` (underscore)
43
43
-**Title:**`my-awesome-patch`
@@ -49,7 +49,7 @@ Branch name examples:
49
49
*`test/2020-07_mail-domain-ssl`
50
50
51
51
### Squashing commits for smaller changes
52
-
When submitting a pull request with multiple smaller commits which are related to the same file or issue, we ask that you please **squash your commits** whenever appropriate in order to keep the project's commit history clean and easy to follow for other developers.
52
+
To aid other developers and keep the project's commit history clean, please **squash your commits** when it's appropriate. For example with smaller commits related to the same piece of code, such as commits labelled "Fixed item 1", "Adjusted color of button XYZ", "Adjusted alignment of button XYZ" can be squashed into one commit with the title "Fixed button issues in item".
53
53
54
54
### What happens when I submit a pull request?
55
55
- Our internal development team will review your work and validate your request.
Copy file name to clipboardExpand all lines: ISSUE_TEMPLATE.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@
8
8
Please enter your answer here (e.g. When I try adding a web domain, an error message appeared stating that the php-fpm pool did not exist).
9
9
10
10
### What steps did you take when the issue occured?
11
-
1. Ex.: Click on the Web tab
12
-
2. Ex.: Click on Add Web Domain
11
+
1. Ex.: Click on the "Web" tab.
12
+
2. Ex.: Click on "Add Web Domain".
13
13
3. Ex.: Attempted to add a domain and received an Internal Server Error.
14
14
15
15
### Expected behavior:
@@ -19,7 +19,7 @@ Please enter your answer here (e.g. the web domain should have been added succes
19
19
Please enter your answer here (e.g. Ubuntu 20.04 LTS)
20
20
21
21
### Hestia Control Panel version:
22
-
Please enter your answer here (e.g. 1.2.0).
22
+
Please enter your answer here (e.g. 1.3.0).
23
23
24
24
### Additional notes:
25
-
If there is anything else that you'd like us to know about this issue, feel free to share here.
25
+
If there is anything else that you'd like us to know about this issue that will help us diagnose and troubleshoot more effectively, such as links to forum posts or other discussions, please feel free to share here.
0 commit comments