Guangcong Luo
f432cc9ef8
Improve CONTRIBUTING.md
2017-07-27 23:21:09 -04:00
Guangcong Luo
5faccd045a
Rephrase CONTRIBUTING.md
2017-07-21 00:30:24 -05:00
Guangcong Luo
6dd58b40d3
Refactor simulator into new sim/ directory
...
This is a surprisingly minor refactor considering how many files it
touches, but most of this is only renames.
In terms of file renames:
- `tools.js` is now `sim/dex.js`
- `battle-engine.js` is now `sim/index.js` and its three classes are
in `sim/battle.js`, `sim/side.js`, and `sim/pokemon.js`
- `prng.js` is now `sim/prng.js`
In terms of variable renames:
- `Tools` is now `Dex`
- `BattleEngine` is now `Sim`
- `BattleEngine.Battle` is now `Sim.Battle`
- `BattleEngine.BattleSide` is now `Sim.Side`
- `BattleEngine.BattlePokemon` is now `Sim.Pokemon`
2017-05-05 16:48:38 -05:00
Guangcong Luo
224400408a
CONTRIBUTING.md: Improve phrasing
2017-02-25 14:48:15 -06:00
Guangcong Luo
4d5aac8157
CONTRIBUTING: Improve commit description example
2017-02-12 20:50:27 -06:00
Guangcong Luo
08d178a681
Update CONTRIBUTING.md
2017-02-10 17:10:15 -05:00
panpawn
41f1f2666a
CONTRIBUTING.md: Don't open duplicate PRs ( #3040 )
...
I guess we never mentioned anything about duplicate pull requests specifically, and we probably should since this has happened a lot in the past.
2016-12-19 22:09:11 -08:00
panpawn
aeae99eee8
CONTRIBUTING.md: Make squashing optional ( #3018 )
...
Because squash-merge is a thing now, we probably don't have to enforce this as heavily as we used to.
2016-12-11 15:15:52 -08:00
Guangcong Luo
845fc4db61
CONTRIBUTING.md: Add string standards
...
Closes #2710
2016-09-24 23:14:16 -07:00
Ben Davies
d992f1c13f
Update package.json and CONTRIBUTING.md to mention Node 6 ( #2746 )
2016-09-16 00:42:15 -07:00
Guangcong Luo
bc43a95f3c
CONTRIBUTING.md: Mention for-in on Arrays
2016-08-21 01:50:00 -05:00
Guangcong Luo
a311807511
CONTRIBUTING.md: Make the BAD/GOOD lists bulleted
...
This is mostly so I don't have to change my editor's treatment of
trailing whitespace. Why is trailing whitespace meaningful in
Markdown, anyway? :(
2016-08-21 01:48:42 -05:00
Guangcong Luo
9b57df1cbf
Update CONTRIBUTING.md for Node 6
...
(Also fix a typo)
2016-08-18 16:25:52 -05:00
Guangcong Luo
de0a6521bb
Update CONTRIBUTING.md
2016-03-24 17:29:56 -07:00
Guangcong Luo
2d95019080
Add a basic CONTRIBUTING.md
...
Closes #2419
2016-02-19 05:18:40 -06:00