First off, I'm grateful for every single contributor out there! This is where the power of open source really shows. You are awesome!
There are a lot of ways to help without the need to look into the code or even write code:
- Give Sloth.css a star on GitHub ⭐
- Write a short review or recommendation on your favourite platform 📣
- Tell your frontend dev friends and colleagues to try Sloth.css 🗣️
- Donate or sponsor this project to support further development 💸
- Sharing your hands-on experience with this project and participate in discussions💬
- Find typos and improve documentation 📜
Before creating bug reports, please make sure there isn't already an existing issue describing your problem, for bugs are tracked as GitHub issues. Simply create an issue and provide the necessary information by filling in the bug-report template.
Enhancement suggestions are also tracked as GitHub issues. Before creating enhancement suggestions, please check the existing issues as you might find out that you don't need to create one. When you are creating an enhancement suggestion, please include as many details as possible. Fill in one of the following feature request templates:
Simply fill in the required template. Please do not include issue numbers in the PR title, but mention it in the PR body.
- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
- Limit the first line to 72 characters or less
- Start your commit messages with one of the following emojis:
- ➕
:heavy_plus_sign:
when adding a file or implementing a new feature - 🔨
:hammer:
when fixing a bug or issue - 💚
:green_heart:
when improving code or comments - ⚡
:zap:
when improving performance or reducing file size - 📜
:scroll:
when updating docs or readme - 🔑
:key:
when dealing with security - 🔁
:repeat:
when updating dependencies or data - ✅
:white_check_mark:
when releasing a new version - 👕
:shirt:
when refactoring or removing linter warnings - ❌
:x:
when removing code or files
- ➕
Testing the current state and reporting bugs is a great way to help! Here's how:
git clone https://github.com/devmount/sloth.css
cd sloth.css
npm i
npm run docs:serve
Now you can check http://localhost:8080 (or the next available free port) to have the documentation pages served right from the latest repository state. If you run into any problems or find any issues, create a bug report or start a discussion thread.
Again: Thanks a lot for your support! 🧡