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 77c7b72 commit 86094df
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions tutorials/How-to-get-your-addon-listed.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +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 @@ -22,9 +23,9 @@ 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
- description: A short description of what your addon is about
Expand All @@ -35,9 +36,9 @@ 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
--


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

0 comments on commit 86094df

Please sign in to comment.