File: CONTRIBUTING.md

package info (click to toggle)
ruby-jekyll-polyglot 1.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,840 kB
  • sloc: xml: 12,011; ruby: 1,740; sh: 32; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 550 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Welcome to Polyglot contributing guide
Thank you for investing your time in contributing to our project! Any contribution you make will be reflected on https://polyglot.untra.io ✨.

This guide covers steps for interested contributors to polyglot source code, documentation or example website.

## Running tests

If you make any contributions to ruby source code, I will request you add a test to the spec.

In the spec/ directory there are a series of ruby spec files.

run tests with `test.sh`.
rebuild the gem and example site with `make.sh`.