--- title: Contribute to Plume summary: "You want to help, but you don't know how? These guides explain you how to translate Plume, hack on its source code, write documentation, etc." icon: heart priority: 2 ---

Before contributing, be sure to read and agree with our Code of conduct

Here is a (non-exhaustive) list of how you can contribute to Plume. Some may suit you better, depending on your skills and the time you want to offer to the project

<% sitemap.resources .select{ |p| p.path =~ /\.html/ && p.path != "index.html" && p.url.chomp('/').split('/').size == 3 && p.path =~ /contribute\// } .sort{ |a, b| a.data.title <=> b.data.title } .sort{ |a, b| -(a.data.priority || 0) <=> -(b.data.priority || 0) } .each do |res| %>

<%= link_to res.data.title, res %>

<%= res.data.summary %>

<% if res.data.time %> Minimum time: <%= res.data.time %> <% end %>
<% end %>

But you can also contribute differently. For instance, you could:

If you contributed to Plume, you can add yourself to the <%= link_to "contributors page", "/organization/contributors.html" %> if you want.

If you ever encounter some difficulties while trying to contribute, please <%= link_to "tell us", "/contribute/discussion.html" %>, we will be happy to help you.