From 2d977c54ade8ecc300461e14d63917319177e99a Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 25 Feb 2016 11:56:13 +0000 Subject: [PATCH 1/2] Add barebones changelog --- CHANGES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGES.rst diff --git a/CHANGES.rst b/CHANGES.rst new file mode 100644 index 0000000000..d6c12bbf8e --- /dev/null +++ b/CHANGES.rst @@ -0,0 +1,9 @@ +Changes in matrix-react-sdk v0.1.0 (2016-02-24) +=============================================== + * Significant refactor: remove separation between views and controllers + * This release of the react-sdk will require additional components to function. + See https://github.com/vector-im/vector-web for a complete application. + +Changes in matrix-react-sdk v0.0.2 (2015-10-28) +=============================================== + * Initial release From e3b7330e3fe216d532b7bdc5a8bff121cd1cbcbe Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 25 Feb 2016 16:17:55 +0000 Subject: [PATCH 2/2] Add CONTRIBUTING.rst file --- CONTRIBUTING.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000000..99025f0e0a --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,4 @@ +Contributing code to The React SDK +================================== + +matrix-react-sdk follows the same pattern as https://github.com/matrix-org/synapse/blob/master/CONTRIBUTING.rst