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
{{ message }}
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,19 +21,19 @@ This workflow uses only two kinds of branches:
21
21
- Feature branch
22
22
- Main branch (previously called master)
23
23
24
-
The `feature` branches are used to develop new features as well as fixes.
24
+
The _feature_ branches are used to develop new features as well as fixes.
25
25
These branches are usually created out of main.
26
26
27
-
Anything in the `main` branch is deployable.
28
-
The `main` branch is expected to be deployed regularly and is considered stable.
27
+
Anything in the _main_ branch is deployable.
28
+
The _main_ branch is expected to be deployed regularly and is considered stable.
29
29
30
30
### How to work with GitHub Flow
31
31
32
32
For more information see [GitHub Flow](https://githubflow.github.io/)
33
33
34
34
TL;DR
35
35
36
-
1. anything in the main branch is deployable
36
+
1. anything in the _main_ branch is deployable
37
37
2. create descriptive branches off of main
38
38
3. push to named branches constantly
39
39
4. open a pull request at any time
@@ -42,11 +42,11 @@ TL;DR
42
42
43
43
## Working with Forks and Pull Requests
44
44
45
-
Our current continuous integration workflow makes it very hard to work on own forks of the SecureCodeBox because CI tests cannot be executed outside of our repository. We are aware of that problem and are working on a solution.
45
+
Our current continuous integration workflow makes it very hard to work on own forks of the _secureCodeBox_ because CI tests cannot be executed outside of our repository. We are aware of that problem and are working on a solution.
46
46
47
-
Generally the SCB project follows the standard [GitHub Pull request process](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests).
47
+
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).
48
48
49
-
## Working with Issues / How to Contribute in Issues
49
+
## Working with Issues/How to Contribute in Issues
50
50
51
51
For every task taking more than 1h, opening an issue is required.
52
52
Before opening an Issue please verify there is no existing one covering your issue.
0 commit comments