From 096865f7b2f56ec98442102e1786592251c6fda3 Mon Sep 17 00:00:00 2001 From: Min Si Thu Date: Wed, 25 Oct 2023 13:03:48 +0630 Subject: [PATCH] docs: Guide for contribution --- CONTRIBUTING.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 73aaceb..6abb091 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,18 @@ # How to contribute -- Create Issue for new features & bugs -- Check anyone is working the issue -- Create community tutorials \ No newline at end of file +## Issues + +### Create a new issue +If you spot a problem with the docs, search if an issue already exists. 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 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. + +## Pull Request + +### For creating pull request + +Fork the github repository, and and create a branch. Update your branch. After that, create a pull request. + + +