-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCONTRIBUTING
58 lines (31 loc) · 1.26 KB
/
CONTRIBUTING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# How to Contribute
Hi! I am glad you want to contribute to Parrot.
Here is some important information.
## Developer Documentation
Extensive Developer Documentation is available, it is in two forms:
An AmigaGuide is available at:
Release/Parrot/Documentation/Parrot Development.guide
Individual text files are available at:
Core/Documentation/Developer/
## Issue Tracker
Any Bugs, Issue or Feature Requests should be submitted to
https://github.com/betajaen/Parrot/issues
## Roadmap
The roadmap and development order can be found at:
Code/Documentation/Developer/roadmap.txt
## Amiga First Policy
This repository has an Amiga first policy. That all files
should be viewable and editable on an Amiga.
### Text Files
Any text files are to be written in Amiga Guide format, or with
some very light markdown that can be read in Multiview or More.
Text files should not contain any Unicode or ASCII that is not
directly usable on an Amiga.
### Images
Any images should be in a IFF ILBM format.
### Audio
Any audio should be in 8SVX format.
### Data/Squawk Files
Squawk files are based on the IFF fileformat.
Code/Documentation/Developer/squawk.txt
Code/Documentation/Developer/squawklayout.txt