Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 2.57 KB

CONTRIBUTING.md

File metadata and controls

52 lines (32 loc) · 2.57 KB

CONTRIBUTING TO BLOQDOWN

Thank you for investing your time in contributing to our project!

We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:

  • Reporting an issue
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

CODE OF CONDUCT

To get started, read our Code of Conduct.

Our Development Process

Our process started from creating Issues. After the issues assigned to you, you can then start working on it and create a pull request. We actively welcome your pull requests and invite you to submit pull requests directly here, and after review, these can be merged into the project.

New contributor guide

To get an overview of the project, read the README. Here are some resources to help you get started with open source contributions:

Issues

Create a new issue

If you spot a problem with the the project/repo, search if an issue already exists. If a related issue doesn't exist, you can open a new issue.

Solve an issue

Scan through our existing issues to find one that interests you. You can narrow down the search using labels as filters. See Labels for more information. As a general rule, we don’t assign issues to anyone. If you find an issue to work on, you are welcome to open a PR with a fix.

Get Started

  1. Refer README to know how to run the project locally.
  2. Create a branch locally with these branch names:
    • fixes: fix/...
    • features: feature/...
    • docs: docs/...

Pull Request

When you're finished with the changes, create a pull request, also known as a PR to the dev branch and assign me (amirfakhrullah) as a reviewer.

Once reviewed, we will merged your pr.