File: CONTRIBUTING.md

package info (click to toggle)
golang-github-charmbracelet-glamour 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,736 kB
  • sloc: sh: 25; makefile: 6
file content (23 lines) | stat: -rw-r--r-- 626 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Contributing

Contributions are welcome!

Please submit a pull request for minor changes and submit issues for major changes for discussions.

## Testing

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

### Golden Files

If golden files need to be updated, you can do so with `-update`.

Usage: `go test ./pkg/... -update`.

## Themes

New styles need to be implemented in `styles/<style-name>.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.