Rob Riddle
5b08d72876
Fix typos in documentation
9 years ago
Braydon Fuller
90a4f6460a
Include community website links in CONTRIBUTING.
10 years ago
Braydon Fuller
a50fccef4d
Changes behavior of `toJSON` to work as expected with `JSON.stringify`
- see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#toJSON%28%29_behavior
- Updates CONTRIBUTING with changes to Stardard Methods
- Aliases toJSON for toObject
- Removes all `fromJSON` methods, and many cases replaces with `fromObject`
- Constructors expect an object parsed via `JSON.parse` for JSON input
10 years ago
Mike C
3da27b43d3
Clarify what is meant by CamelCase
The documentation referred to "CamelCase" meaning "upper camel case". Since the term "camel case" generally means "lower camel case" if "upper" or "lower" is not stated, this could be confusing. While the example following the instruction clarifies the meaning, I think it is even more clear to specify "UpperCamelCase".
10 years ago
Braydon Fuller
8db9ab8793
Fixed typo with contributing index
10 years ago
Braydon Fuller
50894bba6b
Added documentation to the contributing file, and adjusted formatting of section headings.
10 years ago
Braydon Fuller
47cb6f377d
Fixed capitalization in headers
10 years ago
Esteban Ordano
cdfcc265e4
contributing: Add T4, test data in JSON files
10 years ago
Braydon Fuller
3e1ca2be42
Proofread Documentation
10 years ago
Braydon Fuller
7d015b1528
Proofread and fixed typos, etc. in contributing
10 years ago
Manuel Araoz
b545f3dd5a
update CONTRIBUTING.md with style guide
10 years ago
Braydon Fuller
f6c7ec5d22
Contributing: Added G7 "Standard Methods"
10 years ago
Esteban Ordano
c62525f865
Add two more rules to CONTRIBUTING
10 years ago
Esteban Ordano
02cda17620
Refactor Contributing
10 years ago
Manuel Araoz
ad8b7618e7
add contributing.mdwq
11 years ago