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
+21-10Lines changed: 21 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,6 @@
5
5
6
6
Create and manage devcontainer configuration.
7
7
8
-
## Work in Progress
9
-
10
-
This project is absolutely a work in progress. Bugs do exist. More documentation needs to be written. More tests need to be written. General design patterns need to be reviewed.
11
-
12
-
### Assist
13
-
14
-
I (CodeMan99) would love any amount of assistance. In particular, general design patterns. I am learning Rust and this project is my first _sharable_ tool in the language.
15
-
16
8
## Usage
17
9
18
10
The to see help on input flags.
@@ -53,9 +45,28 @@ Find a template or feature from the official [collections](https://containers.de
53
45
54
46
This project avoids interop with docker or any editor.
55
47
56
-
## Contributing
48
+
## Work in Progress
49
+
50
+
This project is absolutely a work in progress. Bugs do exist. More documentation needs to be written. More tests need to be written. General design patterns need to be reviewed.
57
51
58
-
A _devcontainer_ exists for this project. There are some permissions errors that need to be sorted out for `/usr/local/cargo`. Feel free to ask questions.
52
+
### Contributing
53
+
54
+
How to help!
55
+
56
+
-:wrench: Just use the tool. :speaking_head: Feedback is appreciated.
57
+
-:bug: Report bugs.
58
+
-:book: Improve documentation.
59
+
-:computer: Contribute code directly.
60
+
61
+
### Devcontainer
62
+
63
+
For code contributions please use the _devcontainer_ for this project.
64
+
65
+
There are some permissions errors that need to be sorted out for `/usr/local/cargo`. Upstream issues have already been filed. For now just correct this manually.
0 commit comments