Skip to content

Commit 8f77344

Browse files
author
Kristan Kenney
committed
Updates to Readme, Issue Template, and Contribution Guidelines
1 parent 9ea3022 commit 8f77344

File tree

3 files changed

+18
-20
lines changed

3 files changed

+18
-20
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,40 @@
11
How to Contribute
22
==================================================
33

4-
Do you want to contribute to the Hestia Control Panel project? The easiest way to get started is to [submit an issue report](https://github.com/hestiacp/hestia/issues) if you come across a bug or issue. If you're a developer, please feel free to submit a patch/pull request with a fix.
4+
Do you want to contribute to the Hestia Control Panel project? The easiest way to get started is to [submit an issue report](https://github.com/hestiacp/hestia/issues) if you come across a bug or issue. If you are a developer, please feel free to submit your code via pull request for review.
55

6-
**We appreciate all contributions to our project; it is with the help of the open-source community that we are able to build a product that meets users needs.**
6+
**We appreciate and welcome all contributions to our project; it is with the help of the open-source community that we are able to build a product that meets our users needs.**
77

88
Code Contributions & Pull Requests - Guidelines
99
-----------------------
1010

1111
**All pull requests must include:**
12-
1. A brief but descriptive title, such as **Fixed typo in php.ini** or **Updated rebuild_mail_conf function in rebuild.sh**.
12+
1. A brief but descriptive title, such as **Fixed syntax error in php.ini** or **Updated rebuild_mail_conf function in rebuild.sh**.
1313
2. A detailed description of the changes that you've made.
1414
1. Example: "Apache subdomain configuration was incorrect, modified variables in templates to point to the correct files."
1515
3. Only commits which are related to the pull request or issue itself.
1616

1717
### Code formatting and comments:
18-
We ask that you try to follow existing naming schemes and coding conventions as much as possible, and that you please add brief but descriptive comments in your source code to aid other developers in debugging and understanding your code in the future.
18+
We ask that you please try to follow existing naming schemes and coding conventions as much as possible, and that you add brief but descriptive comments in your source code to aid other developers in debugging and understanding your code in the future.
1919

2020
### Squashing commits for smaller changes:
21-
When submitting a pull request with multiple smaller commits which are related to the same issue (or file), we ask that you please **squash your commits** in order to keep the project's commit history clean and easy to follow for other developers.
22-
21+
When submitting a pull request with multiple smaller commits which are related to the same issue (or file), we ask that you please **squash your commits** in order to keep the project's commit history clean and easy to follow for other developers. For example, if you are submitting a fix for two files which contain the same code change, merge those changes into one commit before submitting your request.
2322

2423
### Working with branches:
25-
Development for this project takes place in branches to effectively develop, manage, and test manage new features and code changes, ensuring that that each release meets high quality standards. Our primary branches are as follows:
24+
Development for this project takes place in branches to effectively develop, manage, and test new features and code changes, helping to ensure that each release meets high quality standards. Our primary branches are as follows:
2625

2726
* **master**: Active development code for the the next version of Hestia Control Panel.
28-
* **prerelease**: The next release of Hestia Control Panel which is undergoing testing and quality refinement.
2927
* **release**: The latest stable release code - installation packages generally align with this branch.
3028

31-
We ask that you create a new branch for your work based on **master** or **prerelease**, depending on the code you are contributing. By doing this, you can submit a pull request with only the necessary commits. Please follow the below naming conventions for your work and submit a pull request when it has been completed. Once reviewed and approved, our development team will merge your code into the primary development branch.
29+
We ask that you create a new branch for your work based on **master**, this will allow you to submit only the necessary commits/changes that you've made. We generally adhere to the below naming convention for internal branches; you're welcome to use your own naming conventions so long as your commits follow the guidelines mentioned above.
3230

33-
* **feature/area/name-of-feature**: New features
34-
* **hotfix/000**: Critical security or bug fixes
35-
* **bugfix/000**: Non-critical bug fixes
31+
* **feature-name**: New features
32+
* **bugfix-000**: Bug fixes
3633

37-
**Note**: Replace **area** with Web, DNS, Mail, etc. Replace **000** with the GitHub Issue ID if available, or use a short but descriptive name.
34+
**Note**: Replace **000** with the GitHub Issue ID if available, or use a short but descriptive name.
3835

3936
### Feature freeze:
40-
The general flow of our development process is that new features or work begin in a new branch derived from **master**. Once the work has been completed and reviewed, it is then submitted via Pull Request for further review and inclusion into the main code base. Once a release has reached a point where slated new features have been incorporated and the build has gone through testing and validation, it will then enter a "feature freeze" state where only fixes to the existing functionality will be merged for inclusion and be pushed to the **prerelease** branch. Once any remaining known issues have been resolved and the build is considered stable, the code is then pushed to **release** and the cycle starts all over again.
41-
42-
**master** -> **prerelease** -> **release**
37+
Once development has reached a point where all planned new features have been incorporated, the **master** branch will then enter a "feature freeze" period where only fixes to the existing functionality will be added or merged for inclusion. Once any known issues have been resolved and the build has passed internal validation and testing procedures, it will then be pushed to **release** and tagged with it's respective version number and made available through our APT repositories.
4338

4439
**Please ensure that all pull requests meet the guidelines listed above; those that do not will be rejected and sent back for review.**
4540

ISSUE_TEMPLATE.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@ Please enter your response here (e.g. Ubuntu 18.04.2 LTS)
1616
You can find this information in $HESTIA/conf/hestia.conf by running the following command:
1717
`grep VERSION $HESTIA/conf/hestia.conf`
1818

19-
Please enter your response here (e.g. 1.00.0-190618)
19+
Please enter your response here (e.g. 1.0.1)
2020

2121
### Which branch are you using?
22-
Please enter your response here (e.g master, develop, etc.)
22+
Please enter your response here (e.g release, master, etc.)
23+
24+
### When did this issue occur? After a clean installation, or after an upgrade?
25+
Please enter your response here (e.g the feature stopped working after upgrading to the latest release)
26+
27+
**Note:** If you have upgraded from an older release on an existing server, please let us know which version was previously installed if at all possible.
2328

2429
### Which of the following web server configurations are you using?
2530
- Apache + Nginx (default)

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
==================================================
33
**Current stable release:** Version 1.0.1, released on June 25th, 2019.
44

5-
**Next planned release:** Version 1.0.2 - minor bug fixes & improvements, currently available for testing in the **prerelease** branch. Please see "Installing development builds" for more information.
6-
75
What is Hestia Control Panel?
86
----------------------------
97
* An open source web server control panel with an easy-to-use interface.

0 commit comments

Comments
 (0)