Skip to content

Commit

Permalink
Update How-to-get-your-addon-listed.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 8, 2014
1 parent 86094df commit 63b41f5
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions tutorials/How-to-get-your-addon-listed.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

Getting your addon listed in the website is easy:

.Fork the link:https://github.com/forge/website-data/fork[forge/website-data] repository
.Add the necessary addon info in the *addons-community.yaml* file

. Fork the link:https://github.com/forge/website-data/fork[forge/website-data] repository
. Add the necessary addon info in the *addons-community.yaml* file:
+
[source,yaml]
----
---
Expand All @@ -23,8 +23,6 @@ tags: Twitter
logo: https://abs.twimg.com/a/1403183846/images/oauth_application.png
---
----
+
where:
--
- id: an unique ID for your addon. Make sure it doesn't conflict with other IDs
- name: the name of your addon
Expand All @@ -36,9 +34,8 @@ where:
- ref: the branch name where your addon should be fetch (default is master)
- tags: any tags that would allow to find your addon in the search feature in the website
- logo: (Optional) a URL specifying a logo for your addon
--

3. Submit a Pull-request with your changes
.. We'll review it and merge
4. Have a beer!
. Submit a Pull-request with your changes
.. We'll review it and merge
. Have a beer!

0 comments on commit 63b41f5

Please sign in to comment.