diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cba9a8e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +/.github export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..b484f9b --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,8 @@ +Contributing to Pico +==================== + +Pico aims to be a high quality Content Management System (CMS) but at the same time wants to give contributors freedom when submitting fixes or improvements. + +By contributing to Pico, you accept and agree to the *Developer Certificate of Origin* for your present and future contributions submitted to Pico. Please refer to the ["Developer Certificate of Origin" section](https://github.com/picocms/Pico/blob/master/CONTRIBUTING.md#developer-certificate-of-origin) in the `CONTRIBUTING.md` of our main repository. + +Aside from this, we want to *encourage*, but not obligate you, the contributor, to follow our contribution guidelines. Having said that: we really appreciate it when you apply the guidelines in part or wholly as that will save us time which, in turn, we can spend on bugfixes and new features. Please refer to the [`CONTRIBUTING.md` of our main repository](https://github.com/picocms/Pico/blob/master/CONTRIBUTING.md) for our actual contribution guidelines. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..ec08db4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,48 @@ + diff --git a/README.md b/README.md index c1e7c37..55bd237 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,15 @@ social: icon: chat --- ``` + +Getting Help +------------ + +Please refer to the ["Getting Help" section](https://github.com/picocms/Pico#getting-help) of our main repository. + +Contributing +------------ + +Please refer to the ["Contributing" section](https://github.com/picocms/Pico#contributing) of our main repository. + +By contributing to Pico, you accept and agree to the *Developer Certificate of Origin* for your present and future contributions submitted to Pico. Please refer to the ["Developer Certificate of Origin" section](https://github.com/picocms/Pico/blob/master/CONTRIBUTING.md#developer-certificate-of-origin) in the `CONTRIBUTING.md` of our main repository.