This repository was archived by the owner on Jan 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Contributing to Tock
2
+
3
+ Thank you for your interest in contributing to Tock! Take a look at the
4
+ [ official contribution guidelines] [ contributing ] to see how you can contribute.
5
+
6
+ If you have questions, please make a post on the [ mailing list] [ listserv ] or
7
+ hop on [ #tock] [ irc ] .
8
+
9
+ ## What Goes Where?
10
+
11
+ This repository contains all parts related to the support of STM32. The kernel
12
+ as well as the userland examples and libraries are part of the
13
+ [ main repository] [ main ] .
14
+
15
+ [ main ] : https://github.com/helena-project/tock
16
+ [ contributing ] : https://github.com/helena-project/tock/blob/master/.github/CONTRIBUTING.md
17
+ [ irc ] : https://kiwiirc.com/client/irc.freenode.net/tock
18
+ [ listserv ] : https://groups.google.com/forum/#!forum/tock-dev
Original file line number Diff line number Diff line change
1
+ ### Pull Request Overview
2
+
3
+ This pull request adds/changes/fixes...
4
+
5
+
6
+ ### Testing Strategy
7
+
8
+ This pull request was tested by...
9
+
10
+
11
+ ### TODO or Help Wanted
12
+
13
+ This pull request still needs...
14
+
15
+
16
+ ### Formatting
17
+
18
+ - [ ] ` make format ` has been run.
You can’t perform that action at this time.
0 commit comments