Skip to content

Commit

Permalink
Merge pull request #352 from bugsnag/tom/codeowners
Browse files Browse the repository at this point in the history
docs: add codeowners
  • Loading branch information
tomlongridge authored Dec 6, 2024
2 parents f2948c0 + 785d032 commit 1f50e77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @robert-smartbear @kstenerud @tomlongridge
Sources @robert-smartbear @kstenerud
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h1>Performance monitoring for iOS</h1>
</div>

[![Documentation](https://img.shields.io/badge/documentation-latest-blue.svg)](https://docs.bugsnag.com/performance/cocoa/)
[![Documentation](https://img.shields.io/badge/documentation-latest-blue.svg)](https://docs.bugsnag.com/performance/ios/)
[![Build status](https://badge.buildkite.com/48e2de18a691e329d2d1923aa1a454830cdd591fa9e892f63b.svg?branch=main)](https://buildkite.com/bugsnag/bugsnag-cocoa-performance)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/bugsnag/bugsnag-cocoa-performance/badge)](https://scorecard.dev/viewer/?uri=github.com/bugsnag/bugsnag-cocoa-performance)

Expand All @@ -24,16 +24,16 @@ Monitor the start-up, screen loading and network requests of your app and see th

For integration instructions, see our online docs: [docs.bugsnag.com/performance/ios](https://docs.bugsnag.com/performance/ios)

## Pre-releases

We are currently publishing pre-1.0 releases. These releases may contain breaking changes, which are documented in the [CHANGELOG.md](./CHANGELOG.md).

## Support

* [Read the integration guide](https://docs.bugsnag.com/performance/ios/)
* [Search open and closed issues](https://github.com/bugsnag/bugsnag-cocoa-performance/issues?utf8=✓&q=is%3Aissue) for similar problems
* [Report a bug or request a feature](https://github.com/bugsnag/bugsnag-cocoa-performance/issues/new)

## Contributing

All contributors are welcome! For information on how to build, test and release `bugsnag-cocoa`, see our [contributing guide](https://github.com/bugsnag/bugsnag-cocoa/blob/main/CONTRIBUTING.md).

## License

The BugSnag Cocoa Performance SDK is free software released under the MIT License. See the [LICENSE](https://github.com/bugsnag/bugsnag-cocoa-performance/blob/master/LICENSE) for details.
The BugSnag Cocoa Performance SDK is free software released under the MIT License. See the [LICENSE](https://github.com/bugsnag/bugsnag-cocoa-performance/blob/main/LICENSE) for details.

0 comments on commit 1f50e77

Please sign in to comment.