Skip to content

Commit

Permalink
docs: contributing styles
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jul 30, 2024
1 parent fbf8be6 commit d5db2dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@ Please submit a pull request for minor changes and submit issues for major chang
## Testing

When providing a new feature or bug fix, please provide tests that demonstrate the issue along with your fix.

## Themes

New styles need to be implemented in the `styles.go`, and then `go generate
./...` will create the JSON files from it.

You can look up all references of another theme (e.g. Dracula), and add your
theme accordingly.

0 comments on commit d5db2dc

Please sign in to comment.