Skip to content
This repository was archived by the owner on Jan 23, 2021. It is now read-only.

Commit f78b1ce

Browse files
Merge pull request #4 from george-hopkins/github-templates
github: add contribution guidelines
2 parents dd4df8a + 1e07d4c commit f78b1ce

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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.

0 commit comments

Comments
 (0)