You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42-5Lines changed: 42 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -43,13 +43,50 @@ For a release build
43
43
DEFMT_LOG=trace cargo run --release
44
44
```
45
45
46
+
<!-- ROADMAP -->
47
+
## Roadmap
48
+
49
+
NOTE These packages are under active development. As such, it is likely to
50
+
remain volatile until a 1.0.0 release.
51
+
52
+
See the [open issues](https://github.com/rp-rs/rp-hal/issues) for a list of
53
+
proposed features (and known issues).
54
+
55
+
## Contributing
56
+
57
+
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
58
+
59
+
The steps are:
60
+
61
+
1. Fork the Project by clicking the 'Fork' button at the top of the page.
62
+
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
63
+
3. Make some changes to the code or documentation.
64
+
4. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
65
+
5. Push to the Feature Branch (`git push origin feature/AmazingFeature`)
66
+
6. Create a [New Pull Request](https://github.com/rp-rs/rp-hal/pulls)
67
+
7. An admin will review the Pull Request and discuss any changes that may be required.
68
+
8. Once everyone is happy, the Pull Request can be merged by an admin, and your work is part of our project!
69
+
70
+
## Code of Conduct
71
+
72
+
Contribution to this crate is organized under the terms of the [Rust Code of
73
+
Conduct][CoC], and the maintainer of this crate, the [rp-rs team], promises
0 commit comments