projects directory with 4 projects #2500
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds a project directory to crate root based of discord discussion with gbj.
I think the idea here is to have a dumping ground for everybody's projects in one convenient location for easy user discovery.
By having it be a separate directory we can exclude it from CI, and it won't have the same guarantees that the examples directory does. The project can aid in discovery of projects while distancing itself from the actual content, somewhat.
If people are storing lots of different Leptos projects here, and there aren't the same standards (which there probably shouldn't be to encourage lots of contributions), then individual contributors of those projects will have a lot of freedom to update these projects whenever they see fit which will hopefully translate into a lot of pull requests for people pushing code and taking responsibility for their own projects in the projects folder.
I'm not sure how fine-grained the merge approval process can get and if you can do it per-directory but I'd be happy to oversee the projects directory, maintain a list of which projects do what, and work with contributors to put their projects here and approve & merge pulls requests to the projects directory.
Thanks,
Sam