diff --git a/packages/guides-cli/.gitattributes b/packages/guides-cli/.gitattributes index 107086670..3017e2ae5 100644 --- a/packages/guides-cli/.gitattributes +++ b/packages/guides-cli/.gitattributes @@ -2,3 +2,4 @@ /docs export-ignore /tests export-ignore /.gitignore export-ignore +.github export-ignore diff --git a/packages/guides-cli/.github/pull_request_template.md b/packages/guides-cli/.github/pull_request_template.md new file mode 100644 index 000000000..09fc97f9d --- /dev/null +++ b/packages/guides-cli/.github/pull_request_template.md @@ -0,0 +1,18 @@ +# Contribute to the phpDocumentor Guides + +## Go to the mono-repository + +This project is developed in the mono-repository `phpDocumentor Guides `__. +The repository you are currently in gets auto-created by splitting the mono-repository. You **must not** contribute +to this repository directly but always to the mono-repository linked above. + +## Create Issues + +* If you find something missing or something is wrong in this library, you are welcome to write an issue + describing the problem: `Issues on GitHub `__. +* If you can, please try to fix the problem yourself. + +# Make changes (create pull requests) + +See the `Contribution chapter `__ in the +`Documentation` `__. diff --git a/packages/guides-code/.gitattributes b/packages/guides-code/.gitattributes new file mode 100644 index 000000000..3017e2ae5 --- /dev/null +++ b/packages/guides-code/.gitattributes @@ -0,0 +1,5 @@ +/.gitattributes export-ignore +/docs export-ignore +/tests export-ignore +/.gitignore export-ignore +.github export-ignore diff --git a/packages/guides-code/.github/pull_request_template.md b/packages/guides-code/.github/pull_request_template.md new file mode 100644 index 000000000..09fc97f9d --- /dev/null +++ b/packages/guides-code/.github/pull_request_template.md @@ -0,0 +1,18 @@ +# Contribute to the phpDocumentor Guides + +## Go to the mono-repository + +This project is developed in the mono-repository `phpDocumentor Guides `__. +The repository you are currently in gets auto-created by splitting the mono-repository. You **must not** contribute +to this repository directly but always to the mono-repository linked above. + +## Create Issues + +* If you find something missing or something is wrong in this library, you are welcome to write an issue + describing the problem: `Issues on GitHub `__. +* If you can, please try to fix the problem yourself. + +# Make changes (create pull requests) + +See the `Contribution chapter `__ in the +`Documentation` `__. diff --git a/packages/guides-graphs/.gitattributes b/packages/guides-graphs/.gitattributes index 107086670..3017e2ae5 100644 --- a/packages/guides-graphs/.gitattributes +++ b/packages/guides-graphs/.gitattributes @@ -2,3 +2,4 @@ /docs export-ignore /tests export-ignore /.gitignore export-ignore +.github export-ignore diff --git a/packages/guides-graphs/.github/pull_request_template.md b/packages/guides-graphs/.github/pull_request_template.md new file mode 100644 index 000000000..09fc97f9d --- /dev/null +++ b/packages/guides-graphs/.github/pull_request_template.md @@ -0,0 +1,18 @@ +# Contribute to the phpDocumentor Guides + +## Go to the mono-repository + +This project is developed in the mono-repository `phpDocumentor Guides `__. +The repository you are currently in gets auto-created by splitting the mono-repository. You **must not** contribute +to this repository directly but always to the mono-repository linked above. + +## Create Issues + +* If you find something missing or something is wrong in this library, you are welcome to write an issue + describing the problem: `Issues on GitHub `__. +* If you can, please try to fix the problem yourself. + +# Make changes (create pull requests) + +See the `Contribution chapter `__ in the +`Documentation` `__. diff --git a/packages/guides-markdown/.gitattributes b/packages/guides-markdown/.gitattributes index 107086670..3017e2ae5 100644 --- a/packages/guides-markdown/.gitattributes +++ b/packages/guides-markdown/.gitattributes @@ -2,3 +2,4 @@ /docs export-ignore /tests export-ignore /.gitignore export-ignore +.github export-ignore diff --git a/packages/guides-markdown/.github/pull_request_template.md b/packages/guides-markdown/.github/pull_request_template.md new file mode 100644 index 000000000..09fc97f9d --- /dev/null +++ b/packages/guides-markdown/.github/pull_request_template.md @@ -0,0 +1,18 @@ +# Contribute to the phpDocumentor Guides + +## Go to the mono-repository + +This project is developed in the mono-repository `phpDocumentor Guides `__. +The repository you are currently in gets auto-created by splitting the mono-repository. You **must not** contribute +to this repository directly but always to the mono-repository linked above. + +## Create Issues + +* If you find something missing or something is wrong in this library, you are welcome to write an issue + describing the problem: `Issues on GitHub `__. +* If you can, please try to fix the problem yourself. + +# Make changes (create pull requests) + +See the `Contribution chapter `__ in the +`Documentation` `__. diff --git a/packages/guides-restructured-text/.github/pull_request_template.md b/packages/guides-restructured-text/.github/pull_request_template.md new file mode 100644 index 000000000..09fc97f9d --- /dev/null +++ b/packages/guides-restructured-text/.github/pull_request_template.md @@ -0,0 +1,18 @@ +# Contribute to the phpDocumentor Guides + +## Go to the mono-repository + +This project is developed in the mono-repository `phpDocumentor Guides `__. +The repository you are currently in gets auto-created by splitting the mono-repository. You **must not** contribute +to this repository directly but always to the mono-repository linked above. + +## Create Issues + +* If you find something missing or something is wrong in this library, you are welcome to write an issue + describing the problem: `Issues on GitHub `__. +* If you can, please try to fix the problem yourself. + +# Make changes (create pull requests) + +See the `Contribution chapter `__ in the +`Documentation` `__. diff --git a/packages/guides-theme-bootstrap/.github/pull_request_template.md b/packages/guides-theme-bootstrap/.github/pull_request_template.md new file mode 100644 index 000000000..09fc97f9d --- /dev/null +++ b/packages/guides-theme-bootstrap/.github/pull_request_template.md @@ -0,0 +1,18 @@ +# Contribute to the phpDocumentor Guides + +## Go to the mono-repository + +This project is developed in the mono-repository `phpDocumentor Guides `__. +The repository you are currently in gets auto-created by splitting the mono-repository. You **must not** contribute +to this repository directly but always to the mono-repository linked above. + +## Create Issues + +* If you find something missing or something is wrong in this library, you are welcome to write an issue + describing the problem: `Issues on GitHub `__. +* If you can, please try to fix the problem yourself. + +# Make changes (create pull requests) + +See the `Contribution chapter `__ in the +`Documentation` `__. diff --git a/packages/guides/.gitattributes b/packages/guides/.gitattributes index b19c047ce..3017e2ae5 100644 --- a/packages/guides/.gitattributes +++ b/packages/guides/.gitattributes @@ -1,5 +1,5 @@ /.gitattributes export-ignore /docs export-ignore -/examples export-ignore /tests export-ignore /.gitignore export-ignore +.github export-ignore diff --git a/packages/guides/.github/pull_request_template.md b/packages/guides/.github/pull_request_template.md new file mode 100644 index 000000000..09fc97f9d --- /dev/null +++ b/packages/guides/.github/pull_request_template.md @@ -0,0 +1,18 @@ +# Contribute to the phpDocumentor Guides + +## Go to the mono-repository + +This project is developed in the mono-repository `phpDocumentor Guides `__. +The repository you are currently in gets auto-created by splitting the mono-repository. You **must not** contribute +to this repository directly but always to the mono-repository linked above. + +## Create Issues + +* If you find something missing or something is wrong in this library, you are welcome to write an issue + describing the problem: `Issues on GitHub `__. +* If you can, please try to fix the problem yourself. + +# Make changes (create pull requests) + +See the `Contribution chapter `__ in the +`Documentation` `__.