Skip to content

Commit 6c7ba97

Browse files
committed
workflow: sections fixes
1 parent e93827e commit 6c7ba97

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/reference/contributing/guidelines/workflow.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ Responsibilities:
3838

3939
All code changes and additions to Mbed OS are handled through GitHub. If you want to contribute, either by adding features or by fixing bugs, please follow the guidelines for [new features](#contributing-new-features-to-mbed-os) and [bugs](#reporting-and-fixing-bugs). In both cases, please follow the [code style guide and GitHub pull request guidelines](/docs/v5.7/reference/guidelines.html#style)</a>. Please also read the [CLA](/docs/v5.7/reference/guidelines.html#cla) guidelines because we will immediately close pull requests submitted without a CLA.
4040

41-
#### Contributing new features to Mbed OS
42-
4341
Before contributing an enhancement (new feature, new port and so on), please [discuss it on the forums](https://os.mbed.com/forum/bugs-suggestions/) to avoid duplication of work, as we or others might be working on a related feature.
4442

4543
Patch contributions can only be accepted through GitHub by creating a pull request from forked versions of our repositories. This allows us to review the contributions in a user friendly and reliable way, under public scrutiny.
@@ -100,7 +98,7 @@ Each pull request goes through the following workflow:
10098

10199
<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/Workflow.png)<span>The workflow of merging a pull request</span></span>
102100

103-
##### Pull request states
101+
#### Pull request states
104102

105103
Labels that the Mbed OS maintainers add to a pull request represent the pull request workflow states. The Mbed OS maintainers are responsible for moving pull requests through the workflow states.
106104

@@ -134,7 +132,7 @@ The release tag has the following format:
134132

135133
*release-version: 5.f.p* - Where `f` is the feature release and `p` the patch release.
136134

137-
##### Additional labels
135+
#### Additional labels
138136

139137
We use many other labels to summarize the scope and effect of the changes.
140138

0 commit comments

Comments
 (0)