Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 2.13 KB

CONTRIBUTING.md

File metadata and controls

54 lines (31 loc) · 2.13 KB

Become a contributor

You can contribute in several ways. Here are some examples:

  • Contribute codebase.

  • Report and triage bugs.

  • Develop community plugins and dashboards.

  • Write technical documentation and blog posts, for users and contributors.

  • Organize meetups and user groups in your local area.

  • Help others by answering questions about certain projects.

  • For more ways to contribute, check out the Open Source Guidelines

Report bugs

Before submitting a new issue, try to make sure someone hasn't already reported the problem. Look through the existing issues for similar issues.

Report a bug by submitting a bug report. Make sure that you provide as much information as possible on how to reproduce the bug.

Follow the issue template and add additional information that will help us replicate the problem.

Security issues

If you believe you've found a security vulnerability, please read our security policy for more details.

Suggest enhancements

If you have an idea of how to improve, submit an enhancement request.

We want to make it accessible to even more people. Submit an accessibility issue to help us understand what we can improve.

Triage issues

If you don't have the knowledge or time to code, consider helping with issue triage. The community will thank you for saving them time by spending some of yours.

Answering questions

If you have a question and you can't find the answer in the documentation, the next step is to ask it on the community site.

It's important to us to help these users, and we'd love your help. Sign up to our community site, and start helping other users by answering their questions.

Your first contribution

Unsure where to begin contributing? Start by browsing issues labelled beginner friendly or help wanted.

  • Beginner-friendly

    • issues are generally straightforward to complete.
  • Help wanted

    • issues are problems we would like the community to help us with regardless of complexity.

If you're looking to make a code change, see how to set up your environment for local development.

When you're ready to contribute, it's time to Create a pull request.