@extends('layouts.master')
@section('master-content')
Thank you for wanting to help out! To expand our database, we are looking for volunteers to enter more verbs.
@if(!Auth::check())
Login
Sign up
@endif
Here's how it works:
- Any user can suggest new verbs.
- These have to be peer-reviewed by other contributors.
- It has to get {{ Verb::ACCEPTED_VOTE_COUNT }} votes to be accepted.
- Contributors earn points for all accepted verbs they suggested.
- The vote weight is dependent on the number of points a user has.
If you have any questions, please write me at info@camilstaps.nl.
@if(Auth::check())
@include('suggestions')
@include('suggest')
@include('add_root')
@endif
@endsection