Skip to content

Commit 073c8c2

Browse files
committed
updated to markdown. added Development section and link to parent readme
1 parent f0f4ba1 commit 073c8c2

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

tools/README

-4
This file was deleted.

tools/README.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# tools
2+
3+
Tools for working with creativecommons.org's legal code content.
4+
5+
6+
## Develpment
7+
8+
Prior to submitting a pull request, please validate the style/syntax (from
9+
within this tools directory):
10+
1. [Black](https://black.readthedocs.io/en/stable/): The uncompromising code
11+
formatter
12+
```shell
13+
black ./
14+
```
15+
2. [Flake8](http://flake8.pycqa.org/en/latest/): Your Tool For Style Guide
16+
Enforcement
17+
```shell
18+
flake8 ./
19+
```
20+
21+
22+
## License
23+
24+
The license applies only to the tools in this directory:
25+
- [`LICENSE`](LICENSE) ([GPL-3.0-only] License)
26+
27+
[gplv3]: https://opensource.org/licenses/GPL-3.0 "GNU General Public License version 3 | Open Source Initiative"
28+
29+
30+
## Parent README
31+
32+
See the parent README for Code of Conduct and Contributing guidelines:
33+
- [`../README.md`](../README.md)

0 commit comments

Comments
 (0)