Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ nav_order: 5

*Reegan Viljoen*

* Add Reegan Viljoen to Commit Team

*Reegan Viljoen*

* Add rails 8 support to CI.

*Reegan Viljoen*

## 3.20.0

* Allow rendering `with_collection` to accept an optional `spacer_component` to be rendered between each item.
Expand Down
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ ViewComponent triagers are able to manage issues and pull request by assigning o

After helping with the project by participating in issues, pull requests, and/or discussions, members of the community are welcome to request triage access by opening a pull request to update this list:

The triagers team is @reeganviljoen.
The triagers team is empty.

### Commit

ViewComponent committers have `write` access, enabling them to push directly to the repository and merge pull requests, thus removing the need to contribute via a fork. Committers often have implicit (or even explicit, via CODEOWNERS) ownership over a particular area of the project, such as previews, generators, or translations.

Triagers are welcome to request commit access by opening a pull request to update this list:

The committers team is @elia, @jonspalmer, @juanmanuelramallo, @rmacklin, and @dylanatsmith.
The committers team is @elia, @jonspalmer, @juanmanuelramallo, @rmacklin, @dylanatsmith, and @reeganviljoen.

### Maintain

Expand Down
Loading