Skip to content

Commit a201aa8

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 085a832 commit a201aa8

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

PULL_REQUEST_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Each pull request should address a single issue, and have a meaningful title.
2+
3+
**Description**
4+
Explain what you have changed, and why.
5+
6+
**Checklist:**
7+
- [ ] Securely signed commits
8+
- [ ] Component(s) with PHPdocs
9+
- [ ] Unit testing, with >80% coverage
10+
- [ ] User guide updated
11+
- [ ] Conforms to style guide
12+
13+
---------Remove from here down in your description----------
14+
15+
**Notes**
16+
- Pull requests must be in English
17+
- If the PR solves an issue, reference it with a suitable verb and the issue number
18+
(e.g. fixes <hash>12345
19+
- Unsolicited PRs will be considered, but there is no guarantee of acceptance
20+
- Pull requests should be from a feature branch in the contributor's fork of the repository
21+
to the develop branch of the project repository
22+

0 commit comments

Comments
 (0)