Skip to content

Commit c57f06d

Browse files
committed
Fixing typos.
1 parent 84f95ab commit c57f06d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
- [GitHub Flow](#github-flow)
55
- [How to work with GitHub Flow](#how-to-work-with-github-flow)
66
- [Working with Forks and Pull Requests](#working-with-forks-and-pull-requests)
7-
- [Bugfixing And Securityfixing Released Features](#bugfixing-and-securityfixing-released-features)
8-
- [Working with Issues/How to Contribute in Issues](#working-with-issueshow-to-contribute-in-issues)
7+
- [Bugfixing and Security Fixing Released Features](#bugfixing-and-security-fixing-released-features)
8+
- [Working with Issues - How to Contribute in Issues](#working-with-issues---how-to-contribute-in-issues)
99
- [How to Write Commit Messages](#how-to-write-commit-messages)
1010
- [Code of Conduct](#code-of-conduct)
1111

@@ -55,9 +55,9 @@ When you are done, you can convert it to a standard *Pull Request* (or create on
5555

5656
Generally the _secureCodeBox_ project follows the standard [GitHub Pull request process](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests).
5757

58-
## Bugfixing And Securityfixing Released Features
58+
## Bugfixing and Security Fixing Released Features
5959

60-
For Bugfixes and security fixes of the current release please follow the following workflow:
60+
For bugfixes and security fixes of the current release please follow the following workflow:
6161
- For the minor release
6262
- Checkout current minor release branch (e.g. v2.5.x) or create if not existent from latest git tag
6363
- Create a bugfix branch from release branch
@@ -69,7 +69,7 @@ For Bugfixes and security fixes of the current release please follow the followi
6969
- Cherry-Pick Bugfix and commit to bugfix branch
7070
- Create PR to `main` branch
7171

72-
## Working with Issues/How to Contribute in Issues
72+
## Working with Issues - How to Contribute in Issues
7373

7474
It is mandatory to open an issue, if the task takes longer than one hour.
7575
Before you open an issue please verify there is no existing one covering your issue.

0 commit comments

Comments
 (0)