Skip to content

Commit 0818ee2

Browse files
committed
Improve the introduction page and correction
1 parent 68e5890 commit 0818ee2

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

_overviews/contribute/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ the Scala project source tree. The hacker's guides ([Scala 2][hackers], or [Scal
6868
[community-tickets]: {% link _overviews/contribute/index.md %}#community-tickets
6969
[bug-reporting-guide]: {% link _overviews/contribute/bug-reporting-guide.md %}
7070
[bug-report-check-dupes]: {% link _overviews/contribute/bug-reporting-guide.md %}#please-check-before-reporting-a-bug
71-
[scala3-hackers]: {% link _overviews/scala3-contribution/procedures-intro.md %}
71+
[scala3-hackers]: {% link _overviews/scala3-contribution/contribution-intro.md %}
7272
[contrib-forum]: https://contributors.scala-lang.org/
7373
[why-its-a-good-idea]: {% link _overviews/contribute/scala-internals.md %}#why-its-a-good-idea
7474
[hackers-connect]: {% link _overviews/contribute/hacker-guide.md %}#1-connect

_overviews/scala3-contribution/contribution-intro.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,18 @@ num: 1
66
previous-page:
77
next-page:
88
---
9-
Dotty is an open-source project, and as such, we welcome contributions from the community to help us make it even better.
9+
Thank you for wanting to contribute to Scala 3!
1010

11-
We would like to take a moment to thank all the users who have already contributed to Dotty. Your help and support are invaluable to us, and we are grateful for every contribution, no matter how big or small.
11+
Dotty is an open-source project, and as such, we welcome contributions from the community to help us make it even better.
1212

1313
If you are interested in contributing to Dotty, please visit our website at [Dotty Contributing](https://dotty.epfl.ch/docs/contributing/index.html) page, where you will find all the information you need to get started. We encourage everyone, regardless of their level of expertise, to contribute to Dotty, as there are many ways to help, from fixing bugs and implementing new features to improving documentation and testing.
1414

15-
Thank you for your support, and we look forward to working with you.
15+
If you have any questions, please feel free to ask them on the [Dotty Contributors Forum](https://contributors.scala-lang.org/c/scala-3/scala-3-contributors/9).
16+
17+
Summary of the contribution guide on Dotty:
18+
19+
- [Getting-Started](https://dotty.epfl.ch/docs/contributing/getting-started.html)
20+
- [Steps to Contribute](https://dotty.epfl.ch/docs/contributing/issues/index.html)
21+
- [IDEs and Tools](https://dotty.epfl.ch/docs/contributing/tools/index.html)
22+
- [Procedures](https://dotty.epfl.ch/docs/contributing/procedures/index.html)
23+
- [High Level Architecture](https://dotty.epfl.ch/docs/contributing/architecture/index.html)

0 commit comments

Comments
 (0)