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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@
4
4
-[GitHub Flow](#github-flow)
5
5
-[How to work with GitHub Flow](#how-to-work-with-github-flow)
6
6
-[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)
9
9
-[How to Write Commit Messages](#how-to-write-commit-messages)
10
10
-[Code of Conduct](#code-of-conduct)
11
11
@@ -55,9 +55,9 @@ When you are done, you can convert it to a standard *Pull Request* (or create on
55
55
56
56
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).
57
57
58
-
## Bugfixing And Securityfixing Released Features
58
+
## Bugfixing and Security Fixing Released Features
59
59
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:
61
61
- For the minor release
62
62
- Checkout current minor release branch (e.g. v2.5.x) or create if not existent from latest git tag
63
63
- Create a bugfix branch from release branch
@@ -69,7 +69,7 @@ For Bugfixes and security fixes of the current release please follow the followi
69
69
- Cherry-Pick Bugfix and commit to bugfix branch
70
70
- Create PR to `main` branch
71
71
72
-
## Working with Issues/How to Contribute in Issues
72
+
## Working with Issues - How to Contribute in Issues
73
73
74
74
It is mandatory to open an issue, if the task takes longer than one hour.
75
75
Before you open an issue please verify there is no existing one covering your issue.
0 commit comments