Skip to content

Commit 7193f42

Browse files
Readme updates (#8)
1 parent 9527548 commit 7193f42

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ task quality-check # check if there are errors and fix them!
142142
All contributions to Datu need to start on a [fork of the repository](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo). Once you have successfully forked the Datu core repo, clone a local version to your machine:
143143

144144
```sh
145-
git clone https://github.com/GITHUB-USERNAME/prefect.git
145+
git clone https://github.com/GITHUB-USERNAME/datu-core.git
146146
cd datu-core
147147
```
148148

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
</h2>
99

1010
<div align="center">
11-
<a href="https://github.com/Datuanalytics/datu-core/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/badge/license-Apache%202.0-blue.svg"/></a>
11+
<a href="https://github.com/Datuanalytics/datu-core/graphs/commit-activity"><img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/Datuanalytics/datu-core"/></a>
12+
<a href="https://github.com/Datuanalytics/datu-core/issues"><img alt="GitHub open issues" src="https://img.shields.io/github/issues/Datuanalytics/datu-core"/></a>
13+
<a href="https://github.com/Datuanalytics/datu-core/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/Datuanalytics/datu-core"/></a>
14+
<a href="https://github.com/Datuanalytics/datu-core/pulls"><img alt="GitHub open pull requests" src="https://img.shields.io/github/issues-pr/Datuanalytics/datu-core"/></a>
15+
<a href="https://pypi.org/project/datu-core/"><img alt="PyPI version" src="https://img.shields.io/pypi/v/datu-core"/></a>
16+
<a href="https://python.org"><img alt="Python versions" src="https://img.shields.io/pypi/pyversions/datu-core"/></a>
1217
</div>
1318

1419
<p>

0 commit comments

Comments
 (0)