Skip to content

Commit 8a4090a

Browse files
committed
fix(handbook): fix typos
1 parent 951031d commit 8a4090a

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

handbook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build the documentation
22

3-
The documentation is built using Github pages on each commit to the main branch.
3+
The documentation is built using GitHub pages on each commit to the main branch.
44

55
## Build locally
66

handbook/commit_messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ nav_order: 6
99
A commit message is a brief description of the changes made in a commit. It is a way to communicate the purpose of the change to other developers.
1010
A good commit message helps to understand the changes made in the commit and why they were made.
1111

12-
All Netesis projects follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard for commit messages.
12+
All Nethesis projects follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard for commit messages.
1313

1414
## Conventional Commits standard
1515

handbook/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: default
3-
title: Developer Handbook
3+
title: Development Handbook
44
nav_order: 1
55
---
66

7-
# Nethesis Developer Handbook
7+
# Nethesis development process handbook
88
{: .no_toc }
99

10-
[Nethesis](https://www.nethesis.it) is an Italian company specializing in the development and suppoer of Open Source software solutions.
10+
[Nethesis](https://www.nethesis.it) is an Italian company specialized in the development and support of Open Source software solutions.
1111
Nethesis offers a range of services including consulting, support, and training to ensure that their clients can effectively implement and benefit from their solutions.
1212

1313
This handbook is intended to provide a comprehensive guide to the development process at Nethesis.

handbook/issues.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Issues can be tagged using a set of well-known labels:
144144
to other related issue when using this tag.
145145

146146
Before introducing new labels, please discuss them with the development team
147-
and make sure to describe carefully the new label inside the [NethServer label page](https://github.com/NethServer/dev/labels) or [NethSecurity labl page](https://github.com/NethServer/nethsecurity/labels).
147+
and make sure to describe carefully the new label inside the [NethServer label page](https://github.com/NethServer/dev/labels) or [NethSecurity label page](https://github.com/NethServer/nethsecurity/labels).
148148

149149
## Process the issue
150150

@@ -155,7 +155,7 @@ If a developer assigns a draft issue to themselves, it indicates their intention
155155
This helps the developer keep track of pending tasks to address after completing their current task.
156156

157157
When an issue is marked as in progress, it means that the assignee is actively working on it.
158-
Multiple assignees can collaborate on the same issue.
158+
Multiple assignee can collaborate on the same issue.
159159

160160
Thus, the assignee not only shows who is responsible for a task but also assists in future planning and task management.
161161

@@ -238,5 +238,5 @@ After the *QA member* has completed the testing phase:
238238

239239
When the package is CLOSED, all related [documentation](#documentation) must be in place.
240240

241-
At any time of the issue lifecycle they ensure that there are no release
241+
At any time of the issue life-cycle they ensure that there are no release
242242
conflict with other issues.

handbook/management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ The meeting should include the following topics:
4646
- discussion of any blockers or issues
4747
- planning for the next steps
4848

49-
A good pratice is to schedule the metting on fixed day and time, so everyone can plan their work accordingly.
49+
A good practice is to schedule the meeting on fixed day and time, so everyone can plan their work accordingly.
5050
If there is nothing to discuss, the team can just meet for a quick check-in.
5151

5252
## Project boards
5353

5454
Project boards are used to track the progress of issues and requests. They are divided into columns that represent the status of the issue. The active project boards are:
5555

5656
- [NethServer](https://github.com/orgs/NethServer/projects/8): NethServer is container orchestration platform, it contains the core modules and many applications, including NethVoice
57-
- [NethVoice](https://github.com/orgs/NethServer/projects/11): NethVoice is a VoIP platform, it's a module of NethServer and it contains many submodules like the PBX, a CTI and a desktop client
57+
- [NethVoice](https://github.com/orgs/NethServer/projects/11): NethVoice is a VoIP platform, it's a module of NethServer and it contains many sub-modules like the PBX, a CTI and a desktop client
5858
- [NethSecurity](https://github.com/orgs/NethServer/projects/10): NethSecurity is an UTM firewall, based on OpenWrt
5959

6060
### Project views

handbook/pull_requests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A pull request is a way to submit contributions to a project. It is a request to
1414

1515
In NethServer, each repository is associated with one or more container images: changes to the code
1616
produce new releases of modules.
17-
In NethtSecurity, most of the work is done on the main repository: changes to the code produce new packages or a new image.
17+
In NethSecurity, most of the work is done on the main repository: changes to the code produce new packages or a new image.
1818

1919
## Pull requests
2020

@@ -33,7 +33,7 @@ When submitting a PR, check that:
3333
3. PR comment contains a link to the related issue, in the form:
3434

3535
- for NethServer and NethVoice ``NethServer/dev#<number>`` like NethServer/dev#1122
36-
- for NethtSecurity ``#<number>`` when committing to the main repositority, like `#1145` or ``NethServer/nethsecurity#<number>`` like ``NethServer/nethsecurity#1155`` when committing to a module repository
36+
- for NethtSecurity ``#<number>`` when committing to the main repository, like `#1145` or ``NethServer/nethsecurity#<number>`` like ``NethServer/nethsecurity#1155`` when committing to a module repository
3737

3838
4. PR comment describes the changes and how the feature is supposed to work
3939

handbook/version_numbering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ the development process.
2727
site](https://semver.org/). Stable releases are published and deployed
2828
to production systems.
2929

30-
- **Pre-releases or testing releases** include a prerelease suffix. This
30+
- **Pre-releases or testing releases** include a pre-release suffix. This
3131
consists of a `-` (minus sign), a word, a dot `.`, and a number, e.g.,
3232
`1.3.0-testing.3`. Testing releases are meant for development. In rare
3333
cases, they can be used in production, but only if they address specific

0 commit comments

Comments
 (0)