Skip to content

Commit 0c6c0b7

Browse files
committed
Add git style guide TODO items and add item to create a Markdown guide
1 parent ff6af0f commit 0c6c0b7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

TODO.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,8 @@ TODO
428428
* [filer.js](https://github.com/ebidel/filer.js)
429429
* [browserFS](https://github.com/jvilk/BrowserFS)
430430

431+
78. Add Markdown style guide, including notes about comment annotations, equations, etc.
432+
431433

432434
---
433435

docs/style-guides/git/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Git Style Guide
44
> Style guide for git.
55
66

7+
TODO: add branching policy
8+
TODO: add note about submitting PR against `develop`
9+
TODO: add `rebase` note
10+
TODO: add code review note
11+
12+
713
* All commits should follow the [seven rules][git-seven-rules] of a `git` commit message:
814
- Use the [imperative mood][imperative-mood] in the `git` commit subject line.
915
- Capitalize the first word of the subject line.

0 commit comments

Comments
 (0)