Skip to content

Commit 8cdfcab

Browse files
Add license info to README, add CONTRIBUTING and CONTRIBUTORS files. (#16)
1 parent e4b2672 commit 8cdfcab

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CONTRIBUTING.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Thanks for looking here! We'd love your help. The micro:bit project is only
2+
possible through contributions of companies and individuals around the world.
3+
4+
This project is managed on GitHub, and the best way to contribute is to jump in
5+
and fix/file issues.
6+
7+
https://github.com/microbit-foundation/microbit-fs
8+
9+
If you're interested in working on any of these items, please file an issue
10+
and mention @microbit-carlos.

CONTRIBUTORS.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Thank you to everybody that has contributed to the microbit-fs project:
2+
3+
Carlos Pereira Atencio ([email protected])
4+
Ross Lowe ([email protected])
5+
Matt Hillsdon ([email protected])

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# micro:bit MicroPython Filesystem
22

3-
A TypeScript library to manipulate the micro:bit filesystem.
3+
A TypeScript library to manipulate the micro:bit MicroPython filesystem.
44

55
<img width="50%" alt="microbit-fs logo" src="https://user-images.githubusercontent.com/29712657/53014294-fb95e700-343f-11e9-856e-d70af8870c0c.png">
66

7-
This library is a Work In Progress. At the moment only the MicroPython filesystem within a hex file is supported.
7+
This library is a Work In Progress. At the moment only the MicroPython
8+
filesystem within a hex file is supported.
89

910
Raw draft of the docs can be found in
1011
[https://microbit-foundation.github.io/microbit-fs/](https://microbit-foundation.github.io/microbit-fs/).
12+
13+
14+
## License
15+
16+
This software is under the MIT open source license.
17+
18+
SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)