a2d/CONTRIBUTING.md
2018-03-25 21:16:29 -07:00

1.4 KiB

Contributing To The Effort

Contributions welcome! Preliminaries:

  • Please re-read the README and pay attention to the Code of Conduct.
  • Read the Coding Style guide.

Sub-Projects

  1. Disassembly of the MouseGraphics ToolKit
  • Continue the effort to understand this powerful GUI library.
  • Make it relocatable, work on C bindings for cc65.
  1. Disassembly of DeskTop itself
  • The core bits of DeskTop.
  • The various overlays.
  • The DiskCopy overlay is basically a stand-alone app. Could be fun.
  1. Bug fixes
  • Try and tackle some of the bugs in the issue tracker.
  • Bug fixes will alter the binary, so should occur in branches. There's a fixes branch with some already.
  1. Add new Desk Accessories