You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contributions are welcome, and are accepted via pull requests.
4
+
Please review these guidelines before submitting any pull requests.
5
+
6
+
## Process
7
+
8
+
1. Fork the project
9
+
1. Create a new branch
10
+
1. Code, test, commit and push
11
+
1. Open a pull request detailing your changes. Make sure to follow the [template](.github/PULL_REQUEST_TEMPLATE.md)
12
+
13
+
## Guidelines
14
+
15
+
* Please ensure the coding style running `composer lint`.
16
+
* Send a coherent commit history, making sure each individual commit in your pull request is meaningful.
17
+
* You may need to [rebase](https://git-scm.com/book/en/v2/Git-Branching-Rebasing) to avoid merge conflicts.
18
+
* Please remember that we follow [SemVer](http://semver.org/).
19
+
20
+
## Setup
21
+
22
+
Clone your fork, then install the dev dependencies:
23
+
```bash
24
+
composer install
25
+
```
26
+
27
+
Before starting development, please ensure that [GNU Aspell](https://en.wikipedia.org/wiki/GNU_Aspell) is installed on your machine. This is required for the spell-checking functionality.
28
+
29
+
-**Installing Aspell:**\
30
+
Please refer to the instructions in the [README](README.md) under the Installation section or the [Aspell website](http://aspell.net/) for instructions on how to install Aspell.
0 commit comments