Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 3.49 KB

CONTRIBUTING.adoc

File metadata and controls

62 lines (40 loc) · 3.49 KB

How to contribute to Decidim

We are really glad you are reading this, because we need volunteer contributors to help this project come to fruition.

Please note that by making a Pull Request in this repository you are agreeing with Decidim’s Social Contract and our Code of Conduct.

Do you want to say hello to us?

Come find us at our Matrix.org space. We have chat rooms for developers, designers and translators.

Did you find a bug?

  • Do not open up a GitHub issue if the bug is a security vulnerability in Decidim, and instead send us an email to security [at] decidim.org. See full security policy.

  • Ensure the bug was not already reported by searching on GitHub under Issues and on Metadecidim.

  • If you are unable to find an open issue addressing the problem, open a new one on GitHub. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch.

  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

  • Check our development_guide.

  • When the PR includes a breaking change or includes something that requires manual intervention when deploying, it is necessary to add it on the changelog upgrade notes. See rules for the changelog page in docs.

Do you intend to add a new feature or change an existing one?

  1. Suggest your change in Metadecidim

  2. Wait until Product Team reviews and accept the feature Do not open an issue on GitHub until you have collected positive feedback about the change and Product Team has approved it. GitHub issues are primarily intended for bug reports, fixes and already discussed features on Metadecidim Roadmap Process.

  3. Make the Pull Request.

If your change does not need to make a Pull Request in this repository because is a Module, then you do not need to ask permission for it :D

You can read in detail about this process in Governance.

Do you have questions about the source code?

Do you want to contribute to Decidim documentation?

Do you want to improve an existing language in Decidim?

Do you want to add a new language to Decidim?

Thanks! :heart: :heart: :heart:

Decidim Team