Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 841 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 841 Bytes

How to contribute to Github Search

This document contains some tips on how to collaborate in this project.

Filling an issue

If you find a bug or want to propose a new feature, you could go on and Open an Issue. Also, you could create a Pull Request for solving the given issue, where a discussion would be set with the project developers community; We are always happy to support new developers into our project!

Branching and Pull Requests

Currently, the repository contains two branches: dev (which means development) and main (which is the main branch). All Pull Requests should be targetting the dev branch. Try to give a complete description of the changes that you propose in your Pull Request and reference the issue that you are solving.

Happy hacking!