Skip to content

Commit fa504e2

Browse files
authored
Update README for 0.0.1a3 release (#32)
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
1 parent 41ba06c commit fa504e2

1 file changed

Lines changed: 25 additions & 11 deletions

File tree

README.md

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,12 @@ $ tree -lla /home/ansible-dev/collections/ansible_collections
7474
├── CHANGELOG.rst
7575
├── changelogs
7676
│ └── config.yaml
77+
├── CODE_OF_CONDUCT.md
78+
├── CONTRIBUTING
7779
├── docs
78-
│ └── docsite
79-
│ └── links.yml
80+
│ ├── docsite
81+
│ │ └── links.yml
82+
│ └── .keep
8083
├── extensions
8184
│ ├── eda
8285
│ │ └── rulebooks
@@ -91,7 +94,12 @@ $ tree -lla /home/ansible-dev/collections/ansible_collections
9194
│ └── vars
9295
│ └── vars.yml
9396
├── galaxy.yml
97+
├── .github
98+
│ └── workflows
99+
│ └── test.yml
100+
├── .isort.cfg
94101
├── LICENSE
102+
├── MAINTAINERS
95103
├── meta
96104
│ └── runtime.yml
97105
├── plugins
@@ -114,17 +122,23 @@ $ tree -lla /home/ansible-dev/collections/ansible_collections
114122
│ │ └── __init__.py
115123
│ └── test
116124
│ └── __init__.py
125+
├── .pre-commit-config.yaml
126+
├── .prettierignore
117127
├── pyproject.toml
118128
├── README.md
119-
└── tests
120-
├── integration
121-
│ ├── __init__.py
122-
│ ├── targets
123-
│ │ └── hello_world
124-
│ │ └── tasks
125-
│ │ └── main.yml
126-
│ └── test_integration.py
127-
└── unit
129+
├── tests
130+
│ ├── .gitignore
131+
│ ├── integration
132+
│ │ ├── __init__.py
133+
│ │ ├── targets
134+
│ │ │ └── hello_world
135+
│ │ │ └── tasks
136+
│ │ │ └── main.yml
137+
│ │ └── test_integration.py
138+
│ └── unit
139+
│ └── .keep
140+
└── .vscode
141+
└── extensions.json
128142
```
129143

130144
### Upcoming features

0 commit comments

Comments
 (0)