From ca3360b2dc5b41bd125fefda603f9db279139ede Mon Sep 17 00:00:00 2001 From: Kevyn Ford Date: Mon, 19 Sep 2022 19:02:38 -0400 Subject: [PATCH] Adding issue templates to support Jira integration with Workato --- .github/ISSUE_TEMPLATE/bug_report.md | 30 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 24 ++++++++++++++++++ .github/ISSUE_TEMPLATE/story.md | 24 ++++++++++++++++++ 3 files changed, 78 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/story.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..d214e2b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: "Bug report" +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' +--- + +[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) + +## Description +[NOTE]: # ( Describe the problem you're encountering. ) +[TIP]: # ( Do NOT share sensitive information, whether personal, proprietary, or otherwise! ) + +## Expected Behavior +[NOTE]: # ( Tell us what you expected to happen. ) + +## Troubleshooting results +[NOTE]: # ( Provide any other relevant log data. ) +[TIP]: # ( Scrub logs and diagnostic information for sensitive information ) + +## Steps to Reproduce +[NOTE]: # ( Please be as specific as possible. ) +[TIP]: # ( Link a sample application that demonstrates the issue. ) + +## Your Environment +[TIP]: # ( Include as many relevant details about your environment as possible including the running version of New Relic software, JVM vendor and version, framework versions, and any relevant configuration. ) + +## Additional context +[TIP]: # ( Add any other context about the problem here. For example, relevant community posts or support tickets. ) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..5744799 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' +priority: '' +--- + +## Is your feature request related to a problem? Please describe. +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +## Feature Description +A clear and concise description of the feature you want or need. + +## Describe Alternatives +A clear and concise description of any alternative solutions or features you've considered. Are there examples you could link us to? + +## Additional context +Add any other context here. + +## Priority +Please help us better understand this feature request by choosing a priority from the following options: +[Nice to Have, Really Want, Must Have, Blocker] diff --git a/.github/ISSUE_TEMPLATE/story.md b/.github/ISSUE_TEMPLATE/story.md new file mode 100644 index 0000000..1fc7493 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/story.md @@ -0,0 +1,24 @@ +--- +name: Story +about: Issue describing development work to fulfill a feature request +title: '' +labels: '' +assignees: '' +priority: '' +--- +### Description +_What's the goal of this unit of work? What is included? What isn't included?_ + +### Acceptance Criteria +_What tasks need to be accomplished to achieve the goal?_ + +### Design Consideration/Limitations +_Why is this the route we should take to achieve our goal?_ +_What can't be achieved within this story?_ + +### Dependencies +_Do any other teams or parts of the New Relic product need to be considered?_ +_Some common areas: UI, collector, documentation_ + +### Additional context +_What else should we know about this story that might not fit into the other categories?_