Skip to content

Commit a25c58f

Browse files
author
Roberto Sora
authored
Merge pull request #73 from arduino/readme-release
Update README before making the repository public
2 parents 4de9082 + 3707ab0 commit a25c58f

File tree

1 file changed

+36
-30
lines changed

1 file changed

+36
-30
lines changed

README.md

+36-30
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,29 @@
1-
# Arduino Language Server
2-
3-
**Arduino Language Server** is the the tool that powers the autocompletion of the new [Arduino IDE 2][arduino-ide-repo].
4-
5-
## Build
1+
<img src="https://content.arduino.cc/website/Arduino_logo_teal.svg" height="100" align="right" />
62

7-
To build the Arduino Language Server you need:
8-
9-
- [Go][go-install] version 1.12 or later
10-
11-
The project doesn't require `CGO` so it can be easily crosscompiled if necessary. To build for you machine just run:
12-
13-
```
14-
go build
15-
```
16-
17-
To run tests:
18-
19-
```
20-
go test -v ./...
21-
```
22-
23-
## How to contribute
3+
# Arduino Language Server
244

25-
Contributions are welcome! Here are all the way you can contribute to the project.
5+
The **Arduino Language Server** is the tool that powers the autocompletion of the new [Arduino IDE 2][arduino-ide-repo]. It implements the standard [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) so it can be used with other IDEs as well.
266

27-
### Issue Reports
7+
## Bugs & Issues
288

299
High quality bug reports and feature requests are valuable contributions to the project.
3010

3111
Before reporting an issue search existing pull requests and issues to see if it was already reported. If you have additional information to provide about an existing issue, please comment there. You can use the Reactions feature if you only want to express support.
3212

33-
Qualities of an excellent report
13+
Qualities of an excellent report:
3414

3515
- The issue title should be descriptive. Vague titles make it difficult to understand the purpose of the issue, which might cause your issue to be overlooked.
3616
- Provide a full set of steps necessary to reproduce the issue. Demonstration code or commands should be complete and simplified to the minimum necessary to reproduce the issue.
3717
- Be responsive. We may need you to provide additional information in order to investigate and resolve the issue.
3818
- If you find a solution to your problem, please comment on your issue report with an explanation of how you were able to fix it and close the issue.
3919

40-
### Pull Requests
20+
## How to contribute
4121

42-
To propose improvements or fix a bug, feel free to submit a PR.
22+
Contributions are welcome! Here are all the ways you can contribute to the project.
4323

44-
### Legal requirements
24+
### Pull Requests
4525

46-
Before we can accept your contributions you have to sign the Contributor License Agreement
47-
Pull request checklist
26+
To propose improvements or fix a bug, feel free to submit a PR.
4827

4928
### Pull request checklist
5029

@@ -56,5 +35,32 @@ In order to ease code reviews and have your contributions merged faster, here is
5635
- Maintain clean commit history and use meaningful commit messages. PRs with messy commit history are difficult to review and require a lot of work to be merged.
5736
- Your PR must pass all CI tests before we will merge it. If you're seeing an error and don't think it's your fault, it may not be! The reviewer will help you if there are test failures that seem not related to the change you are making.
5837

38+
## Build
39+
40+
To build the Arduino Language Server you need:
41+
42+
- [Go][go-install] version 1.12 or later
43+
44+
The project doesn't require `CGO` so it can be easily crosscompiled if necessary. To build for you machine just run:
45+
46+
```
47+
go build
48+
```
49+
50+
To run tests:
51+
52+
```
53+
go test -v ./...
54+
```
55+
56+
## Donations
57+
58+
This open source code was written by the Arduino team and is maintained on a daily basis with the help of the community. We invest a considerable amount of time in development, testing and optimization. Please consider [donating](https://www.arduino.cc/en/donate/) or [sponsoring](https://github.com/sponsors/arduino) to support our work, as well as [buying original Arduino boards](https://store.arduino.cc/) which is the best way to make sure our effort can continue in the long term.
59+
60+
## License
61+
62+
The code contained in this repository is licensed under the terms of the Apache 2.0 license. If you have questions about licensing please contact us at [license@arduino.cc](mailto:license@arduino.cc).
63+
64+
5965
[arduino-ide-repo]: https://github.com/arduino/arduino-ide
6066
[go-install]: https://golang.org/doc/install

0 commit comments

Comments
 (0)