Skip to content

Commit 556294c

Browse files
committed
Move contibuting section.
1 parent 922202f commit 556294c

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

README.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@
55

66
Create and manage devcontainer configuration.
77

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-
168
## Usage
179

1810
The to see help on input flags.
@@ -53,9 +45,28 @@ Find a template or feature from the official [collections](https://containers.de
5345

5446
This project avoids interop with docker or any editor.
5547

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.
5751

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.
66+
67+
```shell
68+
$ sudo chmod -R g+w $CARGO_HOME
69+
```
5970

6071
## Related Tools
6172

0 commit comments

Comments
 (0)