Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 2.24 KB

CONTRIBUTING.md

File metadata and controls

47 lines (29 loc) · 2.24 KB

Contributing to the GitLab Neovim Plugin

Developer Certificate of Origin + License

By contributing to GitLab B.V., You accept and agree to the following terms and conditions for Your present and future Contributions submitted to GitLab B.V. Except for the license granted herein to GitLab B.V. and recipients of software distributed by GitLab B.V., You reserve all right, title, and interest in and to Your Contributions. All Contributions are subject to the following DCO + License terms.

DCO + License

All Documentation content that resides under the docs/ directory of this repository is licensed under Creative Commons: CC BY-SA 4.0.

This notice should stay as the first item in the CONTRIBUTING.md file.


Thank you for your interest in contributing to the GitLab Plugin for Neovim! This guide details how to contribute to this plugin in a way that is easy for everyone. These are mostly guidelines, not rules. Use your best judgement, and feel free to propose changes to this document in a merge request.

Code of Conduct

We want to create a welcoming environment for everyone who is interested in contributing. Visit our Code of Conduct page to learn more about our commitment to an open and welcoming environment.

Getting Started

Reporting Issues

Create a new issue from the "Bug" template and follow the instructions in the template.

Proposing Features

Create a new issue from the "Feature Proposal" template and follow the instructions in the template.

Your First Code Contribution?

For newcomers to the project, you can take a look at issues labeled as Accepting merge requests as available here.

Configuring Development Environment

See our documentation on the development process.