From 5e830f1b5c277627799fb035907a7596140517e3 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Sat, 20 Feb 2016 00:08:43 +0000 Subject: [PATCH] Add issue template --- .github/issue_template.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 000000000..0f01a5601 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,22 @@ +The Joda-Time project has been running for many years now, and the codebase is stable. +As such, there are few things worthy of being raised as an issue. + +**As a general rule, you should raise a question at Stack Overflow, not here.** + +Before raising an issue, please check the [FAQs](http://www.joda.org/joda-time/faq.html). +Please also search Stack Overflow and the issue history at GitHub. +In particular, if the issue is Android specific, you are unlikely to get any assistance here. +Please bear in mind that I've worked on Joda-Time in my spare time, unpaid, for over 15 years. +As such, issue response time is likely to be slow. + +In the unlikely event you still think you've found an issue, please delete the text above and describe the problem as follows: + +### Key information + +- Joda-Time version +- Result of `TimeZone.getDefault()` +- Result of `DateTimeZone.getDefault()` + +### Problem description + +### Test case