diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..311b074 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Contributing + +Contributions are very **welcome** and will be **fully credited** to the respective authors. + +We accept the contributions via pull request or report the issues. + +## Pull Requests + +- Follow the [Coding Standards](CODING_STANDARD.md) for code compliants. +- Make sure tested with **`phpcs`** before make pull request (see the github workflows). +- Always be responsible for the codes.