From b166c43a39fd6ce73468da3dbb16fb00b5923de4 Mon Sep 17 00:00:00 2001 From: carloluis Date: Fri, 1 Sep 2017 13:50:07 -0300 Subject: [PATCH 1/4] contributing - doc update --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 051ee58..15cb140 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,6 +5,14 @@ It’s people like you that helps to spread the knowledge and make this repo suc We are building it for people who want to learn more about these technologies. +In order to achieve this goal, we are keeping the main branch (`master`) as basic as possible. +* Only adding to it what we consider essential for starting projects. +* And, leaving other features (more advanced ones) to the `seed/*` branches. + +All these is also part of our second intention: avoid having an overwhelming amount of features/packages/configs. + +We plan to incorporate a *Contributors* section on the `README` to say thank you for helping us! + ## 1. Set up your environment Read our documentation on [docs/setup](docs/setup.md). From 556f4c8780fd95be19ea248369c4aa805fd265ca Mon Sep 17 00:00:00 2001 From: carloluis Date: Fri, 1 Sep 2017 13:52:13 -0300 Subject: [PATCH 2/4] contributing - second intention.. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 15cb140..31de083 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ In order to achieve this goal, we are keeping the main branch (`master`) as basi * Only adding to it what we consider essential for starting projects. * And, leaving other features (more advanced ones) to the `seed/*` branches. -All these is also part of our second intention: avoid having an overwhelming amount of features/packages/configs. +All these is also part of our second intention: avoid having an overwhelming amount of features/packages/configs for those who are newcomers into these technologies. We plan to incorporate a *Contributors* section on the `README` to say thank you for helping us! From 80fa634349227a4847f7accc9180e210e7247aa3 Mon Sep 17 00:00:00 2001 From: carloluis Date: Fri, 1 Sep 2017 15:44:04 -0300 Subject: [PATCH 3/4] update contributing - project intention --- CONTRIBUTING.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 31de083..874d4b0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,15 +3,16 @@ First off, thank you for considering contributing to this *React Seed*. It’s people like you that helps to spread the knowledge and make this repo such a great tool... -We are building it for people who want to learn more about these technologies. +We are building it for both, people who want to learn more about these technologies and teams starting new projects. -In order to achieve this goal, we are keeping the main branch (`master`) as basic as possible. -* Only adding to it what we consider essential for starting projects. -* And, leaving other features (more advanced ones) to the `seed/*` branches. +In order to achieve this goal, we are keeping the main branch (`master`) as basic as possible: +* Adding only what we consider essential for starting projects and newcomers to the *React* ecosystem. +* Leaving other features (more advanced ones) to the `seed/*` branches. (read README's [Seed Branches](./README.md#Seed%20Branches)) -All these is also part of our second intention: avoid having an overwhelming amount of features/packages/configs for those who are newcomers into these technologies. +What we try to do is to have a simple seed, to fit most of the starting projects. +In our experience a lot of existing seeds have features we don’t need, and therefore we end up removing. -We plan to incorporate a *Contributors* section on the `README` to say thank you for helping us! +All the contributors will be listed in the `README` to make public their help and express our gratitude. ## 1. Set up your environment From ef68f2ccb102923a548161f456f9afc7e3f7ec97 Mon Sep 17 00:00:00 2001 From: carloluis Date: Fri, 1 Sep 2017 15:50:17 -0300 Subject: [PATCH 4/4] update links to readme's sections --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 874d4b0..4e62d95 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ We are building it for both, people who want to learn more about these technolog In order to achieve this goal, we are keeping the main branch (`master`) as basic as possible: * Adding only what we consider essential for starting projects and newcomers to the *React* ecosystem. -* Leaving other features (more advanced ones) to the `seed/*` branches. (read README's [Seed Branches](./README.md#Seed%20Branches)) +* Leaving other features (more advanced ones) to the `seed/*` branches. (read README's [Seed Branches](./README.md#seed-branches)) What we try to do is to have a simple seed, to fit most of the starting projects. In our experience a lot of existing seeds have features we don’t need, and therefore we end up removing. @@ -23,7 +23,7 @@ Once you have the environment up and running, start playing around and build som If you like to contribute, submit a new *PR*. We will get back to you as soon as possible. -See README's [Coming up next](./README.md#Coming%20up%20next) section to get some ideas/features we want to incorporate. +See README's [Coming up next](./README.md#coming-up-next) section to get some ideas/features we want to incorporate. You can also see our pull request template [here](docs/pull_request_template.md).