From 259085342e579766fca0d27d7e004c1c1687cd53 Mon Sep 17 00:00:00 2001 From: Michael Yan Date: Mon, 6 Jan 2025 16:48:24 +0800 Subject: [PATCH] Add GitHub issue template Closes gh-83 --- ISSUE_TEMPLATE.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..d5bc4cb --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,36 @@ +Thanks for reporting an issue for Grace Views, please review the task list below before submitting the +issue. Your issue report will be closed if the issue is incomplete and the below tasks not completed. + +NOTE: If you are unsure about something and the issue is more of a question a better place to ask questions is on GitHub Discussions (https://github.com/orgs/graceframework/discussions). +DO NOT use the issue tracker to ask questions. + +### Task List + +- [ ] Steps to reproduce provided +- [ ] Stacktrace (if present) provided +- [ ] Example that reproduces the problem uploaded to Github +- [ ] Full description of the issue provided (see below) + +### Steps to Reproduce + +1. TODO +2. TODO +3. TODO + +### Expected Behaviour + +Tell us what should happen + +### Actual Behaviour + +Tell us what happens instead + +### Environment Information + +- **Operating System**: TODO +- **Grace Version:** TODO +- **JDK Version:** TODO + +### Example Application + +- TODO: link to github repository with example that reproduces the issue \ No newline at end of file