Skip to content

Commit 85943fd

Browse files
HeikoKlareakurtakov
authored andcommitted
Improve readme formatting and header capitalization consistency
This enhances the readme by using consistent markdown formatting throughout the document and changing all headlines to title case
1 parent 266cc26 commit 85943fd

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,19 @@ Finally, we set the window's size determines by its child controls and open the
7676
The `while`-loop processes all GUI related events until the shell is disposed which happens when closing.
7777
Before exiting, any claimed GUI resources needs to be freed.
7878

79-
Contributing to SWT
80-
===================
79+
80+
# Contributing to SWT
8181

8282
Thanks for your interest in this project.
8383

8484
For information about contributing to Eclipse Platform in general, see the general [CONTRIBUTING](https://github.com/eclipse-platform/.github/blob/main/CONTRIBUTING.md) page.
8585

86-
8786
[![Create Eclipse Development Environment for Eclipse SWT](https://download.eclipse.org/oomph/www/setups/svg/SWT.svg)](
8887
https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.swt/master/bundles/org.eclipse.swt.tools/Oomph/PlatformSWTConfiguration.setup&show=true
8988
"Click to open Eclipse-Installer Auto Launch or drag into your running installer")
9089

9190

92-
93-
Developer resources:
94-
--------------------
91+
## Developer Resources
9592

9693
See the following description for how to contribute a feature or a bug fix to SWT.
9794

@@ -101,29 +98,25 @@ Information regarding source code management, builds, coding standards, and more
10198

10299
- <https://projects.eclipse.org/projects/eclipse.platform.swt/developer>
103100

104-
Contributor License Agreement:
105-
------------------------------
101+
## Contributor License Agreement
106102

107103
Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA).
108104

109105
- <http://www.eclipse.org/legal/CLA.php>
110106

111-
Contact:
112-
--------
107+
## Contact
113108

114109
Contact the project developers via the project's "dev" list.
115110

116111
- <https://accounts.eclipse.org/mailing-list/platform-dev>
117112

118-
Search for bugs:
119-
----------------
113+
## Search for Bugs
120114

121115
SWT used to track ongoing development and issues in Bugzilla .
122116

123117
- <https://bugs.eclipse.org/bugs/buglist.cgi?product=Platform&component=SWT>
124118

125-
Create a new bug:
126-
-----------------
119+
## Create a New Bug
127120

128121
You can register bugs and feature requests in the Github Issue Tracker. Remember that contributions are always welcome!
129122
- [View existing SWT issues](https://github.com/eclipse-platform/eclipse.platform.swt/issues)

0 commit comments

Comments
 (0)