Contributing to Folktale

Hi~☆! Thanks for the interest in contributing to Folktale! Your help is much appreciated, and this guide will give you some pointers on what you can do to make things go as smoothly as possible. Don’t worry about making mistakes, though! These aren’t hard rules, and we’re here to help you on anything you need :)

First of all…

Code of Conduct Folktale aims to be a friendly, welcoming, and inclusive community, so we have a few rules in place to ensure that. In short: be respectful, but you can see the full details of expectations and enforcement on the Code of Conduct page.

Contents

How can I contribute?

Folktale is currently accepting four types of contributions:

The contribution process

All of these contributions happen through GitHub, and they follow the same basic process. GitHub has a neat visual guide for its GitHub flow.

In order to contribute, you have to create a GitHub account (if you haven’t yet), and fork the Folktale repository. This will give you your own copy of the Folktale code, which you can modify as you please. Once you’re ready to propose your changes, open a pull request on the Folktale repository. GitHub has a guide for this fork/pull-request cycle if you’re not familiar with it.

A Pull Request is pretty much a way of starting a dialogue about some changes. We’ll review the changes, and sometimes we may ask for some additional changes, or suggest some improvements. Once we and you agree that the changes are good, they are merged in the main codebase for Folktale, and scheduled to be released in the next version.

How do I make my changes?

Some changes can be as simple as hitting the edit button in the file on the GitHub website, and proposing the change. Fixing typos in the documentation doesn’t really need anything else. For code changes, however, you’ll want to download the code, so you can edit it in your favourite code editor, and test your changes as you make them. This requires setting up a development environment.

Detailed instructions on how to make your changes and test them are provided in the pages for each type of contribution.

Do I own my contribution?

Yes. But you also agree to release it under the same terms in which Folktale is licensed, the MIT licence. See the GitHub terms of service for details. In essence, this ensures that Folktale users can use your work in their projects :)