Skip to content

Commit

Permalink
Move scan links closer to top for impatient readers (chrislgarry#372)
Browse files Browse the repository at this point in the history
* Move scan links closer to top for impatient readers

The links to the scans are included as a simple a "note" at the bottom of the README, when they should be at the top.

* fix discrepancies typo

* fix discrepancies typo x2
  • Loading branch information
chrislgarry authored and wopian committed Jan 28, 2019
1 parent 4814ce4 commit 9ec69ad
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ English,
[EN]:CONTRIBUTING.md
[KO_KR]:CONTRIBUTING.ko_kr.md

The source code in this repository was digitized manually from paper printouts, so typos and other discrepancies have been introduced accidentally. The code shall be modified to be made consistent with the scanned printouts:

* [AGC printouts for Comanche][8]
* [AGC printouts for Luminary][9]

## Useful Extensions

GitHub has syntax support for the AGC assembly language built-in.
Expand All @@ -26,6 +31,8 @@ you're using the correct formatting automatically.
- Trim trailing whitespace

## What do I check?
Any discrepancies between the scans and the source code in this repository, including:

### Comments
- Comments in the transcribed code should match the scans exactly
- This could involve creating a deliberate typo or removing/adding
Expand Down Expand Up @@ -63,10 +70,7 @@ R0820

## Note

Before you make a PR, please make sure your changes are consistent with the following original AGC printouts!

* [AGC printouts for Comanche][8]
* [AGC printouts for Luminary][9]
Before you make a PR, please make sure your changes are consistent with the scans!

[0]:https://github.com/chrislgarry/Apollo-11/pull/new/master
[1]:http://www.ibiblio.org/apollo/ScansForConversion/Luminary099/
Expand Down

0 comments on commit 9ec69ad

Please sign in to comment.