Contribution Guideline.

This commit is contained in:
Lars Brinkhoff 2016-05-03 14:52:32 +02:00
parent 379e6c8698
commit a1cd9d2ec1
2 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,7 @@
This repository contains the documentations for various CPUs. It contain data sheets, programmer's manuals, quick reference cards, and the like.
Before submitting a pull request, [Contribution Guildelines](contributing.md).
| Subfolders | Description |
| ---------- | ----------- |
| 8085 | Intel 8085 |

10
contributing.md Normal file
View File

@ -0,0 +1,10 @@
## Contibution Guidelines
Documentation for new CPUs or MCUs are happily accepted. It's
preferred to add processor family architecture documents.
The GitHub 1G size limit on repositories is a concern. If a
subdirectory grows large, please add it as a git submodule. The
submodule repository should belong to the
[awesome-cpus](https://github.com/awesome-cpus) origanization.
Everyone are welcome to join.