File tree Expand file tree Collapse file tree 4 files changed +28
-26
lines changed Expand file tree Collapse file tree 4 files changed +28
-26
lines changed Original file line number Diff line number Diff line change 1
1
# Triggers on all changes committed to Pull Requests pointing to `main` branch
2
- name : Pull Request Workflow
2
+ name : Pull Request
3
3
4
4
on :
5
5
pull_request :
Original file line number Diff line number Diff line change 1
- name : Release Workflow
1
+ name : Release
2
2
3
3
on :
4
4
release :
Original file line number Diff line number Diff line change 1
1
English | [ Portuguese] ( README_ptbr.md )
2
2
3
- # Memo
4
-
5
- <p align =" center " >
6
- <a href =" https://github.com/olmps/memo/actions " ><img src =" https://github.com/olmps/memo/actions/workflows/flutter-ci.yml/badge.svg " alt =" Build Status " ></a >
7
- </p >
3
+ <div align =" center " >
4
+ <h1 >Memo</h1 >
5
+ <img src =" https://raw.githubusercontent.com/olmps/memo/master/assets/icon.png " alt =" Memo Icon " width =" 200 " >
6
+ <br >
7
+ <br >
8
+ <a href =" https://github.com/olmps/memo/actions/workflows/release.yml " >
9
+ <img src="https://github.com/olmps/memo/actions/workflows/release.yml/badge.svg" alt="Release">
10
+ </a >
11
+ <br >
12
+ <br >
13
+ </div >
8
14
9
15
Monorepo for Memo.
10
16
11
17
Memo is an open-source, programming-oriented [ spaced repetition] ( https://en.wikipedia.org/wiki/Spaced_repetition )
12
18
software (SRS) written in Flutter.
13
19
14
- <!--
15
- You can use the latest beta features through TestFlight / Google Play, or download through:
16
-
17
- AppStore (badge)
18
- Google Play (badge)
19
- -->
20
-
21
20
> As of now, this project is designed to only output builds for Android and iOS. Even though, given the current
22
21
> _ stability_ of Flutter SDK for desktop (Windows, Linux and macOS) and web, there is a high probability that this
23
22
> project will eventually support builds for all platforms.
24
23
24
+ ---
25
+
25
26
This README is meant to guide how this project is structured and should serve as a guide to help the project scale with
26
27
the current and future requirements. Think of it as a flexible set of rules that guides the project's decisions. While
27
28
they can (and probably will) change over time, discussions must be raised to trigger such changes: this means that
Original file line number Diff line number Diff line change 1
1
[ Inglês] ( /README.md ) | Português
2
2
3
- # Memo
4
-
5
- <p align =" center " >
6
- <a href =" https://github.com/olmps/memo/actions " ><img src =" https://github.com/olmps/memo/actions/workflows/flutter-ci.yml/badge.svg " alt =" Build Status " ></a >
7
- </p >
3
+ <div align =" center " >
4
+ <h1 >Memo</h1 >
5
+ <img src =" https://raw.githubusercontent.com/olmps/memo/master/assets/icon.png " alt =" Memo Icon " width =" 200 " >
6
+ <br >
7
+ <br >
8
+ <a href =" https://github.com/olmps/memo/actions/workflows/release.yml " >
9
+ <img src="https://github.com/olmps/memo/actions/workflows/release.yml/badge.svg" alt="Release">
10
+ </a >
11
+ <br >
12
+ <br >
13
+ </div >
8
14
9
15
Monorepo do Memo.
10
16
11
17
Memo é um software de código aberto (escrito em Flutter) de
12
18
[ repetição espaçada] ( https://en.wikipedia.org/wiki/Spaced_repetition ) (SRS, em inglês) voltado ao tema de programação.
13
19
14
- <!--
15
- You can use the latest beta features through TestFlight / Google Play, or download through:
16
-
17
- AppStore (badge)
18
- Google Play (badge)
19
- -->
20
-
21
20
> Atualmente, este projeto está construído apenas para gerar _ builds_ para Android e iOS. Embora o fato de que, dado a
22
21
> estabilidade da SDK do Flutter para desktop (Windows, Linux e macOS) e web, existe uma alta probabilidade que este
23
22
> projeto eventualmente suportará _ builds_ para todas as plataformas.
24
23
24
+ ---
25
+
25
26
Este README e todos os sub-documentos presentes aqui (CONTRIBUTING, ARCHITECTURE & CHANGELOG) tem como objetivo guiar a
26
27
estrutura deste projeto e devem auxiliar na escalabilidade das funcionalidades existentes hoje e nas que serão criadas
27
28
com o decorrer do andamento do projeto. Estes documentos servem como um conjunto flexível de regras que guiam as
You can’t perform that action at this time.
0 commit comments