Skip to content

Commit 2ad4ddd

Browse files
committed
README Update
1 parent 724d9c6 commit 2ad4ddd

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
A Python-3 (CPython >= 3.5.0) Interpreter written in Rust :snake: :scream: :metal:.
44

55
[![Build Status](https://travis-ci.org/RustPython/RustPython.svg?branch=master)](https://travis-ci.org/RustPython/RustPython)
6+
[![Build Status](https://dev.azure.com/ryan0463/ryan/_apis/build/status/RustPython.RustPython?branchName=master)](https://dev.azure.com/ryan0463/ryan/_build/latest?definitionId=1&branchName=master)
67
[![codecov](https://codecov.io/gh/RustPython/RustPython/branch/master/graph/badge.svg)](https://codecov.io/gh/RustPython/RustPython)
78
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
89
[![Contributors](https://img.shields.io/github/contributors/RustPython/RustPython.svg)](https://github.com/RustPython/RustPython/graphs/contributors)
@@ -26,14 +27,22 @@ Or use the interactive shell:
2627
>>>>> 2+2
2728
4
2829

30+
# Disclaimer
31+
32+
RustPython is in a development phase and should not used in production or a fault intolerant setting.
33+
34+
Our current build supports only a subset of Python syntax.
35+
36+
Contribution is also more than welcome! See our contribution section for more information on this.
37+
2938
# Goals
3039

3140
- Full Python-3 environment entirely in Rust (not CPython bindings)
3241
- A clean implementation without compatibility hacks
3342

3443
# Documentation
3544

36-
Currently the project is in an early phase, and so is the documentation.
45+
Currently along with other areas of the project, documentation is still in an early phase.
3746

3847
You can read the [online documentation](https://rustpython.github.io/website/rustpython/index.html) for the latest code on master.
3948

@@ -63,7 +72,9 @@ If you wish to update the online documentation. Push directly to the `release` b
6372

6473
# Contributing
6574

66-
To start contributing, there are a lot of things that need to be done.
75+
Contributions are more than welcome, and in many cases we are happy to guide contributors through PRs or on gitter.
76+
77+
With that in mind, please note this project is maintained by voulenteers, some of the best ways to get started are below:
6778

6879
Most tasks are listed in the [issue tracker](https://github.com/RustPython/RustPython/issues).
6980
Check issues labeled with `good first issue` if you wish to start coding.

0 commit comments

Comments
 (0)