Skip to content

Commit 6677adf

Browse files
author
Kristan Kenney
committed
Merge branch 'staging/docs' into staging/release/v1.3.0
2 parents 100babd + c1562bd commit 6677adf

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ We have three primary or "evergreen" branches, which exist throughout our produc
2727

2828
| Branch | Description | Cycle |
2929
|---------------|:---------------:|:---------------:|
30-
| `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 |
3131
| `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 |
3333

3434
### Creating a new branch and submitting pull requests
3535
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.
3636

3737
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:
3838

3939
### Branch naming convention:
40-
- **Prefix:** `topic/` (such as **bugfix**, **feature**, **refactor**, etc.)
40+
- **Prefix:** `topic/` (such as **fix**, **feature**, **refactor**, etc.)
4141
- **ID**: `888` (GitHub Issue ID if an issue exists) -or- `2020-07` (Year-Month if an issue does not already exist)
4242
- **Separator:** `_` (underscore)
4343
- **Title:** `my-awesome-patch`
@@ -49,7 +49,7 @@ Branch name examples:
4949
* `test/2020-07_mail-domain-ssl`
5050

5151
### 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".
5353

5454
### What happens when I submit a pull request?
5555
- Our internal development team will review your work and validate your request.

ISSUE_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
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).
99

1010
### 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".
1313
3. Ex.: Attempted to add a domain and received an Internal Server Error.
1414

1515
### Expected behavior:
@@ -19,7 +19,7 @@ Please enter your answer here (e.g. the web domain should have been added succes
1919
Please enter your answer here (e.g. Ubuntu 20.04 LTS)
2020

2121
### 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).
2323

2424
### 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.

SECURITY.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Reporting a Vulnerability
44

5-
If you have discovered a vulnerability in Hestia Control Panel,
6-
let our development team know via e-mail at info@hestiacp.com and
7-
we will respond as soon as possible.
5+
If you believe that you have have discovered a vulnerability in Hestia Control Panel,
6+
please let our development team know via email at info@hestiacp.com.
7+
8+
We ask that you please include a detailed description of the vulnerability,
9+
a list of services involved (e.g. exim, dovecot) and the versions which you've tested,
10+
full steps to reproduce the vulnerability, and include your findings and expected results.

0 commit comments

Comments
 (0)