Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 526e93a

Browse files
committed
Fix markdown syntax
1 parent 9b226eb commit 526e93a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ This workflow uses only two kinds of branches:
2121
- Feature branch
2222
- Main branch (previously called master)
2323

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.
2525
These branches are usually created out of main.
2626

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.
2929

3030
### How to work with GitHub Flow
3131

3232
For more information see [GitHub Flow](https://githubflow.github.io/)
3333

3434
TL;DR
3535

36-
1. anything in the main branch is deployable
36+
1. anything in the _main_ branch is deployable
3737
2. create descriptive branches off of main
3838
3. push to named branches constantly
3939
4. open a pull request at any time
@@ -42,11 +42,11 @@ TL;DR
4242

4343
## Working with Forks and Pull Requests
4444

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.
4646

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).
4848

49-
## Working with Issues / How to Contribute in Issues
49+
## Working with Issues/How to Contribute in Issues
5050

5151
For every task taking more than 1h, opening an issue is required.
5252
Before opening an Issue please verify there is no existing one covering your issue.

0 commit comments

Comments
 (0)