Skip to content

Commit 71e64b3

Browse files
authored
Merge pull request #45 from newrelic/Jira-integration
Adding issue templates to support Jira integration with Workato
2 parents 85b2e00 + ca3360b commit 71e64b3

File tree

3 files changed

+78
-0
lines changed

3 files changed

+78
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: "Bug report"
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ )
10+
11+
## Description
12+
[NOTE]: # ( Describe the problem you're encountering. )
13+
[TIP]: # ( Do NOT share sensitive information, whether personal, proprietary, or otherwise! )
14+
15+
## Expected Behavior
16+
[NOTE]: # ( Tell us what you expected to happen. )
17+
18+
## Troubleshooting results
19+
[NOTE]: # ( Provide any other relevant log data. )
20+
[TIP]: # ( Scrub logs and diagnostic information for sensitive information )
21+
22+
## Steps to Reproduce
23+
[NOTE]: # ( Please be as specific as possible. )
24+
[TIP]: # ( Link a sample application that demonstrates the issue. )
25+
26+
## Your Environment
27+
[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. )
28+
29+
## Additional context
30+
[TIP]: # ( Add any other context about the problem here. For example, relevant community posts or support tickets. )
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
priority: ''
8+
---
9+
10+
## Is your feature request related to a problem? Please describe.
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
## Feature Description
14+
A clear and concise description of the feature you want or need.
15+
16+
## Describe Alternatives
17+
A clear and concise description of any alternative solutions or features you've considered. Are there examples you could link us to?
18+
19+
## Additional context
20+
Add any other context here.
21+
22+
## Priority
23+
Please help us better understand this feature request by choosing a priority from the following options:
24+
[Nice to Have, Really Want, Must Have, Blocker]

.github/ISSUE_TEMPLATE/story.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Story
3+
about: Issue describing development work to fulfill a feature request
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
priority: ''
8+
---
9+
### Description
10+
_What's the goal of this unit of work? What is included? What isn't included?_
11+
12+
### Acceptance Criteria
13+
_What tasks need to be accomplished to achieve the goal?_
14+
15+
### Design Consideration/Limitations
16+
_Why is this the route we should take to achieve our goal?_
17+
_What can't be achieved within this story?_
18+
19+
### Dependencies
20+
_Do any other teams or parts of the New Relic product need to be considered?_
21+
_Some common areas: UI, collector, documentation_
22+
23+
### Additional context
24+
_What else should we know about this story that might not fit into the other categories?_

0 commit comments

Comments
 (0)