WoWBench/Contributing: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
 
Line 14: Line 14:


== How to contribute ==
== How to contribute ==
<div style="margin-left: 2%;">
* To get the latest sources from the repository, use a [http://subversion.tigris.org/ SubVersion] client. I heartily recommend [http://tortoisesvn.tigris.org/ TortoiseSVN] for windows users. It plugs straight into the file explorer.
* To get the latest sources from the repository, use a [http://subversion.tigris.org/ SubVersion] client. I heartily recommend [http://tortoisesvn.tigris.org/ TortoiseSVN] for windows users. It plugs straight into the file explorer.
** Anyone can download the sources. You do not have to register for a sourceforge.net account.
** Anyone can download the sources. You do not have to register for a sourceforge.net account.
{{spc}}
* You can submit your patches to the [http://sourceforge.net/tracker/?func=add&group_id=170212&atid=853402 WoWBench sf.net patches page] for someone else to integrate.
* You can submit your patches to the [http://sourceforge.net/tracker/?func=add&group_id=170212&atid=853402 WoWBench sf.net patches page] for someone else to integrate.
{{spc}}
* Or talk to [[User talk:Mikk|Mikk]] for possible SVN committ access at sourceforge.net.
* Or talk to [[User talk:Mikk|Mikk]] for possible SVN committ access at sourceforge.net.
** You need a [http://sourceforge.net/account/login.php sourceforge.net account] before you can be added as a project developer.
** You need a [http://sourceforge.net/account/login.php sourceforge.net account] before you can be added as a project developer.
</div>


== We want your hacks, too! ==
== We want your hacks, too! ==
<div style="margin-left: 2%;">
If you're creating hacks to test something in your AddOn, and you think there's even a remote chance that it may be of use to someone else, we'll gladly accept them. Your audience is other developers in the same situation as yourself!  
If you're creating hacks to test something in your AddOn, and you think there's even a remote chance that it may be of use to someone else, we'll gladly accept them. Your audience is other developers in the same situation as yourself!  


Either submit your hack via the sf.net patch page (linked above), or host it anywhere else you like. Please add a quick description of your hack in [[WoWBench/Hacks]].
Either submit your hack via the sf.net patch page (linked above), or host it anywhere else you like. Please add a quick description of your hack in [[WoWBench/Hacks]].
</div>


== More information ==
== More information ==
<div style="margin-left: 2%;">
* [[WoWBench/Extending]] - How to actually implement new functionality (or make your own local modifications)
* [[WoWBench/Extending]] - How to actually implement new functionality (or make your own local modifications)
* [[WoWBench/FAQ]]
* [[WoWBench/FAQ]]
* Back to [[WoWBench]]
* Back to [[WoWBench]]
</div>
[[Category:WoWBench|Contributing]]
[[Category:WoWBench|Contributing]]

Latest revision as of 19:26, 18 December 2008

WoWBench » Contributing


WoWBench is released under a BSD-style license, which basically means anyone can do whatever they want with it, but needs to attribute the effort to the "WoWBench developer community" if used anywhere.

The central sourcecode repository of WoWBench is hosted on sourceforge.net.


"I" iconSee WoWBench/To do for a list of things to do -- and make a note when you've ... well.. done much other than add APIs, really.


How to contribute

  • To get the latest sources from the repository, use a SubVersion client. I heartily recommend TortoiseSVN for windows users. It plugs straight into the file explorer.
    • Anyone can download the sources. You do not have to register for a sourceforge.net account.
  • You can submit your patches to the WoWBench sf.net patches page for someone else to integrate.
  • Or talk to Mikk for possible SVN committ access at sourceforge.net.

We want your hacks, too!

If you're creating hacks to test something in your AddOn, and you think there's even a remote chance that it may be of use to someone else, we'll gladly accept them. Your audience is other developers in the same situation as yourself!

Either submit your hack via the sf.net patch page (linked above), or host it anywhere else you like. Please add a quick description of your hack in WoWBench/Hacks.

More information