From e59c4f8b992d801bd586ad3120c08f27e3a33298 Mon Sep 17 00:00:00 2001 From: AlexKVal Date: Wed, 29 Apr 2015 14:46:22 +0300 Subject: [PATCH] [added] Clarification about implementing components. --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b2958ac67b..7cc85c9a63 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,6 +59,16 @@ check out these [5 useful tips for a better commit message][commit-message] Please update the docs with any API changes, the code and docs should always be in sync. +## Implement additional components and features + +This project is seeking parity with the core Bootstrap library. +Component by component to the extent it is possible. + +Also Bootstrap mentions http://getbootstrap.com/getting-started/#examples +as examples of things you can do, but they are not part of the core library, +therefore this project is the wrong place to implement them. + + ## Collaborators Please see the [Maintaining](./MAINTAINING.md) documentation.