If you have problems using Dogen or suggestions on how to improve it, we'd love to hear from you.
Please use the [[https://github.com/DomainDrivenConsulting/dogen/issues][GitHub Issues]] to report bugs or ideas. If you are submitting a bug, please see the instructions [[https://github.com/DomainDrivenConsulting/dogen/blob/master/README.md][in the README]] on what information to provide. In addition, please:
- check that the issue has not already been reported;
- check that the issue has not already been fixed in master;
- open an issue with a descriptive title and a summary in grammatically correct, complete sentences;
- be clear and concise in your description of the problem;
- include any relevant code to the issue summary.
If you would like to submit a patch for inclusion, please [[https://github.com/DomainDrivenConsulting/dogen/pulls#fork-destination-box][fork us]] on GitHub and submit a pull request. In addition, please:
- read [[http://gun.io/blog/how-to-github-fork-branch-and-pull-request][how to properly contribute to open source projects on Github]];
- use a topic branch to easily amend a pull request later, if necessary;
- write [[http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html][good commit messages]];
- use the same coding conventions as the rest of the project;
- open a [[https://help.github.com/articles/using-pull-requests][pull request]] that relates to only one subject with a clear title and description in grammatically correct, complete sentences.