From 1332ffca7e19a999ee42390b8f052f6a46b60efe Mon Sep 17 00:00:00 2001 From: Petru Alin Gheorghe Date: Tue, 22 Oct 2019 16:41:40 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 44ac18b..78485f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,16 +27,13 @@ Galio is an open-source project, so pull requests are always welcome (_always_ When in doubt, keep your pull requests small. To give a PR the best chance of getting accepted, don't bundle more than one feature or bug fix per pull request. It's always best to create two smaller PRs than one big one. As with issues, use the following formula for the title of your **PR**s: - - **Screens/[_Screen name_]** - **Components/[_Component name_]** - **Feature/[_Feature name_]** - ## Branches explained As you can see we have multiple branches: - **master**: This branch stores the latest stable version of Galio. - - **examples**: Our Expo app where we showcase our components and screen examples - **design**: Here we have design resources for everybody to download and use - **dev**: This is the `dev` branch of Galio, this is where everything is happening before releasing on master @@ -45,6 +42,10 @@ As you can see we have multiple branches: We also welcome financial contributions in full transparency on our [open collective](https://opencollective.com/galio). Anyone can file an expense. If the expense makes sense for the development of the community, it will be "merged" in the ledger of our open collective by the core contributors and the person who filed the expense will be reimbursed. +## galio-starter-kit contribution + +You want to take part in this cool community and help the world by creating some cool screens using Galio? Then go ahead and hope on our [galio-starter-kit repo](https://github.com/galio-org/galio-starter-kit). + ## Hacktoberfest 2018 Galio participated in last year's Hacktoberfest challenge. You can find out more about this [here](https://github.com/galio-org/galio/issues/31).