diff --git a/README.md b/README.md index 0cac4a2..f24de31 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ This library is "imported" into Power Query by following these steps: Please contribute in the folder category that best suits. If the folder does not exist, create it. The functions you create will only work if all the Power Query native functions used are declared in the [**M.pq**](M.pq) file. You can run the [M_Creator.py](M_Creator.py) Python script to locate all the functions via regex and rewrite an M.pq file. +### How can you contribute? + + - New functions. + - Upgrading + - Adding documentation to existing functions. + - Solve open issues. ### Contributing guidelines 1. Make sure to add the corresponding credits to your code. Plagiarism will not be tolerated. @@ -48,8 +54,9 @@ Below, you will find other handy PowerQuery libraries that could come in handy: ## License This project is licensed under the [MIT License](LICENSE). \ No newline at end of file