Open Issues Need Help
View All on GitHubAI Summary: Create a GitHub Actions workflow for the Len's Island BepInEx template project that automatically publishes releases to GitHub. The workflow should optionally support publishing to Thunderstore by uncommenting a section and providing a `THUNDERSTORE_TOKEN` secret. The workflow will leverage the existing `lens-island-publish-action`.
dotnet template for developing Len's Island mods
AI Summary: Update the Len's Island BepInEx template's README to include instructions on how to install the template using the dotnet CLI, add the GitHub NuGet feed, and provide a simple example of creating a project using the template. This will improve usability for users unfamiliar with the process.
dotnet template for developing Len's Island mods
AI Summary: Add a `thunderstore.toml` file to the Len's Island BepInEx mod template project. This file should contain metadata for use with the Thunderstore CLI, simplifying the mod publishing process for users of the template.
dotnet template for developing Len's Island mods