Skip to content

Commit 7688f10

Browse files
authored
Merge pull request #55 from per1234/remove-donation-links
Remove donation links from readme
2 parents 0227d28 + 60a353c commit 7688f10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ In order to ease code reviews and have your contributions merged faster, here is
4141
- 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.
4242
- 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.
4343

44+
### Support the project
45+
46+
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 [buying original Arduino boards](https://store.arduino.cc/) to support our work on the project.
47+
4448
## Build
4549

4650
To build the Arduino Tools VS Code extension (VSIX), execute:
@@ -63,10 +67,6 @@ To deploy a new release of the tools you have to do the following:
6367
- update the `version` in the package.json file
6468
- push a tag to the repo with `v` and the version you spacified in the package.json, for example `v0.0.2-beta.1`
6569

66-
## Donations
67-
68-
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.
69-
7070
## License
7171

7272
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 [[email protected]](mailto:[email protected]).

0 commit comments

Comments
 (0)