@@ -6,7 +6,7 @@ All packages are under the main repo. To clone the dev environment:
6
6
7
7
``` bash
8
8
$ git clone -b v2 https://github.com/gadicc/meteor-messageformat.git
9
- $ cd meteor-messageformat
9
+ $ cd meteor-messageformat
10
10
```
11
11
12
12
This directory now contains the repo base dir (README, etc), ` msgfmt:core ` , ` msgfmt:ui ` ,
@@ -36,6 +36,24 @@ and open a browser to http://localhost:3002/.
36
36
1 . Create your new code
37
37
1 . Confirm that your test now passes
38
38
39
+ ## Pull Request Requirements
40
+
41
+ We greatly appreciate help with this project but we have a few requirements
42
+ to ensure smooth development.
43
+
44
+ 1 . ** Keep your PR as simple and concise as possible** . * Do not mix multiple
45
+ ** unrelated** features/fixes into a single PR.* It is almost always
46
+ impossible for us to accept PRs that ignore this rule. To submit multiple PRs,
47
+ simply use a different * branch* for each feature. This is common practice
48
+ everywhere. e.g. ` git checkout -b faster-loads ` (see also the GitHub
49
+ pull request doc linked below).
50
+
51
+ 1 . ** All PRs should contain a test, that what would have failed before your
52
+ change and passes after (see above)** . If there's no existing test that you
53
+ can copy, paste and modify to test for your work, and you don't feel
54
+ comfortable writing your own, it's ok, but then please state this when
55
+ submitting.
56
+
39
57
## Contributing your change (Pull Requests)
40
58
41
59
Please see https://help.github.com/articles/using-pull-requests/ .
0 commit comments