From ea0bc3911b5d055c027cdd0d067a3b3f64d7252d Mon Sep 17 00:00:00 2001 From: kenjis Date: Sun, 11 Sep 2022 01:07:17 +0900 Subject: [PATCH] docs: add CONTRIBUTING.md (#3) --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..36bbe53 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,10 @@ +# Contributing to CodeIgniter Coding Standard + +CodeIgniter Coding Standard is a community driven project and accepts contributions of +code and documentation from the community. + +If you'd like to contribute, please read the [Contributing to CodeIgniter](https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/README.md) +guide in the [main repository](https://github.com/codeigniter4/CodeIgniter4). + +If you are going to contribute to this repository, please report bugs or send PRs +to this repository instead of the main repository.