nimblehq / flutter-templates

A repository contains Flutter templates that are used by Nimble developers
MIT License
24 stars 4 forks source link

Create a CONTRIBUTING guideline #239

Closed luongvo closed 1 year ago

luongvo commented 1 year ago

Why

Our Flutter Templates project is not a general Flutter project. We applied the Mason tool to automate generating the Flutter project from a [Flutter project base](https://github.com/nimblehq/flutter-templates/tree/develop/bricks/template/__brick__/%7B%7Bproject_name.snakeCase()%7D%7D) and some optional features. This might be new to someone who would like to contribute to this project.

To encourage and ensure more contributions come to the project in a proper way & convention, we should have a Contributing guideline. There are some references to build this doc:

To keep things simple at the first step, we can focus on the technical and conventions that contributors should catch up & follow.

Who Benefits?

Developers