Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 982 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 982 Bytes

Contributing

Overview

Learn the rules to follow when you contribute code or content to this project.

Contributing process

The contributing process in this project relies on the GitHub flow. This means that you contribute through pull requests. When adding new code or content to this project, follow these rules:

  1. Fork this repository.
  2. Make your changes. Do not forgot about:
    • Naming and architecture convention
    • Project structure
    • Tests
    • Updating relevant documents if you add, remove, update props, configuration, or themes
  3. Squash your changes to a single commit. Write a concise commit message in the imperative mood, as described here.
  4. Rebase your changes to the latest develop branch.
  5. Create a pull request.

Pull requests are very welcome. However, if you want to add a new feature, use GitHub issues to discuss your ideas first.