HowToWriteAnIssue - WonderCsabo/androidannotations GitHub Wiki
Please note GitHub issue tracker is not a user support forum, we discuss development here. If you have questions about just using AA, please go to our mailing list or stackoverflow.
Bug reports should be...
...Clear
Bug reports should have:
- Precise, descriptive summaries.
- Informative, concise descriptions.
- A neutral tone, avoiding complaints or conjecture.
...Reproducible
Bug reports should contain:
- The simplest steps to reproduce the issue, or...
- A failing test fixture for the bug.
...Specific
Only publish one bug per report accompanied by:
- A detailed description of the issue focusing on the facts.
- Expected and actual results.
- Versions of software, platform and operating system used.
- Crash data, including stack traces, log files, screenshots and other relevant information.
...Unique
Please search for duplicates before reporting a bug and ensure summaries include relevant keywords to make it easier for others to find duplicates.
Feature requests should contain...
- Description of the feature
- List and usages of the new annotation(s)
- Examples of the generated code