aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
blob: d61b3b67a5585fa588c930f7404fc492306efdbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Contributing to Vespa
We appreciate contributions to Vespa!
Below is a quick how-to


## Reporting issues
Reporting a problem is a valuable contribution.
Use GitHub issues to report bugs. Issues are evaluated almost daily


## Check the ToDo list
Future features are kept on the [ToDo list](TODO.md) - 
minor fixes better reported in issues.


## Build custom plugins
Vespa has great support for custom plugins -
you will often find that the best way to implement your application is by writing a plugin -
refer to the [APIs](http://docs.vespa.ai/documentation/api.html).


## Where to start contributing
Most features plug into the Vespa Container - this is the most likely pleace to write enhancements.
Discuss with the community if others have similar feature requests - make the feature generic.

### Getting started
Build and test Vespa ... See [README](README.md) 

### Pull requests
The Vespa Team evaluates pull requests as fast as we can ...

## Community
List here - Slack channel?