Skip to content

agnimurus/TheMobileMeleeGuide

Repository files navigation

The Mobile Melee Guide

App Version (semver) v0.4.2

If you’re new to flutter, see the section below.

Getting Started With Flutter

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our [online documentation](https://flutter.dev/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference.

Documentation

We use AsciiDoc for greater flexibility.

Documentation should live next to the code it’s documenting

Environment Configuration

Environment configurations are encrypted using git secret

See *.template files for info on what variables are expected.

Development

Testing

See documentation in test/ for Unit Testing

See documentation in test_driver for Integration Testing

Git

Branches

Master branch should be merge-only.

Branches should be created in the following format:

<prefix>/<feature/issue/hotfix>

Where <prefix> is your GitHub handle.

Features and Issues should branch off development

Hotfixes should branch off master

Commits

You can use git-commit-template.txt as a template for your commits

Commits should be PGP signed.

Editor Configuration

Use the .editorconfig file to load basic editor settings.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published