Skip to content

Commit acf2b2f

Browse files
committed
2 parents 000299a + 19ef518 commit acf2b2f

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@ About this fork
33
An attempt to refactor fluent.runtime.
44

55
Notes for whoever is interested in this fork:
6+
67
- Do not expect my commits to be logical. I am new to developing with GitHub and Git, it feels too distracting and unrealistic for me to commit & message in a way that the message *perfectly* describes the commit. So often(?) the commit messages only describe the **main** changes of the commit or **one or some of** the changes in the commit.
78

89
(Some people commit per file change (?), but it feels too verbose, and I feel I will likely make changes hard to summarize and end up saying very general messages like "Do one thing", "Change files a.py, b.txt" that way, which are too general to be really useful)
910
- I am not sure if it is required to use my real name for Git commits. It seems that almost everyone else don't bother using their real name, but I would prefer to keep it secret (if possible).
1011
- Code will be rewritten if it feels unclear.
1112

12-
<details>
13-
<summary>Unresolved questions for refactoring</summary>
13+
::raw: html
14+
<details><summary>
15+
16+
Unresolved questions for refactoring
17+
18+
::raw: html
19+
</summary>
1420

1521
- Is the project architecture designed to be same as fluent.js, fluent-rs? If so, do the classes correspond trivially?
1622

@@ -69,9 +75,10 @@ Notes for whoever is interested in this fork:
6975
7076
FAILED (failures=2, errors=1, skipped=1)
7177
72-
However `the latest GitHub Actions test on original repo passed <https://github.com/projectfluent/python-fluent/actions/runs/10113936886/job/27971404861>`.
78+
However `the latest GitHub Actions test on original repo passed <https://github.com/projectfluent/python-fluent/actions/runs/10113936886/job/27971404861>`_.
7379

74-
</details>
80+
::raw: html
81+
</details>
7582

7683
Project Fluent
7784
==============

0 commit comments

Comments
 (0)