Skip to content

Commit

Permalink
Adds CONTRIBUTING.md and pull request template (#183)
Browse files Browse the repository at this point in the history
Links out to Embrace CLA form
  • Loading branch information
atreat authored Mar 15, 2024
1 parent 41a3dfd commit 6718d07
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Contributing
============

## Contributing License Agreement

Before code can be accepted all contributors must complete our [Individual Contributor License Agreement (CLA)](https://forms.gle/SjXadmUcVwh6NrU68).

## Pull Requests

If you would like to contribute code you can do so through GitHub by
forking the repository and sending a pull request.

When submitting code, please make every effort to follow existing conventions
and style in order to keep the code as readable as possible.

Please also run and fix `swiftlint` by using:
```sh
$ swift run swiftlint --fix
```

## Reporting issues

If you have any trouble to start contributing, please [contact us directly](mailto:support@embrace.io) or reach out in our [Community Slack](https://embraceio-community.slack.com/)
Finally, feel free to open a [new issue](https://github.com/embrace-io/embrace-apple-sdk/issues/new).


6 changes: 6 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Checklist

- [ ] PR Description to summarize changes
- [ ] Add sufficient test coverage
- [ ] Read [Contributing Guidelines](./CONTRIBUTING.md)
- [ ] Agree to [Embrace CLA](https://docs.google.com/forms/d/e/1FAIpQLSct_OV9j5-yGCXkhMKOUKpwTxFWdwCQYTPeESk39lOM6k3uKA/viewform)

0 comments on commit 6718d07

Please sign in to comment.