Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New guidelines for contribution. #3045

Merged
merged 2 commits into from Aug 30, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 21 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
@@ -1,5 +1,25 @@
Fixes # .
Fixes #
--------

Changes proposed:
---------
(What are you proposing we change?)

-
-

Steps to replicate the issue:
----------
(If this PR is not fixing a defect/bug, you can remove this section.)

1.
2.

Steps to verify the solution:
-----------
(How does someone verify that this does what you think does?)

1.
2.


7 changes: 7 additions & 0 deletions docs/CONTRIBUTING.md
Expand Up @@ -35,3 +35,10 @@ To execute the same "release" testing that is performed during CI execution, run
## PHPUnit

See [the PHPUnit section in the automated testing docs](testing.md#PHPUnit)

# Submitting Pull Requests

Changes should be submitted as Github Pull Requests to the project repository. To help with review, pull requests are expected to adhere to two main guidelines:

1. PRs should be atomic and targeted at a single issue rather than broad-scope.
2. PRs are expected to follow the template defined by the project in `.github/ISSUE_TEMPLATE.md`