Authors¶
In cloudy-org we use a AUTHORS.txt file (also known as AUTHORS File) to define the application author 1 and to credit contributors.
If you are the application author you place your name at the very top:
Goldy
# ... other contributors
If you're a contributor you simply append your name at the end of the file:
John Doe # application author
Goldy
The first name in the file is automatically the application author. As a contributor it is not required for you to list yourself in the file, it's completely up to you if you would like to be credited or not 2.
Optional Fields¶
Our AUTHORS.txt file also supports defining emails and github profiles.
Note
Emails for contributors currently are not used anywhere and may be ignored in the future.
The formatting goes like this:
{display-name} <{email}> ({platform-tag}@{platform-handle})
Here's an example where gh is a platform tag for GitHub and THEGOLDENPRO is my GitHub username:
Goldy <goldy@devgoldy.xyz> (THEGOLDENPRO @ gh)
Platform Tags¶
gh= GitHub
Full Example¶
Goldy <goldy@devgoldy.xyz> (THEGOLDENPRO @ gh)
John Doe
Sandy Cheeks
Ananas (ananasmoe @ gh)
Goldy Clone 1.0 (THEGOLDENPRO @ gh)
Goldy V2 (goldyv2 @ gh)