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 IssuesTake a look to see if anyone else has experienced the same issue as you and if they managed to solve it.
Open an IssueMake sure to read any relevant guidelines for opening issues on this repo before posting a new issue.
Sponsor directlyCheck 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
- Clone repo:
git clone https://github.com/dotnet-foundation/mod-dotnet-bot.git [your-project-folder]
- Install Jekyll:
bundle install
- Install npm dependencies:
npm install
- Start jekyll:
bundle exec jekyll serve
- Site should be accessible at
http://127.0.0.1:4000
Adding new objects
- Add new SVGs under > objects > [desired category] (for example, antenna).
- Add the icon for the object to the icons folder under the same object folder (for example, objects > antenna > icons).
- Open the corresponding category .yml file that's in the _data folder. (for example, _data > antenna.yml)
- 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.
From the Blog
Interesting Articles
-
Generating income from open source
Jun 23 • 8 min read
-
2023 State of OSS
Apr 23 • 45 min read ★
-
A funding experiment...
Aug 19 • 10 min read
-
But You Said I could
Aug 19 • 2 min read
Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated
p-e622a1a2