Skip to content

Commit c91d3c1

Browse files
eriknyquistsgbihu
authored andcommitted
README.md: add "commit message how-to" wiki link
1 parent 33ff0eb commit c91d3c1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Future upgrades may fail since the internal contents were modified by hand. In
2121
order to recover, shut down the IDE, delete the entire `Arduino15` directory,
2222
then restart the IDE.
2323

24+
# Pull Requests
25+
26+
Before submitting a pull request, please see our
27+
[guidelines](https://github.com/01org/corelibs-arduino101/wiki/Writing-a-commit-message)
28+
for writing a considerate commit message.
29+
2430
# Support & Issues
2531

2632
If you have found a bug, or you believe a new feature should be added, please
@@ -64,4 +70,4 @@ If you want to enable debug trace on Serail1 to debug corelib, follow these ins
6470
* Find `compiler.cpp.flags` and add `-DCONFIGURE_DEBUG_CORELIB_ENABLED` at the end of this line
6571
4. Initial Serial1 in your sketch
6672
* Add `Serial1.begin(115200);` in your `setup()`
67-
5. Adjust the output level at log_init function in log.c
73+
5. Adjust the output level at log_init function in log.c

0 commit comments

Comments
 (0)