Get support for dotnet-foundation/mod-dotnet-bot

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

dotnet-foundation/mod-dotnet-bot

Repo for the mod-dotnet-bot website

Create your own coding companion

Coding is better with friends, especially when they bring their own mods. As the mascot for the .NET community, dotnet-bot helps with checking pull requests on .NET repos on GitHub. This repo is the source for creating your own custom coding companion by modding the dotnet-bot.

Visit the mod-dotnet-bot.net site to get started.

If you found a bug or want to request new parts for the dotnet-bot, submit an issue!

The source code is licenced under MIT. The dotnet-bot illustrations in this repo are licensed under the CC0 1.0 Universal license.

Installation

  1. Clone repo: git clone https://github.com/dotnet-foundation/mod-dotnet-bot.git [your-project-folder]
  2. Install Jekyll: bundle install
  3. Install npm dependencies: npm install
  4. Start jekyll: bundle exec jekyll serve
  5. Site should be accessible at http://127.0.0.1:4000

Adding new objects

  1. Add new SVGs under > objects > [desired category] (for example, antenna).
  2. Add the icon for the object to the icons folder under the same object folder (for example, objects > antenna > icons).
  3. Open the corresponding category .yml file that's in the _data folder. (for example, _data > antenna.yml)
  4. Create a new block that lists the item's title, icon name, and file name (make sure these file names are an exact match of the file you added to the objects folder).

That should be it!

Note: On the SVG files, make sure all objects within the svg are grouped. So before you save an svg, do a "select all" and "group" them together. Also, export the svg files with the CSS Properties option changed to Presentation Attributes in Advanced Options.

Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

p-e622a1a2