1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-28 09:24:14 +01:00
Commit Graph

19 Commits

Author SHA1 Message Date
per1234
99d3114168 Move built-in examples to dedicated repository
A dedicated repository for the examples will make it easier for them to be built in to arbitrary development tools. It will make it easier to use them for compilation testing of boards platforms. It provides a dedicated location for issue reports and pull requests that are specific to the examples. It continues the work done by moving the AVR and SAM boards platforms and built-in libraries towards making the arduino/Arduino repository solely a place to host the GUI code of the Arduino IDE.
2020-09-07 04:52:40 -07:00
Cristian Maglie
15089f0c54 Update CONTRIBUTING.md
Co-authored-by: per1234 <accounts@perglass.com>
2020-05-12 16:27:18 +02:00
Gabriel Staples
3aad31489e fix minor error in readme, & explain what is markdown code fencing 2020-05-12 16:27:18 +02:00
Kyle Lobo
19c3def582 Update CONTRIBUTING.md
Co-Authored-By: per1234 <accounts@perglass.com>
2019-08-02 11:53:03 +02:00
Kyle Lobo
0f5b1467e7 Update CONTRIBUTING.md
Co-Authored-By: per1234 <accounts@perglass.com>
2019-08-02 11:53:03 +02:00
Kyle Lobo
5857c333e0 Fix grammatical errors
1. _The_ demonstration code should be complete
2. Search the issues to see if there has been _a_ discussion
3. Each commit should result in _a_ fully functional code
4. one commit per file modified is not _a_ good practice
5. Separate title from _the_ body with a blank line
6. Include _a_ rationale for the change
7. adding unnecessary extra commits to the pull request _,_ you can squash
2019-08-02 11:53:03 +02:00
per1234
5008ca745c Remove mention of Playground being a publicly editable wiki from CONTRIBUTING.md
Arduino decided to make the Arduino Playground read only, so it is no longer possible for people to edit it directly. They will now need to report issues or suggestions for improvement to the arduino/Arduino issue tracker so that someone with edit privileges can make the required changes.
2019-04-24 03:49:45 -07:00
per1234
4c9da50e57
Add link to CVD policy 2018-10-11 03:41:52 -07:00
per1234
c6e84672c3 Correct location to report Web Editor issues listed in CONTRIBUTING.md
According to https://github.com/arduino/arduino-create/issues/1#issuecomment-351344954 the forum is the preferred location for Arduino Web Editor specific topics.
2018-02-28 16:50:07 -08:00
per1234
bc900cc698 Add ArduinoCore-avr repository to CONTRIBUTING.md 2018-02-28 16:50:02 -08:00
per1234
acd8d43323 Add Language Reference repositories to CONTRIBUTING.md
The reference-en repository is now being used to generate the Language Reference pages. The Language Reference translation projects also seem to be progressing.
2018-02-28 16:45:53 -08:00
per1234
e46a6ceb31 Add list of contribution options to CONTRIBUTING.md
This serves as an introduction to the document.
2018-02-28 16:44:53 -08:00
per1234
f044f29211 Rewrite Pull Requests section of CONTRIBUTING.md
- Attempt to incorporate more of the content from:
  - https://github.com/arduino/Arduino/wiki/Development-Policy
  - https://github.com/arduino/Arduino/issues/3368#issue-89532809
  - https://github.com/arduino/Arduino/pull/3337#issuecomment-113461444
- Fix typos
- Change example commit title to actually use imperative mode
- I interpreted @matthijskooijman's comment about rebasing as referring to squashing fixup commits rather than resolving merge conflicts and edited accordingly.
2018-02-28 16:43:45 -08:00
per1234
f110e377c4 Rewrite Issues section of CONTRIBUTING.md 2018-02-28 16:43:40 -08:00
per1234
f508261fe0 CONTRIBUTING.md: Use list format
The checkboxes format previously used is confusing because the checkboxes can't actually be checked.
2018-02-28 16:14:27 -08:00
per1234
1749ab7c5f CONTRIBUTING.md: Change format of the repositories table 2018-02-28 16:14:22 -08:00
per1234
037a6725fb Separate CONTRIBUTING.md into Issues and Pull Requests sections
The previous numbered format of the file made it difficult to determine which sections needed to be read depending on whether an issue report or a pull request was being submitted. This could make the task of reading the file look more daunting than it actually was.

Closes #3368
2017-06-16 04:47:15 -07:00
LourensPool
666ac02086 Version 2 of CONTRIBUTING.md 2017-05-30 12:44:06 +02:00
LourensPool
d2fc624884 Add CONTRIBUTING.md to root folder 2017-05-30 12:44:06 +02:00