Skip to content

Commit 5a0eecd

Browse files
Copilotlaeubi
andauthored
Update README: Replace mailing list with GitHub issues/discussions (#4)
* Update README: Replace mailing list with GitHub issues/discussions and add improvements Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: laeubi <[email protected]>
1 parent 92db85c commit 5a0eecd

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
SWT is a cross-platform GUI library for JVM based desktop applications.
99
The best known SWT-based application is [Eclipse](https://www.eclipse.org).
1010

11+
For more information about SWT, visit the [official SWT page](https://eclipse.dev/eclipse/swt/).
12+
1113
## Getting Started
1214

1315
SWT comes with platform-specific jar files.
@@ -97,7 +99,7 @@ See the following description for how to contribute a feature or a bug fix to SW
9799

98100
- <https://www.eclipse.org/swt/fixbugs.php>
99101

100-
Information regarding source code management, builds, coding standards, and more and be found under the following link.
102+
Information regarding source code management, builds, coding standards, and more can be found under the following link.
101103

102104
- <https://projects.eclipse.org/projects/eclipse.platform.swt/developer>
103105

@@ -113,24 +115,17 @@ Before your contribution can be accepted by the project, you need to create and
113115

114116
## Contact
115117

116-
Contact the project developers via the project's "dev" list.
117-
118-
- <https://accounts.eclipse.org/mailing-list/platform-dev>
119-
120-
## Search for Bugs
118+
Contact the project developers via GitHub:
121119

122-
SWT used to track ongoing development and issues in Bugzilla .
123-
124-
- <https://bugs.eclipse.org/bugs/buglist.cgi?product=Platform&component=SWT>
125-
126-
## Create a New Bug
120+
- [GitHub Discussions](https://github.com/eclipse-platform/eclipse.platform.swt/discussions) - For questions and general discussions
121+
- [GitHub Issues](https://github.com/eclipse-platform/eclipse.platform.swt/issues) - For bug reports and feature requests
127122

128123
You can register bugs and feature requests in the GitHub Issue Tracker. Remember that contributions are always welcome!
129-
- [View existing SWT issues](https://github.com/eclipse-platform/eclipse.platform.swt/issues)
130-
- [New SWT issue](https://github.com/eclipse-platform/eclipse.platform.swt/issues/new)
131124

132125
Please bear in mind that this project is almost entirely developed by volunteers. If you do not provide the implementation yourself (or pay someone to do it for you), the bug might never get fixed. If it is a serious bug, other people than you might care enough to provide a fix.
133126

127+
**Note:** SWT used to track ongoing development and issues in [Bugzilla](https://bugs.eclipse.org/bugs/buglist.cgi?product=Platform&component=SWT), but we now use GitHub Issues and Discussions.
128+
134129

135130
# Prototyping on a Single, Cross-Platform SWT Implementation
136131

0 commit comments

Comments
 (0)