blob: a71f0a81a99f62c6522914b336a73e403d41a351 [file] [log] [blame] [view]
---
sidebar_position: 01
title: "How to Make Contributions?"
linkTitle: "How to Make Contributions?"
tags: []
categories: []
weight: 10000
description: >
The steps and specs to contribute to DevLake.
---
👍🎉 First off, thanks for taking the time to contribute! 🎉👍
The following is a set of guidelines for contributing to DevLake. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
## How Can I Contribute?
1. Reporting bugs by filling out the required issue template and labeling the new issue as 'type/bug'.
2. Suggesting enhancements.
If you intend to change the public API, or make any non-trivial changes to the implementation, we recommend filing an issue. This lets us reach an agreement on your proposal before you put significant effort into it.
If youre only fixing a bug, its fine to submit a pull request right away but we still recommend to file an issue detailing what youre fixing. This is helpful in case we dont accept that specific fix but want to keep track of the issue.
You can check [here](make-contribution/fix-or-create-issues.md) for details.
## Maintainer team
Apache DevLake is maintained by apache/devlake committers. We aim to achieve an SLA of 24 hrs for replying to issues.
## Development workflow
Please check [Development Workflow](make-contribution/development-workflow.md)
## Contributor growth program
Please check [Contributor Growth Program](make-contribution/contributor-growth-program.md)