Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.86 KB

CONTRIBUTING.md

File metadata and controls

31 lines (16 loc) · 1.86 KB

Contributing to Lighthaus

Thanks for your interest in Lighthaus. We really appreciate it.

Before you begin please consider reading the following info to make it all work smoothly.

Getting Started

Before starting any new issues , please search the issues for the project for an exisisting one.

For new ports, open an issue here on the project repo. This would help in finalizing everything before starting a new repo for the port.

Submitting Errors/Issues

Please post new issues and errors on the relevant project repo. For issues with the theme at large, post it at the project repo.

Please use the Issue Template to start new issues. This helps in keeping things standard across the project.

Pull Requests

Before making a PR for a new port, open an issue here using the Issue Template. We will setup a new repo for the new port and the final PR can be made there.

Please use the PR-Template to make your PR. This helps in keeping things standard across the project.

Versioning System

Lighthaus and all it's projects use Semantic Versioning.

TL;DR: v1.0.* Patch versions for minor bugfixes and changes. v1.*.0 for minor enhancements and further plugin support(as might be the case with vim). v*.0.0 for major changes that will break backwards compatibility.