a2d/CONTRIBUTING.md

24 lines
1.1 KiB
Markdown
Raw Normal View History

2018-03-26 04:16:29 +00:00
# Contributing To The Effort
Contributions welcome! Preliminaries:
2018-04-12 04:39:38 +00:00
* Please review the [README](README.md).
* Read and adhere to the [Code of Conduct](CODE_OF_CONDUCT.md).
2018-03-26 04:16:29 +00:00
* Read the [Coding Style](CodingStyle.md) guide.
## Sub-Projects
1. Disassembly of the MouseGraphics ToolKit
2018-03-27 01:41:38 +00:00
* Continue the effort to understand this powerful GUI library.
* Make it relocatable, work on C bindings for cc65.
2018-03-26 04:16:29 +00:00
1. Disassembly of DeskTop itself
2018-03-27 01:41:38 +00:00
* The core bits of DeskTop.
* The various overlays.
* The DiskCopy overlay is basically a stand-alone app. Could be fun.
2018-04-11 03:36:40 +00:00
1. Disassembly of [Selector](https://github.com/inexorabletash/a2d/issues/63)
2018-03-26 04:16:29 +00:00
1. Bug fixes
2018-03-27 01:41:38 +00:00
* Try and tackle some of the bugs in the [issue tracker](https://github.com/inexorabletash/a2d/issues?q=is%3Aissue+is%3Aopen+label%3Abug-in-original).
* Bug fixes will alter the binary, so should occur in branches. There's a `fixes` branch with some already.
2018-03-26 04:16:29 +00:00
1. Add new Desk Accessories
2018-04-29 00:05:55 +00:00
* List of ideas in the [issue tracker](https://github.com/inexorabletash/a2d/issues?q=is%3Aissue+is%3Aopen+label%3A%22feature+request%22)