@@ -46,15 +46,23 @@ OR inline content
4646See [ CONTRIBUTING] ( https://github.com/Maps4HTML/MapML.js/blob/main/CONTRIBUTING.md#contributing-to-mapml ) for details, but generally:
4747
48480 . Join our [ Community Group] ( https://www.w3.org/community/wp-login.php?redirect_to=%2Fcommunity%2Fmaps4html%2Fjoin )
49- 1 . Fork it!
50- 2 . Create your feature branch: ` git checkout -b my-new-feature `
51- 3 . Commit your changes: ` git commit -am 'Add some feature' `
52- 4 . Push to the branch: ` git push origin my-new-feature `
53- 5 . Submit a pull request : D
49+ 1 . Discuss your proposed changes or requirements in a GitHub issue in maps4html organization
50+ 2 . Once agreement is reached on your ideas, fork it!
51+ 3 . Create your feature branch: ` git checkout -b my-new-feature `
52+ 4 . Commit your changes: ` git commit -am 'Add some feature' `
53+ 5 . Push to the branch: ` git push origin my-new-feature `
54+ 6 . Submit a pull request : D
55+ 7 . Iterate as required.
5456
5557## History
5658
57- TODO: Write history
59+ The idea of standardizing maps in the web platform arose from discussions at a
60+ W3C linking spatial data workshop in 2014. A second
61+ online workshop focused on maps for the web was held in 2020, and from the latter,
62+ many detailed requirements for maps on the web were presented. The MapML
63+ polyfill attempts to track and implement these (evolving) requirements, with the
64+ intent being to eventually fully specify and the requirements of web map
65+ users as an update to the HTML Living Standard, implemented by browsers.
5866
5967## Credits
6068
@@ -63,6 +71,13 @@ Map for HTML Community members and supporters past, present and future.
6371## License
6472
6573All Reports in this Repository are licensed by Contributors under the
66- [ W3C Software and Document License] ( http ://www.w3.org/Consortium/Legal/2015/ copyright- software-and-document ) .
74+ [ W3C Software and Document License] ( https ://www.w3.org/copyright/ software-license-2023/ ) .
6775Contributions to Specifications are made under the
6876[ W3C CLA] ( https://www.w3.org/community/about/agreements/cla/ ) .
77+
78+
79+ ## Code of Conduct
80+ [ Professional conduct] ( https://www.w3.org/policies/code-of-conduct/ ) on the part
81+ of our members is required and expected by our
82+ status as a project of the
83+ [ W3C Community and Business Groups program] ( https://www.w3.org/community/about/ ) .
0 commit comments