Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 3.26 KB

CONTRIBUTING.md

File metadata and controls

57 lines (34 loc) · 3.26 KB

Welcome to Oxalis-NG contributing guide

Thank you for investing your time in contributing to our project !!! Any contribution you make will be reflected on Oxalis-NG Releases ✨.

Read our Code of Conduct to keep our community approachable and respectable. In this guide you will get an overview of the contribution workflow from opening an issue, creating a PR, reviewing, and merging the PR.

New contributor guide

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

Getting started

Before starting contributing, please make yourself aware of codebase, and also go through WIKI pages.

Issues

Create a new issue

If you found a bug/issue, before creating issue first search if such issue already exist or not - Search in both open and closed issues. If a related issue doesn't exist, you can open a new issue using a relevant issue form.

Solve an issue

Scan through our existing issue to find one that interests you. You can narrow down the search using labels as filters. 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.

Make Changes

Make changes locally

  1. Fork the repository.
  1. Create a working branch and start with your changes!

Pull Request

When you're finished with the changes, create a pull request, also known as a PR - Pull Request Template

Your PR is merged!

Congratulations 🎉🎉 The Oxalis Community team thanks you ✨.

Once your PR is merged, your contributions will be publicly visible on the Oxalis-NG Releases.