Skip to content

Commit 3947327

Browse files
committed
TASK: add pull request templates for satilite libs
To prevent people from creating a pr, add a template with instructions
1 parent 29cb166 commit 3947327

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/docs export-ignore
33
/tests export-ignore
44
/.gitignore export-ignore
5+
.github export-ignore

.github/pull_request_template.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Contribute to the phpDocumentor Guides
2+
3+
## Go to the mono-repository
4+
5+
This project is developed in the mono-repository `phpDocumentor Guides <https://github.com/phpDocumentor/guides>`__.
6+
The repository you are currently in gets auto-created by splitting the mono-repository. You **must not** contribute
7+
to this repository directly but always to the mono-repository linked above.
8+
9+
## Create Issues
10+
11+
* If you find something missing or something is wrong in this library, you are welcome to write an issue
12+
describing the problem: `Issues on GitHub <https://github.com/phpDocumentor/guides/issues>`__.
13+
* If you can, please try to fix the problem yourself.
14+
15+
# Make changes (create pull requests)
16+
17+
See the `Contribution chapter <https://github.com/phpDocumentor/guides/tree/main/docs/contributions/index.rst>`__ in the
18+
`Documentation` <https://github.com/phpDocumentor/guides/tree/main/docs/index.rst>`__.

0 commit comments

Comments
 (0)