Skip to content

Commit

Permalink
Merge branch 'main' into release_1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyt276 committed May 16, 2023
2 parents be04e4d + 4f6c82d commit 08851e7
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 2 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Bug report
about: Describe a scenario in which this project behaves unexpectedly
title: ''
labels: bug, needs-triage
assignees: ''

---

[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ )

## Description

[NOTE]: # ( Describe the problem you're encountering. )
[TIP]: # ( Do NOT give us access or passwords to your New Relic account or API keys! )

## Steps to Reproduce

[NOTE]: # ( Please be as specific as possible. )

## Expected Behavior

[NOTE]: # ( Tell us what you expected to happen. )

## Relevant Logs / Console output

[NOTE]: # ( Please provide specifics of the local error logs, metro or simulator/device logs, etc. if appropriate and possible. )

## Your Environment

[TIP]: # ( Include as many relevant details about your environment as possible. )

* ex: Output of `npx react-native info`
* ex: Which platform is the issue happening on? (Android, iOS, tvOS, etc.)
* ex: Any conflicting packages installed?

## Additional context

[TIP]: # ( Add any other context about the problem here. )

ex: If appropriate and possible, it would be helpful to add [Charles traces](https://forum.newrelic.com/s/hubtopic/aAX8W0000008bQlWAI/relic-solution-setting-up-and-collecting-charles-trace-for-android-apps).
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Enhancement request
about: Suggest an idea for a future version of this project
title: ''
labels: enhancement, needs-triage
assignees: ''

---

[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ )

## Summary

[NOTE]: # ( Provide a brief overview of what the new feature is all about. )

## Desired Behavior

[NOTE]: # ( Tell us how the new feature should work. Be specific. )
[TIP]: # ( Do NOT give us access or passwords to your New Relic account or API keys! )

## Possible Solution

[NOTE]: # ( Not required. Suggest how to implement the addition or change. )

## Additional context

[TIP]: # ( Why does this feature matter to you? What unique circumstances do you have? )
4 changes: 2 additions & 2 deletions NewRelicExampleApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@react-navigation/native": "^6.0.13",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.6",
"newrelic-react-native-agent": "^1.1.0",
"newrelic-react-native-agent": "^1.2.0",
"react": "18.2.0",
"react-native": "0.71.4",
"react-native": "0.71.6",
"react-native-gesture-handler": "^2.8.0",
"react-native-reanimated": "^2.14.4",
"react-native-safe-area-context": "^4.4.1",
Expand Down

0 comments on commit 08851e7

Please sign in to comment.