Remove duplication
This commit is contained in:
parent
b8ce411292
commit
a42cfd230e
@ -1,14 +1,4 @@
|
|||||||
# Contributing
|
# Contributing
|
||||||
The goal is to be a repository for the original Apollo 11 source
|
|
||||||
code.
|
|
||||||
|
|
||||||
As such, [Pull Requests][0] are welcome for any issues identified
|
|
||||||
between the transcriptions in this repository and the GAP scans for
|
|
||||||
[Luminary 099][1] and [Comanche 055][2], as well as any missing
|
|
||||||
files.
|
|
||||||
|
|
||||||
## How to Contribute
|
|
||||||
|
|
||||||
## Guidelines
|
## Guidelines
|
||||||
### Comments
|
### Comments
|
||||||
- Comments in the transcribed code should match 1:1 with the
|
- Comments in the transcribed code should match 1:1 with the
|
||||||
@ -19,18 +9,16 @@ respective image.
|
|||||||
### Line breaks
|
### Line breaks
|
||||||
- Line breaks **with** `R0000` in column 1 should match 1:1.
|
- Line breaks **with** `R0000` in column 1 should match 1:1.
|
||||||
- Line breaks **without** `R0000` in column 1 should only contain 1
|
- Line breaks **without** `R0000` in column 1 should only contain 1
|
||||||
to 2 blank lines in a row. Lines with `R0000` do not count towards
|
to 2 blank lines in a row.
|
||||||
this.
|
|
||||||
- If there are more than 2 blank lines breaks, strip the extra
|
- If there are more than 2 blank lines breaks, strip the extra
|
||||||
line breaks.
|
line breaks.
|
||||||
- Lines with `R0000` in column 1 do not count towards this number.
|
- Lines with `R0000` in column 1 do not count towards this number.
|
||||||
- In the source images, these were created by an unprinted digit
|
- In the source images, these were created by an unprinted digit
|
||||||
in column 8. A 2 there forced a double space (single blank line)
|
in column 8. A 2 there forced a double space (single blank line)
|
||||||
and a 3 forced a triple space (double blank line). Values 4-8 were
|
and a 3 forced a triple space (double blank line). Values 4-8 were
|
||||||
defined but never used. Read more about it in #159
|
defined but never used. Read more about it in chrislgarry/Apollo-11/#159
|
||||||
|
|
||||||
## Formatting
|
## Formatting
|
||||||
|
|
||||||
[AGC Assembly][4] for Sublime Text 3 and [Language AGC][5] for Atom
|
[AGC Assembly][4] for Sublime Text 3 and [Language AGC][5] for Atom
|
||||||
will ensure you're using the correct formatting automatically.
|
will ensure you're using the correct formatting automatically.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user