Skip to content

A Java doctest library. Perfect for testing and documenting restful webservices and more...

License

Notifications You must be signed in to change notification settings

dlorych/doctester

 
 

Repository files navigation

How to contribute

Great you want to contribute!!

Contributing to DocTester is really simple. Well. There are some rules that you should follow:

  • Make sure your feature is well tested.
  • Make sure your feature is well documented (Javadoc).
  • Make sure there is a tutorial inside the website (doctester-core/src/site/markdown).
  • Make sure you are following the code style below.
  • Add your changes to changelog.md and your name to team.md.

Then send us a pull request and you become a happy member of the DocTester family :)

Code style

  • Default Sun Java / Eclipse code style
  • If you change only tiny things only reformat stuff you actually changed. Otherwise reviewing is really hard.
  • We use tabs.
  • All files are UTF-8.

Making a release

Making a Doctester release

  1. Preliminary
  • Make sure changelog.md is updated
  1. Release to central maven repo
  1. publish website
  • git checkout TAG
  • cd doctester-core
  • mvn site site:deploy

And back to develop:

  • git checkout develop

About

A Java doctest library. Perfect for testing and documenting restful webservices and more...

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • CSS 0.6%